You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Kicad/docs.yml
+1-20Lines changed: 1 addition & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ kibot:
2
2
version: 1
3
3
4
4
preflight:
5
-
run_erc: false
5
+
run_erc: true
6
6
run_drc: false
7
7
check_zone_fills: true
8
8
ignore_unconnected: false
@@ -13,10 +13,6 @@ outputs:
13
13
comment: "Print schematic (PDF)"
14
14
type: pdf_sch_print
15
15
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.
20
16
21
17
- name: 'print board mechanics'
22
18
comment: "Print board (PDF)"
@@ -27,16 +23,9 @@ outputs:
27
23
- F.CrtYd
28
24
dir: docs
29
25
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.
31
26
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.
34
27
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.
36
28
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.
40
29
41
30
- name: 'print board documentation'
42
31
comment: "Print board (PDF)"
@@ -47,13 +36,5 @@ outputs:
47
36
- F.Fab
48
37
dir: docs
49
38
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.
54
39
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.
56
40
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.
0 commit comments