Stencil_For_Jig_Options parameters

  • jig_height : Alias for jigheight.

  • jig_thickness : Alias for jigthickness.

  • jig_width : Alias for jigwidth.

  • jigheight : [number] (default: 100) Jig frame height [mm].

  • jigthickness : [number] (default: 3) Jig thickness [mm].

  • jigwidth : [number] (default: 100) Jig frame width [mm].

  • output : [string] (default: '%f-%i%I%v.%x') Filename for the output (%i=’stencil_for_jig_top’|’stencil_for_jig_bottom’, %x=’stl’|’scad’|’gbp’|’gtp’|’gbrjob’|’png’). Affected by global options.

  • create_preview : [boolean] (default: true) Creates a PNG showing the generated 3D model.

  • cutout : [string | list(string)] [comma separated] List of components to add a cutout based on the component courtyard. This is useful when you have already pre-populated board and you want to populate more components.

  • dnf_filter : [string | list(string)] (default: '_null') Name of the filter to mark components as not fitted. Is a short-cut to use for simple cases where a variant is an overkill.
    Can be used to fine-tune a variant for a particular output that needs extra filtering done before the variant.

  • exclude_filter : [string | list(string)] (default: '_null') Name of the filter to exclude components from processing. Is a short-cut to use for simple cases where a variant is an overkill.
    Can be used to fine-tune a variant for a particular output that needs extra filtering done before the variant.

  • include_scad : [boolean] (default: true) Include the generated OpenSCAD files.

  • pcb_thickness : Alias for pcbthickness.

  • pcbthickness : [number] (default: 0) PCB thickness [mm]. If 0 we will ask KiCad.

  • pre_transform : [string | list(string)] (default: '_null') Name of the filter to transform fields before applying other filters. Is a short-cut to use for simple cases where a variant is an overkill.
    Can be used to fine-tune a variant for a particular output that needs extra filtering done before the variant.

  • register_border_inner : Alias for registerborderinner.

  • register_border_outer : Alias for registerborderouter.

  • registerborderinner : [number] (default: 1) Inner register border [mm].

  • registerborderouter : [number] (default: 3) Outer register border [mm].

  • side : [string] (default: 'auto') (choices: “top”, “bottom”, “auto”, “both”) Which side of the PCB we want. Using auto will detect which side contains solder paste.

  • tolerance : [number] (default: 0.05) Enlarges the register by the tolerance value [mm].

  • variant : [string] (default: '') Board variant to apply.