From 3ddb29ff9ee887e76e3c394a88fbcc1e118a02fc Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 1 Apr 2021 09:02:40 -0300 Subject: [PATCH] Updated the config template. With the fixes in #63 --- docs/samples/generic_plot.kibot.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/samples/generic_plot.kibot.yaml b/docs/samples/generic_plot.kibot.yaml index 773940dc..ec7a4d22 100644 --- a/docs/samples/generic_plot.kibot.yaml +++ b/docs/samples/generic_plot.kibot.yaml @@ -257,7 +257,7 @@ outputs: tent_vias: true # [boolean=false] Use uppercase names for the extensions uppercase_extensions: false - # [boolean=false] Use the auxiliar axis as origin for coordinates + # [boolean=false] Use the auxiliary axis as origin for coordinates use_aux_axis_as_origin: false # [string=''] Board variant to apply variant: '' @@ -301,7 +301,7 @@ outputs: filename: '' # [number=0] number of digits for mantissa part of coordinates (0 is auto) right_digits: 0 - # [boolean=false] Use the auxiliar axis as origin for coordinates + # [boolean=false] Use the auxiliary axis as origin for coordinates use_aux_axis_as_origin: false # [string='DECIMAL_FORMAT'] [DECIMAL_FORMAT,SUPPRESS_LEADING,SUPPRESS_TRAILING,KEEP_ZEROS] How to handle the zeros zeros_format: 'DECIMAL_FORMAT' @@ -332,7 +332,7 @@ outputs: # [string=''] Name of the drill report. Not generated unless a name is specified. # (%i='drill_report' %x='txt') filename: '' - # [boolean=false] Use the auxiliar axis as origin for coordinates + # [boolean=false] Use the auxiliary axis as origin for coordinates use_aux_axis_as_origin: false # Gerber format: @@ -389,7 +389,7 @@ outputs: tent_vias: true # [boolean=false] Use uppercase names for the extensions uppercase_extensions: false - # [boolean=false] Use the auxiliar axis as origin for coordinates + # [boolean=false] Use the auxiliary axis as origin for coordinates use_aux_axis_as_origin: false # [boolean=true] Include netlist metadata use_gerber_net_attributes: true @@ -1011,7 +1011,7 @@ outputs: # [boolean=false] Used to exclude 3D models for components with 'virtual' attribute no_virtual: false # [string='grid'] Determines the coordinates origin. Using grid the coordinates are the same as you have in the design sheet. - # The drill option uses the auxiliar reference defined by the user. + # The drill option uses the auxiliary reference defined by the user. # You can define any other origin using the format 'X,Y', i.e. '3.2,-10' origin: 'grid' # [string='%f-%i%v.%x'] Name for the generated STEP file (%i='3D' %x='step'). Affected by global options