Inital commit
This commit is contained in:
26
kibot_yaml/kibot_pre_draw_stackup.yaml
Normal file
26
kibot_yaml/kibot_pre_draw_stackup.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
# KiBot preflight for Draw Fancy Stackup feature
|
||||
# https://kibot.readthedocs.io/en/latest/configuration/preflights/draw_fancy_stackup.html
|
||||
|
||||
kibot:
|
||||
version: 1
|
||||
|
||||
preflight:
|
||||
update_xml: true
|
||||
draw_fancy_stackup:
|
||||
gerber: '@GERBER_OUTPUT@'
|
||||
gerber_extension_only: True
|
||||
draw_stackup: True
|
||||
draw_vias: True
|
||||
columns:
|
||||
- 'material'
|
||||
- 'layer'
|
||||
- 'thickness'
|
||||
- 'dielectric'
|
||||
- 'layer_type'
|
||||
- 'gerber'
|
||||
note: '@NOTE@'
|
||||
|
||||
...
|
||||
definitions:
|
||||
GERBER_OUTPUT: gbr_gerbers
|
||||
NOTE: external layer thicknesses are specified after plating
|
||||
Reference in New Issue
Block a user