Adapted report_simple_1 to the new use of PDFs
This commit is contained in:
parent
ea1460e6b9
commit
15b32c82d9
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue