About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
probonopd
1/8/2017 - 10:19 PM
share
Share
add_circle_outline
Save
OpenSCADEnclosures.md
OpenSCADEnclosures.md
content_copy
file_download
Rendered
Source
Enclosures in OpenSCAD
Readymade examples
Looking for a generic enclosure that can be parametrized in OpenSCAD.
https://github.com/narzul/Projects/blob/1847e5ce9f78270721bec86ca847b012c2cac44a/RobotSystem/openscad/logger/enclosure.scad
- rounded corners but needs screws. I'd like to have "press-fit"/"snap-in", no-screw construction.
Instructions
Intro tutorial
http://edutechwiki.unige.ch/en/OpenScad_beginners_tutorial#Creating_our_first_model_and_the_interface
The key to rounded corners is the
minkowski()
function.
Step-by-step instructions
https://medium.com/@gendor/how-to-design-a-3d-printed-enclosure-for-your-product-3d28fd9b068c#.wewcrpfip
clear