diff --git a/tests/yaml_samples/qr_lib_1.kibot.yaml b/tests/yaml_samples/qr_lib_1.kibot.yaml index 8340572a..564d1195 100644 --- a/tests/yaml_samples/qr_lib_1.kibot.yaml +++ b/tests/yaml_samples/qr_lib_1.kibot.yaml @@ -16,15 +16,16 @@ outputs: - name: 'print_front' comment: "Print F.SilkS and F.Cu" - type: pdf_pcb_print + type: pcb_print options: output: PCB.pdf plot_sheet_reference: false - monochrome: true - separated: true - layers: - - layer: F.SilkS - - layer: F.Cu + format: 'PDF' + pages: + - monochrome: true + layers: F.Cu + - monochrome: true + layers: F.SilkS - name: 'QRCodes' comment: "Example of QR codes"