Files
Test_7/kibot/yaml/kibot_globals.yaml
Jonathan Krauss 862bd3b95f
All checks were successful
KiBot CI / test (push) Successful in 49s
Initial commit
2026-03-10 23:04:58 +00:00

21 lines
438 B
YAML

# KiBot Globals
# https://kibot.readthedocs.io/en/latest/configuration/global.html
kibot:
version: 1
global:
resources_dir: 'kibot'
out_dir: '@OUTPUT_DIR@'
dnp_cross_top_layer: '@LAYER_DNP_TOP@'
dnp_cross_bottom_layer: '@LAYER_DNP_BOTTOM@'
disable_kicad_cross_on_fab: true
extra_pth_drill: 0 # for annular ring computation.
filters: []
...
definitions:
OUTPUT_DIR: ./
LAYER_DNP_TOP: F.DNP
LAYER_DNP_BOTTOM: B.DNP