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"