diff --git a/.scripts/ki-ntree b/.scripts/ki-ntree index a21dfaa..bebdba0 160000 --- a/.scripts/ki-ntree +++ b/.scripts/ki-ntree @@ -1 +1 @@ -Subproject commit a21dfaac3b0cf1760ade1e4f197615339501ada1 +Subproject commit bebdba04aa8ef1d4567739fa2383135385d26b9b diff --git a/default.kibot.yaml b/default.kibot.yaml index 153d67c..7b74d6d 100644 --- a/default.kibot.yaml +++ b/default.kibot.yaml @@ -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 diff --git a/kibot-ci.yml b/kibot-ci.yml index 44f1411..aaa4ef0 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -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