From ea0518f47ce821f0fdc084359885aa69da71c9a0 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 15 Jan 2024 10:09:54 -0300 Subject: [PATCH] [PCB Print][Added] repeat example --- .../yaml_samples/pcb_print_repeat.kibot.yaml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/yaml_samples/pcb_print_repeat.kibot.yaml diff --git a/tests/yaml_samples/pcb_print_repeat.kibot.yaml b/tests/yaml_samples/pcb_print_repeat.kibot.yaml new file mode 100644 index 00000000..292f58f3 --- /dev/null +++ b/tests/yaml_samples/pcb_print_repeat.kibot.yaml @@ -0,0 +1,30 @@ +# Example KiBot config file +kibot: + version: 1 + +outputs: + - name: 'print_front' + comment: "Print Top and Bottom layers" + type: pcb_print + dir: Layers + options: + format: 'PDF' + keep_temporal_files: true + pages: + - scaling: 2.0 + sheet: '%ln' + sketch_pads_on_fab_layers: true + sketch_pad_line_width: 1 + repeat_for_layer: 'F.Cu' + repeat_layers: copper + layers: + - layer: Edge.Cuts + - layer: F.Cu + - layer: F.Mask + color: '#14332440' + - layer: F.Paste + - layer: F.SilkS + - layer: F.Fab + plot_footprint_refs: false + plot_footprint_values: false + - layer: Dwgs.User