Added render of bland and populated pcb
This commit is contained in:
Submodule .scripts/ki-ntree updated: a21dfaac3b...bebdba04aa
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user