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: kibot.yaml
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -186,25 +186,27 @@ outputs:
186
186
# output: [string='%f-%i%v.%x'] filename for the output SVG (%i=schematic %x=svg). Affected by global options.
187
187
# variant: [string=''] Board variant to apply. Not fitted components are crossed.
188
188
189
-
# - name: 'print board mechanics'
190
-
# comment: "Print board (PDF)"
191
-
# type: pcb_print
192
-
# layers:
193
-
# - Dwgs.User
194
-
# - Edge.Cuts
195
-
# - F.CrtYd
196
-
# dir: docs
197
-
# options:
189
+
- name: 'print board mechanics'
190
+
comment: "Print board (PDF)"
191
+
type: pdf_pcb_print
192
+
layers:
193
+
- Dwgs.User
194
+
- Edge.Cuts
195
+
- F.Fab
196
+
- User.Eco1
197
+
- User.Comments
198
+
- User.Drawings
199
+
dir: gerbers
200
+
options:
198
201
# 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.
199
202
# drill_marks: full #[string='full'] what to use to indicate the drill places, can be none, small or full (for real scale).
200
203
# mirror: [boolean=false] print mirrored (X axis inverted). ONLY for KiCad 6.
201
-
# monochrome: [boolean=false] print in black and white.
202
-
# output: '%f-mechanic.%x' #[string='%f-%i%v.%x'] filename for the output PDF (%i=layers, %x=pdf). Affected by global options.
204
+
monochrome: true
205
+
output: '%f-board.%x'#[string='%f-%i%v.%x'] filename for the output PDF (%i=layers, %x=pdf). Affected by global options.
203
206
# output_name: Alias for output.
204
-
# plot_sheet_reference: true # [boolean=true] include the title-block.
205
-
# scaling: [number=1.0] scale factor (0 means autoscaling).
206
-
# separated: [boolean=false] print layers in separated pages.
207
-
# variant: [string=''] Board variant to apply.
207
+
plot_sheet_reference: true # [boolean=true] include the title-block.
0 commit comments