[Tests] Migrated qr_lib_1 to pcb_print (faster)
This commit is contained in:
parent
3e922b6009
commit
5a8391ca59
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue