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 usually use fusion/ on shape. I had no idea openscad could do something like this and I’m wondering if that’s my route.
AmazingAwesomator@lemmy.world 1 week ago
openscad is a wonderful tool if you hate using your mouse. if you prefer scripting your way to victory, it is an amazing tool.
mouse is only used to move/zoom/tilt camera, everything else is keyboard
Osnapitsjoey@lemmy.one 1 week ago
I 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/