Added the new `use_aux_axis_as_origin` option to the docs.

This commit is contained in:
Salvador E. Tropea 2021-09-27 09:18:17 -03:00
parent a5221d7d45
commit e902c7350d
2 changed files with 3 additions and 0 deletions

View File

@ -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.
- `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.
- `use_aux_axis_as_origin`: [boolean=true] Use the auxiliary axis as origin for coordinates (KiCad default).
- `variant`: [string=''] Board variant to apply.
* PS (Postscript)

View File

@ -940,6 +940,8 @@ outputs:
separate_files_for_front_and_back: true
# [string='millimeters'] [millimeters,inches] Units used for the positions
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
variant: ''