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