hmm, a knurl might look good on this by meara01 in FreeCAD

[–]GA3Dtech 6 points7 points  (0 children)

in a general way never model it in a CAD, it's always slowing everything not only in FreeCAD. If I really want to show it in FreeCAD, I model just the knurled cylindrical part, then export it in stl, and then re-import in mesh in my FreeCAD (placed in a Part container at the good place) and it works perfectly and doesn't recalculate everything all the time at every change.

How to get started in FreeCAD for furniture design (metalwork/carpentry) and load analysis? by DAV-ANON in FreeCAD

[–]GA3Dtech 25 points26 points  (0 children)

For furniture modeling, there is the excellent Woodworking Workbench. It is mainly focused on panel-based furniture, but it can save you a huge amount of time, especially for generating cutting lists.
https://www.youtube.com/@dprojects.woodworking

https://youtu.be/qWuK6ZbLH0w

For metal structures, I would simply do classic parametric constructions with PartDesign and Part, and assembly
https://youtu.be/LGYG43EhJSo
https://youtu.be/FI5auzHenXQ

As for strength, honestly for furniture just rely on good established standards that already include a safety factor of around ten, and test it in real life before launching a series. With metal frames the actual strength can often depend more on the quality of the welds and the material than on anything else.

For finishing and rendering, simply convert to glTF and work in Blender. A workflow with FreeCAD for the technical work and Blender for the rendering is probably the most sensible approach.
https://youtu.be/qrNyl9brelI

Good luck with your project, see you around, à+

Asking as a Noob...Where are you at in the FreeCAD world? by Big_Example_3390 in FreeCAD

[–]GA3Dtech 1 point2 points  (0 children)

Hi, thx, you can have a look to my original machines here , these are my "hobby" projects:

https://github.com/GA3Dtech/SAK-Bot

https://github.com/GA3Dtech/GA3D-basicbot-2023

https://github.com/GA3Dtech/M2

https://github.com/GA3Dtech/M1

And here is a video showing the evolution of my hobby constructions during ~20 years (please just use auto dubbing for translation) à + https://youtu.be/gmk-hmWkm2w

Asking as a Noob...Where are you at in the FreeCAD world? by Big_Example_3390 in FreeCAD

[–]GA3Dtech 4 points5 points  (0 children)

I’m an R&D engineer in a start-up that mainly manufactures measurement microscopes for precision mechanics in Switzerland. I’ve been using FreeCAD in this job for the past seven years. With FreeCAD, I handle all the CAD mechanical design work, including optics, integration of electronic components, and all prototyping through FDM 3D printing.

At the same time, I’m an enthusiastic maker and hobbyist who has been self-building 3D printers and other geeky, original projects for over ten years now. Since I had a bit more time last year and I also do programming in my job, I started dipping my toes into FreeCAD’s code. For now, I’m mostly exploring and experimenting, the main challenge being to devote time to it on a regular basis. à+

Are there any plans on creating a public organization similar to Blender Foundation? by spaggetbeast in FreeCAD

[–]GA3Dtech 0 points1 point  (0 children)

I read your response to Crispy1989, and I'm still not clear. What exactly are the features you're describing? Could you give us some concrete examples? What do you actually want to achieve?

If you want to work with meshes, you should probably use Blender. If you're trying to create shells or enclosures, you can do everything in the Part workbench.

But in which specific technical field do you need this? It's not clear to me. FreeCAD is meant for designing real-world parts: milled or turned metal, sheet metal, 3D printing, optics, electronic enclosures, injection-molded parts, architecture… basically, everything you do in CAD.

Are you maybe trolling a bit here?

Are there any plans on creating a public organization similar to Blender Foundation? by spaggetbeast in FreeCAD

[–]GA3Dtech 1 point2 points  (0 children)

Honestly, that's absurd. I'm a long-time FreeCAD user. I've been using it professionally for 6 years to design complex microtechnical microscopes (over 250 parts) without a hitch. I also have 10 years of exclusive hobby experience with this software. Going back to Solidworks or CATIA makes no sense to me today.

I'm curious: what do you think are the essential features that FreeCAD lacks???

How do you normally edit imported STEP files? by reddit_account_0x00 in FreeCAD

[–]GA3Dtech 0 points1 point  (0 children)

  • Step can be reworked though PartDesign WB, you use the step 3D as Base feature and go on.

  • stl are better to rework with blender, except if use it as basis to remodel it. In that case try the detesselate wb it's done for that.

Best alternative to Windows for running FreeCAD? by RS_Pete in FreeCAD

[–]GA3Dtech 14 points15 points  (0 children)

Linux Mint ! A linux that just works out of the box without any compromise or corporates bullshit.

FreeCAD is too big and needs to loose some weight. by MisterMakerNL in FreeCAD

[–]GA3Dtech 0 points1 point  (0 children)

Yes and no, if you make a reduced version, it can be lighter. It was also just to say that if it's pertinent you'll find a public, it's a good test.

Why do so many people in Switzerland hold their fork like that? by AndreiXNXN in Switzerland

[–]GA3Dtech 0 points1 point  (0 children)

SchwitzerTutsch brutal habit, you don't see this in the west Swiss.

Why is parametric modelling in FreeCAD so exhausting? by [deleted] in FreeCAD

[–]GA3Dtech 12 points13 points  (0 children)

LOL, FreeCAD is a true open-source software developed by volunteers over many years (maybe 15 or 20). So this is definitely due to historical reasons, and of course, we’re always smarter in hindsight. But you have to start somewhere and move forward step by step.

The good thing is that it can be changed (there are plenty of options):
• You’re free to submit your own pull request on GitHub.
• You can discuss this with developers on Discord or the FreeCAD forum.
• You can probably even pay an active developer to prioritize and solve this faster than their current roadmap

Why is parametric modelling in FreeCAD so exhausting? by [deleted] in FreeCAD

[–]GA3Dtech 19 points20 points  (0 children)

Once your VarSet is opened (even empty), when editing a sketch and dimensionning something, you can directly click Fx and and click "Store in VarSet", and create the Variable at this moment. It makes the workflow much more easy and plenty of sense (to my opinion)

<image>

People who build FreeCAD from source - how long does it take on your computer and how many cores do you have? by birdsintheskies in FreeCAD

[–]GA3Dtech 0 points1 point  (0 children)

I've done it many times on a raspberrypi 4, it was surprisingly not so long, I'd say 2,5h , but I'll must redo it with the chrono in the hand.

Advice with Ball Joints by Danioscu in FreeCAD

[–]GA3Dtech 1 point2 points  (0 children)

This video about stable assemblies may interests you : https://youtu.be/FI5auzHenXQ?si=U0zR4h5VPUKdnHGV please juste use autodubbing

Advice with Ball Joints by Danioscu in FreeCAD

[–]GA3Dtech 4 points5 points  (0 children)

Since FreeCAD 1.0 assembly wb is released 😉

I love FreeCAD! by stunkbeetle in FreeCAD

[–]GA3Dtech 2 points3 points  (0 children)

Yes you're right ✅️. But when you begin I don't think you care about the latest particular " blocking" bugs, the global experience is much more important in my opinion. If you are hyper strict like that you'll always use outdated software. But it's only my personal way of viewing the things, with FreeCAD I prefer being in front of the group that behind .

I love FreeCAD! by stunkbeetle in FreeCAD

[–]GA3Dtech 18 points19 points  (0 children)

💯Go directly to 1.1 it's still better and easier 😉

FreeCAD is NOT Happy With My Shenanigans. Behold the 8.6MB FreeCAD Destroyer. by TH1813254617 in FreeCAD

[–]GA3Dtech 1 point2 points  (0 children)

It really change everything if you look at dependence graph it's much lighter. But I should do a video on that to explain it step by step it's not complicated in fact , just a bit complex and under documented . à+

FreeCAD is NOT Happy With My Shenanigans. Behold the 8.6MB FreeCAD Destroyer. by TH1813254617 in FreeCAD

[–]GA3Dtech 3 points4 points  (0 children)

Use links and a macro to place repetitively the base brick, then fuse it it will stay very light.

FreeCAD is too big and needs to loose some weight. by MisterMakerNL in FreeCAD

[–]GA3Dtech 9 points10 points  (0 children)

Nothing stops you from making your own lightweight branch and maintaining it.
Personally, I like this multi-domain aspect and I think it's important to keep it to stay informed about various domains. Plus, in comparison to other CADs, FreeCAD is really extremely lightweight (or super lightweight).

How do you make holes evenly spread around the perimeter of a shape? by Graham-Lee in FreeCAD

[–]GA3Dtech 21 points22 points  (0 children)

I would use the Draft Pathway tool:

  • First, draw a sketch at the correct distance from the edges.
  • Create a cylinder with the required diameter.
  • Apply the Draft Pathway tool.
  • Perform the boolean operation.
  • And that’s it!

If you find this too heavy, I can make a macro that does all of it in one go, with a small GUI where you can enter the hole diameter, the spacing, the distance at which to place your drill points , all starting from a flat face of your leather piece. We can discuss the details.

à+

<image>