Comment on I have a question in regards to 3d modeling for a filament slicer addon to my hotend
Osnapitsjoey@lemmy.one 1 week agoI do know python so scripting isn’t alien to me! I doubt I’ll be able to do something to this caliber though lol.
Comment on I have a question in regards to 3d modeling for a filament slicer addon to my hotend
Osnapitsjoey@lemmy.one 1 week agoI do know python so scripting isn’t alien to me! I doubt I’ll be able to do something to this caliber though lol.
AmazingAwesomator@lemmy.world 1 week ago
honestly, after import if you need a connectypiece you can probably just
translate([x,y,z]) { cube(5); }
here is the cheat sheet that i use for reference in openscad - it is quite good :)
openscad.org/cheatsheet/