Fab automation (#2)
- Use KiKit for fab automation - Add splitflap scripts for exporting pcb pdfs, and switch to splitflap script for 3d rendering (for consistency with fab automation) - Added support in 3d rendering scripts for soldermask & silkscreen colors, option to skip virtual components - Added silkscreen to base and screen pcbs for commit and date info
This commit is contained in:
@@ -19,24 +19,24 @@ outputs:
|
||||
- name: schematic
|
||||
type: pdf_sch_print
|
||||
|
||||
- name: 3d
|
||||
type: render_3d
|
||||
options:
|
||||
no_virtual: true
|
||||
view: 'top'
|
||||
silk: '#111111'
|
||||
solder_mask: '#ffffff'
|
||||
board: '#C3BA9B'
|
||||
copper: '#99967F'
|
||||
orthographic: true
|
||||
ray_tracing: true
|
||||
height: 1920
|
||||
width: 1920
|
||||
zoom: 3
|
||||
# - name: 3d
|
||||
# type: render_3d
|
||||
# options:
|
||||
# no_virtual: true
|
||||
# view: 'top'
|
||||
# silk: '#111111'
|
||||
# solder_mask: '#ffffff'
|
||||
# board: '#C3BA9B'
|
||||
# copper: '#99967F'
|
||||
# orthographic: true
|
||||
# ray_tracing: true
|
||||
# height: 1920
|
||||
# width: 1920
|
||||
# zoom: 4
|
||||
|
||||
- name: 3d_back
|
||||
type: render_3d
|
||||
extends: 3d
|
||||
options:
|
||||
view: 'bottom'
|
||||
zoom: 3
|
||||
# - name: 3d_back
|
||||
# type: render_3d
|
||||
# extends: 3d
|
||||
# options:
|
||||
# view: 'bottom'
|
||||
# zoom: 3
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user