24 lines
581 B
YAML
24 lines
581 B
YAML
# Example KiBot config file
|
|
kibot:
|
|
version: 1
|
|
|
|
outputs:
|
|
- name: 'print_front'
|
|
comment: "Experiment"
|
|
type: pcb_print
|
|
dir: Layers
|
|
options:
|
|
# title: 'Fake title for front copper and silk'
|
|
# color_theme: _builtin_default
|
|
# drill_marks: small
|
|
title: Chau
|
|
plot_sheet_reference: true
|
|
sheet_reference_layout: '${KIPRJMOD}/../../data/test_img.kicad_wks'
|
|
format: 'PDF'
|
|
keep_temporal_files: true
|
|
# enable_ki6_frame_fix: true
|
|
pages:
|
|
- layers:
|
|
- layer: Edge.Cuts
|
|
color: "#004040"
|