Skip to content

Commit

Permalink
#28 - enable using blender feature in processor3D
Browse files Browse the repository at this point in the history
  • Loading branch information
kittlerm authored and kaklik committed Aug 11, 2023
1 parent 3ee5d80 commit 15c6a41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render_previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install stlsort lxml
sudo python3 -m pip install git+https://github.com/ThunderFly-aerospace/yagv
sudo python3 -m pip install git+https://${{ secrets.AUTH_USER }}:${{ secrets.GITHUBPAT }}@github.com/ThunderFly-aerospace/processor3D.git
sudo python3 -m pip install git+https://${{ secrets.AUTH_USER }}:${{ secrets.GITHUBPAT }}@github.com/ThunderFly-aerospace/processor3D.git@blender
wget https://files.openscad.org/snapshots/OpenSCAD-2023.06.30.ai15629-x86_64.AppImage -O ~/OpenSCAD.AppImage
chmod +x ~/OpenSCAD.AppImage
~/OpenSCAD.AppImage --version
Expand Down
3 changes: 3 additions & 0 deletions CAD/src/assembly/assembly.scad
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
include <../../parameters.scad>
$fn=10;

// This enable generation png from blender:
//@blender_template(../build_manual/blender/build_manual_template.blend)

// include <yasim.scad>

include <position/position_888_1001.scad> // podlozka
Expand Down

0 comments on commit 15c6a41

Please sign in to comment.