Added render of bland and populated pcb

This commit is contained in:
andrewc
2024-10-30 16:47:49 +10:00
parent 658d0c19aa
commit 72cdc871a3
3 changed files with 28 additions and 2 deletions

View File

@@ -113,6 +113,32 @@ outputs:
download: false
subst_models: true
- name: 'pcb_render'
comment: "ISO render of the blank PCB"
type: render_3d
dir: .
options:
view: 'top'
rotate_z: 45
rotate_y: 35
download: false
download_lcsc: false
output: 'PCB_%f_%r.%x'
show_components: 'none'
- name: 'pcba_render'
comment: "ISO render of the assembled PCB"
type: render_3d
dir: .
options:
view: 'top'
rotate_z: 45
rotate_y: 35
download: false
download_lcsc: false
output: 'PCBA_%f_%r.%x'
show_components: 'all'
- name: 'neo_position'
comment: "Pick and place"
type: position

View File

@@ -221,7 +221,7 @@ output_mech:
paths:
- Fabrication/**/*
variables:
SUFF_MECH: run_erc,run_drc step
SUFF_MECH: run_erc,run_drc step pcb_render pcba_render
script:
- !reference [.commands, git_tag]
- SUFFIX=$SUFF_MECH