Updated README and generic example.

More KiCad 5 specific settings.
This commit is contained in:
Salvador E. Tropea 2020-10-19 16:49:08 -03:00
parent 14cdd33c6d
commit 6bbd15eaf2
2 changed files with 6 additions and 6 deletions

View File

@ -998,7 +998,7 @@ Next time you need this list just use an alias, like this:
- `exclude_edge_layer`: [boolean=true] do not include the PCB edge layer.
- `exclude_pads_from_silkscreen`: [boolean=false] do not plot the component pads in the silk screen (KiCad 5.x only).
- `force_plot_invisible_refs_vals`: [boolean=false] include references and values even when they are marked as invisible.
- `line_width`: [number=0.1] [0.02,2] for objects without width [mm].
- `line_width`: [number=0.1] [0.02,2] for objects without width [mm] (KiCad 5).
- `mirror_plot`: [boolean=false] plot mirrored.
- `negative_plot`: [boolean=false] invert black and white.
- `output`: [string='%f-%i%v.%x'] output file name, the default KiCad name if empty. Affected by global options.
@ -1102,7 +1102,7 @@ Next time you need this list just use an alias, like this:
- `exclude_edge_layer`: [boolean=true] do not include the PCB edge layer.
- `exclude_pads_from_silkscreen`: [boolean=false] do not plot the component pads in the silk screen (KiCad 5.x only).
- `force_plot_invisible_refs_vals`: [boolean=false] include references and values even when they are marked as invisible.
- `line_width`: [number=0.15] [0.02,2] for objects without width [mm].
- `line_width`: [number=0.15] [0.02,2] for objects without width [mm] (KiCad 5).
- `mirror_plot`: [boolean=false] plot mirrored.
- `negative_plot`: [boolean=false] invert black and white.
- `output`: [string='%f-%i%v.%x'] output file name, the default KiCad name if empty. Affected by global options.
@ -1178,7 +1178,7 @@ Next time you need this list just use an alias, like this:
- `exclude_edge_layer`: [boolean=true] do not include the PCB edge layer.
- `exclude_pads_from_silkscreen`: [boolean=false] do not plot the component pads in the silk screen (KiCad 5.x only).
- `force_plot_invisible_refs_vals`: [boolean=false] include references and values even when they are marked as invisible.
- `line_width`: [number=0.25] [0.02,2] for objects without width [mm].
- `line_width`: [number=0.25] [0.02,2] for objects without width [mm] (KiCad 5).
- `mirror_plot`: [boolean=false] plot mirrored.
- `negative_plot`: [boolean=false] invert black and white.
- `output`: [string='%f-%i%v.%x'] output file name, the default KiCad name if empty. Affected by global options.

View File

@ -624,7 +624,7 @@ outputs:
exclude_pads_from_silkscreen: false
# [boolean=false] include references and values even when they are marked as invisible
force_plot_invisible_refs_vals: false
# [number=0.1] [0.02,2] for objects without width [mm]
# [number=0.1] [0.02,2] for objects without width [mm] (KiCad 5)
line_width: 0.1
# [boolean=false] plot mirrored
mirror_plot: false
@ -734,7 +734,7 @@ outputs:
exclude_pads_from_silkscreen: false
# [boolean=false] include references and values even when they are marked as invisible
force_plot_invisible_refs_vals: false
# [number=0.15] [0.02,2] for objects without width [mm]
# [number=0.15] [0.02,2] for objects without width [mm] (KiCad 5)
line_width: 0.15
# [boolean=false] plot mirrored
mirror_plot: false
@ -824,7 +824,7 @@ outputs:
exclude_pads_from_silkscreen: false
# [boolean=false] include references and values even when they are marked as invisible
force_plot_invisible_refs_vals: false
# [number=0.25] [0.02,2] for objects without width [mm]
# [number=0.25] [0.02,2] for objects without width [mm] (KiCad 5)
line_width: 0.25
# [boolean=false] plot mirrored
mirror_plot: false