[Tests] Migrated qr_lib_1 to pcb_print (faster)

This commit is contained in:
Salvador E. Tropea 2022-07-14 18:53:41 -03:00
parent 3e922b6009
commit 5a8391ca59
1 changed files with 7 additions and 6 deletions

View File

@ -16,15 +16,16 @@ outputs:
- name: 'print_front' - name: 'print_front'
comment: "Print F.SilkS and F.Cu" comment: "Print F.SilkS and F.Cu"
type: pdf_pcb_print type: pcb_print
options: options:
output: PCB.pdf output: PCB.pdf
plot_sheet_reference: false plot_sheet_reference: false
monochrome: true format: 'PDF'
separated: true pages:
layers: - monochrome: true
- layer: F.SilkS layers: F.Cu
- layer: F.Cu - monochrome: true
layers: F.SilkS
- name: 'QRCodes' - name: 'QRCodes'
comment: "Example of QR codes" comment: "Example of QR codes"