From 15b32c82d934e759f8bab3cc4ba1618e39cdfa0a Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 9 Apr 2022 15:55:28 -0300 Subject: [PATCH] Adapted report_simple_1 to the new use of PDFs --- tests/yaml_samples/report_simple_1.kibot.yaml | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/tests/yaml_samples/report_simple_1.kibot.yaml b/tests/yaml_samples/report_simple_1.kibot.yaml index 39233fe4..a872773c 100644 --- a/tests/yaml_samples/report_simple_1.kibot.yaml +++ b/tests/yaml_samples/report_simple_1.kibot.yaml @@ -22,23 +22,31 @@ outputs: - name: 'print_front' comment: "Top copper and silkscreen" - type: svg_pcb_print + type: pcb_print dir: Layers + output_id: -front options: title: 'Fake title for front copper and silk' - layers: - - layer: F.Cu - - layer: F.SilkS + pages: + - scaling: 2.0 + layers: + - layer: F.Cu + - layer: F.SilkS + - layer: Edge.Cuts - name: 'print_bottom' comment: "Bottom copper and silkscreen" - type: svg_pcb_print + type: pcb_print dir: Layers + output_id: -bottom options: title: 'Fake title for bottom copper and silk' - layers: - - layer: B.Cu - - layer: B.SilkS + pages: + - scaling: 2.0 + layers: + - layer: B.Cu + - layer: B.SilkS + - layer: Edge.Cuts - name: 'print_sch_svg' comment: "Schematic"