[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'
|
- 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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue