- cross-posted to:
- 3dprinting@lemmy.world
- cross-posted to:
- 3dprinting@lemmy.world
I’m designing a case for a dew-point ventilator controller to be 3d printed. The controller is implemented using arduino on an esp32. The project is based off of the code and HW implementation by Make Magazine Germany: https://github.com/MakeMagazinDE/Taupunktluefter. When starting out I was thinking this would be an easy project but it turned out that especially the lid with its lip and groove design and the parts fixations were not that easy. I’m excited to finally print it.
The file is parametric to some extent and the main footprint is based off of a master sketch. Many parts were imported as step files from grabcad. I used FreeCAD 1.0-rc1 which works like a charm for many things. Next thing I would like to do is to use the new assembly workbench. What do you think?
Manual “Exploded view”,
Opaque view.
Ok, since you’re really interested, here’s my file: https://acloud11.zaclys.com/index.php/s/x2QGkqcCDNjzWe2 I started out by using a master sketch but got a bit lazy afterwards, so quite some things are positioned manually. I’m not sure it’s the best file to learn from but maybe it’s not terrible either.
It’s very interesting to scroll through and I could easily find my way in it. It is also very fast. Thank you for sharing.
I have the tendency to lock everything in place and fixate it based on some logic. For example: I would constrain Sketch010 for PocketGlandHoles so each of the holes is exactly the same distance. Lack of experience makes me want to have a parametric model so I can move things around until I make up my mind. Looking at this file however, it may be better to just model again when things change.
I’d love to have another peek if you screw up with this approach or if you’d have a finalized version.