Fixed some YAML linter warnings
This commit is contained in:
parent
2f9d81964e
commit
52113cc394
|
|
@ -9,36 +9,36 @@ kibot:
|
|||
version: 1
|
||||
|
||||
filters:
|
||||
- name: exclude_virtual
|
||||
comment: "Exclude virtual footprints (when using bom output for generating XY file)"
|
||||
type: generic
|
||||
exclude_virtual: true
|
||||
- name: exclude_virtual
|
||||
comment: "Exclude virtual footprints (when using bom output for generating XY file)"
|
||||
type: generic
|
||||
exclude_virtual: true
|
||||
|
||||
outputs:
|
||||
# Use bom output to generate position file
|
||||
# Must include fiducials in order for pick/place to calculate footprint locations
|
||||
- name: assy_position
|
||||
comment: "Board assembly position file (CSV)"
|
||||
type: bom
|
||||
options:
|
||||
format: CSV
|
||||
columns:
|
||||
- field: "References"
|
||||
name: "Ref"
|
||||
- field: "Footprint"
|
||||
- field: "Footprint Type"
|
||||
name: "Type"
|
||||
- field: "Footprint X"
|
||||
name: "PosX"
|
||||
- field: "Footprint Y"
|
||||
name: "PosY"
|
||||
- field: "Footprint Rot"
|
||||
name: "Rot"
|
||||
- field: "Footprint Side"
|
||||
name: "Side"
|
||||
- field: "Footprint Populate"
|
||||
name: "Populate"
|
||||
group_fields: [] # disable grouping
|
||||
exclude_filter: exclude_virtual # remove test points, mounting holes, edge connectors, etc.
|
||||
dnf_filter: _mechanical # to also mark fiducials as DNF
|
||||
ignore_dnf: false
|
||||
# Use bom output to generate position file
|
||||
# Must include fiducials in order for pick/place to calculate footprint locations
|
||||
- name: assy_position
|
||||
comment: "Board assembly position file (CSV)"
|
||||
type: bom
|
||||
options:
|
||||
format: CSV
|
||||
columns:
|
||||
- field: "References"
|
||||
name: "Ref"
|
||||
- field: "Footprint"
|
||||
- field: "Footprint Type"
|
||||
name: "Type"
|
||||
- field: "Footprint X"
|
||||
name: "PosX"
|
||||
- field: "Footprint Y"
|
||||
name: "PosY"
|
||||
- field: "Footprint Rot"
|
||||
name: "Rot"
|
||||
- field: "Footprint Side"
|
||||
name: "Side"
|
||||
- field: "Footprint Populate"
|
||||
name: "Populate"
|
||||
group_fields: [] # disable grouping
|
||||
exclude_filter: exclude_virtual # remove test points, mounting holes, edge connectors, etc.
|
||||
dnf_filter: _mechanical # to also mark fiducials as DNF
|
||||
ignore_dnf: false
|
||||
|
|
|
|||
|
|
@ -40,15 +40,15 @@ outputs:
|
|||
- reference: J8
|
||||
library: yaqwsx
|
||||
component: Pin_Header_Straight_1x02_circle
|
||||
no_drillholes: False
|
||||
mirror: False
|
||||
no_drillholes: false
|
||||
mirror: false
|
||||
highlight:
|
||||
- L_G1
|
||||
- L_B1
|
||||
- R10
|
||||
- RV1
|
||||
show_components: all
|
||||
vcuts: True
|
||||
vcuts: true
|
||||
warnings: visible
|
||||
dpi: 600
|
||||
# margin:
|
||||
|
|
@ -75,7 +75,7 @@ outputs:
|
|||
options:
|
||||
<<: *pcb_draw_ops
|
||||
style: set-red-enig
|
||||
bottom: True
|
||||
bottom: true
|
||||
show_components:
|
||||
- L_G1
|
||||
- L_B1
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@ outputs:
|
|||
options:
|
||||
metric_units: true
|
||||
origin: drill # "grid" or "drill" o "X,Y" i.e. 3.2,-10
|
||||
#no_virtual: false # exclude 3D models for components with 'virtual' attribute
|
||||
#min_distance: 0.01 # Minimum distance between points to treat them as separate ones (default 0.01 mm)
|
||||
#output: project.step
|
||||
# no_virtual: false # exclude 3D models for components with 'virtual' attribute
|
||||
# min_distance: 0.01 # Minimum distance between points to treat them as separate ones (default 0.01 mm)
|
||||
# output: project.step
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ outputs:
|
|||
options:
|
||||
metric_units: true
|
||||
origin: drill # "grid" or "drill" o "X,Y" i.e. 3.2,-10
|
||||
#no_virtual: false # exclude 3D models for components with 'virtual' attribute
|
||||
#min_distance: 0.01 # Minimum distance between points to treat them as separate ones (default 0.01 mm)
|
||||
#output: project.step
|
||||
# no_virtual: false # exclude 3D models for components with 'virtual' attribute
|
||||
# min_distance: 0.01 # Minimum distance between points to treat them as separate ones (default 0.01 mm)
|
||||
# output: project.step
|
||||
|
|
|
|||
Loading…
Reference in New Issue