Updated the README and generic example
New mirror option.
This commit is contained in:
parent
d2913f0bb4
commit
f5d9a69232
|
|
@ -1031,6 +1031,7 @@ Next time you need this list just use an alias, like this:
|
|||
- `dnf_filter`: [string|list(string)=''] Name of the filter to mark components as not fitted.
|
||||
A short-cut to use for simple cases where a variant is an overkill.
|
||||
- `drill_marks`: [string='full'] what to use to indicate the drill places, can be none, small or full (for real scale).
|
||||
- `mirror`: [boolean=false] print mirrored (X axis inverted). ONLY for KiCad 6.
|
||||
- `monochrome`: [boolean=false] print in black and white.
|
||||
- `output`: [string='%f-%i%v.%x'] filename for the output PDF (%i=layers, %x=pdf). Affected by global options.
|
||||
- *output_name*: Alias for output.
|
||||
|
|
|
|||
|
|
@ -657,6 +657,8 @@ outputs:
|
|||
dnf_filter: ''
|
||||
# [string='full'] what to use to indicate the drill places, can be none, small or full (for real scale)
|
||||
drill_marks: 'full'
|
||||
# [boolean=false] print mirrored (X axis inverted). ONLY for KiCad 6
|
||||
mirror: false
|
||||
# [boolean=false] print in black and white
|
||||
monochrome: false
|
||||
# [string='%f-%i%v.%x'] filename for the output PDF (%i=layers, %x=pdf). Affected by global options
|
||||
|
|
|
|||
Loading…
Reference in New Issue