Adapted report_simple_1 to the new use of PDFs

This commit is contained in:
Salvador E. Tropea 2022-04-09 15:55:28 -03:00
parent ea1460e6b9
commit 15b32c82d9
1 changed files with 16 additions and 8 deletions

View File

@ -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"