Skip to content

Commit ec8df14

Browse files
committed
Make sure we run ERC.
Also clean out comments - we can refer back to the docs for these.
1 parent 4b6ebd6 commit ec8df14

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

Kicad/docs.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kibot:
22
version: 1
33

44
preflight:
5-
run_erc: false
5+
run_erc: true
66
run_drc: false
77
check_zone_fills: true
88
ignore_unconnected: false
@@ -13,10 +13,6 @@ outputs:
1313
comment: "Print schematic (PDF)"
1414
type: pdf_sch_print
1515
dir: docs
16-
# options:
17-
# dnf_filter: [string|list(string)=''] Name of the filter to mark components as not fitted. A short-cut to use for simple cases where a variant is an overkill.
18-
# output: [string='%f-%i%v.%x'] filename for the output PDF (%i=schematic %x=pdf). Affected by global options.
19-
# variant: [string=''] Board variant to apply. Not fitted components are crossed.
2016

2117
- name: 'print board mechanics'
2218
comment: "Print board (PDF)"
@@ -27,16 +23,9 @@ outputs:
2723
- F.CrtYd
2824
dir: docs
2925
options:
30-
# dnf_filter: [string|list(string)=''] Name of the filter to mark components as not fitted. A short-cut to use for simple cases where a variant is an overkill.
3126
drill_marks: full #[string='full'] what to use to indicate the drill places, can be none, small or full (for real scale).
32-
# mirror: [boolean=false] print mirrored (X axis inverted). ONLY for KiCad 6.
33-
# monochrome: [boolean=false] print in black and white.
3427
output: '%f-mechanic.%x' #[string='%f-%i%v.%x'] filename for the output PDF (%i=layers, %x=pdf). Affected by global options.
35-
# output_name: Alias for output.
3628
plot_sheet_reference: true # [boolean=true] include the title-block.
37-
# scaling: [number=1.0] scale factor (0 means autoscaling).
38-
# separated: [boolean=false] print layers in separated pages.
39-
# variant: [string=''] Board variant to apply.
4029

4130
- name: 'print board documentation'
4231
comment: "Print board (PDF)"
@@ -47,13 +36,5 @@ outputs:
4736
- F.Fab
4837
dir: docs
4938
options:
50-
# dnf_filter: [string|list(string)=''] Name of the filter to mark components as not fitted. A short-cut to use for simple cases where a variant is an overkill.
51-
# drill_marks: true #[string='full'] what to use to indicate the drill places, can be none, small or full (for real scale).
52-
# mirror: [boolean=false] print mirrored (X axis inverted). ONLY for KiCad 6.
53-
# monochrome: [boolean=false] print in black and white.
5439
output: '%f-documentation.%x' #[string='%f-%i%v.%x'] filename for the output PDF (%i=layers, %x=pdf). Affected by global options.
55-
# output_name: Alias for output.
5640
plot_sheet_reference: true # [boolean=true] include the title-block.
57-
# scaling: [number=1.0] scale factor (0 means autoscaling).
58-
# separated: [boolean=false] print layers in separated pages.
59-
# variant: [string=''] Board variant to apply.

0 commit comments

Comments
 (0)