PanelizeOptions parameters
configs : [PanelizeConfig parameters] [list(dict) | list(string) | string] (default:
[]) One or more configurations used to create the panel. Use a string to include an external configuration, i.e. myDefault.json. You can also include a preset using :name, i.e. :vcuts. Use a dict to specify the options using the KiBot YAML file.output : [string] (default:
'%f-%i%I%v.%x') Filename for the output (%i=panel, %x=kicad_pcb). Affected by global options.create_preview: [boolean] (default:false) Use PcbDraw to create a preview of the panel.default_angles: [string] (default:'deg') (choices: “deg”, “°”, “rad”) Angles used when omitted.dnf_filter: [string | list(string)] (default:'_null') Name of the filter to mark components as not fitted. A short-cut to use for simple cases where a variant is an overkill.pre_transform: [string | list(string)] (default:'_null') Name of the filter to transform fields before applying other filters. A short-cut to use for simple cases where a variant is an overkill.title: [string] (default:'') Text used to replace the sheet title. %VALUE expansions are allowed. If it starts with + the text is concatenated.units: [string] (default:'mm') (choices: “millimeters”, “inches”, “mils”, “mm”, “cm”, “dm”, “m”, “mil”, “inch”, “in”) Units used when omitted.variant: [string] (default:'') Board variant to apply.
Used dicts
- PanelizeConfig parameters
- PanelizeCopperfill parameters
- PanelizeCuts parameters
- PanelizeDebug parameters
- PanelizeFiducials parameters
- PanelizeFraming parameters
- PanelizeLayout parameters
- PanelizePage parameters
- PanelizePost parameters
- PanelizeSource parameters
- PanelizeTabs parameters
- PanelizeText parameters
- PanelizeTooling parameters