Added the new `use_aux_axis_as_origin` option to the docs.
This commit is contained in:
parent
a5221d7d45
commit
e902c7350d
|
|
@ -1321,6 +1321,7 @@ Next time you need this list just use an alias, like this:
|
||||||
- `output`: [string='%f-%i%v.%x'] Output file name (%i='top_pos'|'bottom_pos'|'both_pos', %x='pos'|'csv'). Affected by global options.
|
- `output`: [string='%f-%i%v.%x'] Output file name (%i='top_pos'|'bottom_pos'|'both_pos', %x='pos'|'csv'). Affected by global options.
|
||||||
- `separate_files_for_front_and_back`: [boolean=true] Generate two separated files, one for the top and another for the bottom.
|
- `separate_files_for_front_and_back`: [boolean=true] Generate two separated files, one for the top and another for the bottom.
|
||||||
- `units`: [string='millimeters'] [millimeters,inches] Units used for the positions.
|
- `units`: [string='millimeters'] [millimeters,inches] Units used for the positions.
|
||||||
|
- `use_aux_axis_as_origin`: [boolean=true] Use the auxiliary axis as origin for coordinates (KiCad default).
|
||||||
- `variant`: [string=''] Board variant to apply.
|
- `variant`: [string=''] Board variant to apply.
|
||||||
|
|
||||||
* PS (Postscript)
|
* PS (Postscript)
|
||||||
|
|
|
||||||
|
|
@ -940,6 +940,8 @@ outputs:
|
||||||
separate_files_for_front_and_back: true
|
separate_files_for_front_and_back: true
|
||||||
# [string='millimeters'] [millimeters,inches] Units used for the positions
|
# [string='millimeters'] [millimeters,inches] Units used for the positions
|
||||||
units: 'millimeters'
|
units: 'millimeters'
|
||||||
|
# [boolean=true] Use the auxiliary axis as origin for coordinates (KiCad default)
|
||||||
|
use_aux_axis_as_origin: true
|
||||||
# [string=''] Board variant to apply
|
# [string=''] Board variant to apply
|
||||||
variant: ''
|
variant: ''
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue