DrawStackupOptions parameters
columns : [SUColumns parameters] [list(dict) | list(string)] (default: computed for your project) List of columns to display. Can be just the name of the column.
Available columns are gerber, drawing, thickness and description.
When empty KiBot will add them in the above order, skipping the gerber if not available.gerber : [string] (default:
'') Name of the output used to generate the gerbers. This is needed only when you want to include the gerber column, containing the gerber file names.border: [number] (default:0.1) Line width for the border box. Use 0 to eliminate it.enabled: [boolean] (default:true) Enable the check. This is the replacement for the boolean value.group_name: [string] (default:'kibot_stackup') Name for the group containing the drawings. If KiBot can’t find it will create a new group at the specified coordinates for the indicated layer.height: [number] (default:100) Height for the drawing. The units are defined by the global units variable. Only used when the group can’t be found.layer: [string] (default:'Cmts.User') Layer used for the stackup. Only used when the group can’t be found. Otherwise we use the layer for the first object in the group.pos_x: [number] (default:19) X position in the PCB. The units are defined by the global units variable. Only used when the group can’t be found.pos_y: [number] (default:100) Y position in the PCB. The units are defined by the global units variable. Only used when the group can’t be found.width: [number] (default:120) Width for the drawing. The units are defined by the global units variable. Only used when the group can’t be found.