From d308e7e8f1ebf4b0cd0be84090466a80806a81b3 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 1 Mar 2023 09:11:44 -0300 Subject: [PATCH] [PcbDraw] Added trivial config example --- .../yaml_samples/pcbdraw_simple_2.kibot.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/yaml_samples/pcbdraw_simple_2.kibot.yaml diff --git a/tests/yaml_samples/pcbdraw_simple_2.kibot.yaml b/tests/yaml_samples/pcbdraw_simple_2.kibot.yaml new file mode 100644 index 00000000..9daaabae --- /dev/null +++ b/tests/yaml_samples/pcbdraw_simple_2.kibot.yaml @@ -0,0 +1,19 @@ +kiplot: + version: 1 + +outputs: + - name: PcbDraw + comment: "PcbDraw test top" + type: pcbdraw + dir: PcbDraw + options: &pcb_draw_ops + format: svg + # show_components: all + + - name: PcbDraw2 + comment: "PcbDraw test bottom" + type: pcbdraw + dir: PcbDraw + options: + <<: *pcb_draw_ops + bottom: True