Search found 15 matches

by DarioP
Mon Feb 07, 2022 10:24 am
Forum: Help on using FreeCAD
Topic: Disable a specific object from recomputing
Replies: 6
Views: 1913

Re: Disable a specific object from recomputing

I had this discussion coming up few times via google, I know it is old, but I think that the point raised by dimitar is still valid. In the current situation I am tweaking a sketch that further down the lines becomes involved in a very expensive 3d offset for a linked object. Every time I close the ...
by DarioP
Mon Jan 03, 2022 10:38 am
Forum: Path/CAM
Topic: python 3.10
Replies: 8
Views: 5484

Re: python 3.10

I am also plagued by python 3.10 on Arch. FreeCAD throws pivy errors on so many operations.
Python 3.9 is available from AUR but I have not find a way to force FreeCAD to use it.
by DarioP
Fri Dec 24, 2021 5:23 pm
Forum: Users Showcase
Topic: [challenge] fully parametric planetary gear system
Replies: 12
Views: 10187

Re: [challenge] fully parametric planetary gear system

At the end I've managed to model directly in FreeCAD, and when needed export to STL or even AMF that was slightly better. Forget the export tool: use the mesh workbench if you want fine control and excellent results. I learnt OpenSCAD as a first step into functional programming and it opened a worl...
by DarioP
Mon Dec 20, 2021 11:00 am
Forum: Users Showcase
Topic: [challenge] fully parametric planetary gear system
Replies: 12
Views: 10187

Re: [challenge] fully parametric planetary gear system

onekk wrote: Thu Dec 16, 2021 6:26 pmI think that subset is not even near the reality
I used the word subset because the default installation of FreeCAD comes with the OpenSCAD workbench, but being fairly expert with both I can totally confirm the rest of your reasoning ;)
by DarioP
Sat Dec 11, 2021 9:50 am
Forum: Help on using FreeCAD
Topic: Ideas for 3D sweep
Replies: 12
Views: 2497

Re: Ideas for 3D sweep

Attach your latest file. I am interested in seeing how you used the auxiliary function. I did not save it. But it is very simple: you just select auxiliary and then pick a second path. The two paths work together as the rails of a rollercoaster, fixing the orientation of the train. If the distance ...
by DarioP
Fri Dec 10, 2021 10:02 pm
Forum: Help on using FreeCAD
Topic: Ideas for 3D sweep
Replies: 12
Views: 2497

Re: Ideas for 3D sweep

I cannot believe it. I have been struggling on this for weeks and it was just that!? Better have a laugh on it :lol:

Anyway now, as expecting, I can use auxiliary and sweep on two rails with no wiggles at all:

Screenshot from 2021-12-10 22-57-38.png
Screenshot from 2021-12-10 22-57-38.png (852.92 KiB) Viewed 1465 times


Great thanks!
by DarioP
Fri Dec 10, 2021 8:02 pm
Forum: Help on using FreeCAD
Topic: Ideas for 3D sweep
Replies: 12
Views: 2497

Re: Ideas for 3D sweep

Oh, so you are able to use sweep from PartDesign :? Unfortunately I am still plagued by the TopoDS::Wire error, no matter if I try basefeature, shapebinder or drag and dropping the spline into the body. I have even recompiled FreeCAD from the sources and still nothing. I don't understand why. Screen...
by DarioP
Thu Dec 09, 2021 9:00 pm
Forum: Help on using FreeCAD
Topic: Ideas for 3D sweep
Replies: 12
Views: 2497

Re: Ideas for 3D sweep

... Thank you for your reply. In your screenshot the issue that I have is mitigated. It probably comes from the fact that in your preferences->part design->shape view->angular deviation/deflection you have large values producing rough geometries (and the coloring is also masking the curvature). Wit...
by DarioP
Thu Dec 09, 2021 8:20 pm
Forum: Users Showcase
Topic: [challenge] fully parametric planetary gear system
Replies: 12
Views: 10187

Re: [challenge] fully parametric planetary gear system

If you accept OpenSCAD as a subset of FreeCAD, then I did that a while ago: https://github.com/dpellegr/PolyGear/tree/master/examples https://raw.githubusercontent.com/dpellegr/PolyGear/master/imgs/planetary.gif The bonus is that the gears are done with actual involute profiles, the drawback is that...
by DarioP
Thu Dec 09, 2021 6:32 pm
Forum: Help on using FreeCAD
Topic: Ideas for 3D sweep
Replies: 12
Views: 2497

Re: Ideas for 3D sweep

To use such paths from outside in PartDesign use a ShapeBinder. I imported the path in the PartDesign by creating a body after having selected the path. The path is imported as a BaseFeature. I have now tried the ShapeBinder as well, but it makes no difference: it still produces the TopoDS::wire er...