kibot: use pcbdraw for board output
s-ol
1 year, 2 months ago
50 | 50 | output: 'placement.%x' |
51 | 51 | separate_files_for_front_and_back: false |
52 | 52 | |
53 | - type: 'svg_pcb_print' | |
54 | name: 'pcb' | |
53 | - type: 'pcbdraw' | |
54 | name: 'pcb_front' | |
55 | 55 | options: |
56 | output: 'pcb.%x' | |
57 | layers: [F.SilkS, F.Mask, F.Cu, Edge.Cuts, B.Cu, B.Mask, B.SilkS] | |
56 | output: 'board_front.%x' | |
57 | - type: 'pcbdraw' | |
58 | name: 'pcb_back' | |
59 | options: | |
60 | output: 'board_back.%x' | |
61 | bottom: true | |
58 | 62 | |
59 | 63 | - type: 'svg_sch_print' |
60 | 64 | name: 'schematic' |