this post was submitted on 04 Nov 2024
33 points (100.0% liked)
FreeCAD
853 readers
3 users here now
Your own 3D parametric modeler.
FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks, not yet since there are quite a few things missing still unfortunately. Once I've completed it and successfully printed it, I'll publish it somewhere.
I'd love to see the FreeCAD files and possibly see the progress too. Looks like a good project to learn from.
I've only seen my own (sometimes messy and slow) FreeCAD files and I also don't get round to publishing anything either. Last time I made an enclosure I made a mess where it became slow because a lot was recalculated based on the position of the components and it had some curved surfaces. I do remember making clips (did not work well) and a ridge (that held up a bit better). Would use screws next time like you're doing here.
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.
Heh, that's also interesting for me to hear. I usually also tend to try and constrain everything and make it as parametric as possible. Since this model became more complex than previous ones I took the liberty to be approximate eg. when lining up the glands and the holes. In the end i just want something printable as quickly as possible. I'll probably never change the dimensions again. It's therefore more time efficient to re model things if I ever need to adjust things.
With the new assembly toolbox I might find an easier way to fit things like the glands and the holes together. Maybe by just tying a cutting object and the gland together and using booleans (which I find quite cumbersome to use).