Leandro Heck

Results 501 comments of Leandro Heck
trafficstars

On both examples above, I could make the operation work by changing the `cone angle` (wait what??) to 2 and 3 degrees respectively. This is not what I want, for...

Ah, there is one new weekly from today. Well, the same issues persist on this one too. ``` OS: Ubuntu 24.04.1 LTS (ubuntu:GNOME/ubuntu-xorg) Word size of FreeCAD: 64-bit Version: 0.22.0dev.38553...

@FlachyJoe I ported the fcstd file with a existing macro to 0.21 and the first file behaves equal with the same issues. However the second file where the Sketch is...

The issue on the second file is preventing me to finish a project. I am not being able to make a thread on a neck of a bottle. I could...

Even the old way of creating a thread with a Thread profile and a Part Helix does not work. [thread_part_helix.zip](https://github.com/user-attachments/files/16767430/thread_part_helix.zip) ![image](https://github.com/user-attachments/assets/62e08d7c-9d93-4b53-858f-ea2ecce1cd80)

In this example I made the thread in a Body, and using the Clone I tried to add a cylinder. The operation fails if the Cylinder grows up from z=0,...

Another try. Creating the Thread as a Body, and then fusing it with the Neck as another Body with the Part Design Boolean. This does not work either. [thread_part_design_workbench_boolean.zip](https://github.com/user-attachments/files/16767753/thread_part_design_workbench_boolean.zip) ![image](https://github.com/user-attachments/assets/be5faf11-f9c6-4e53-b7a7-400bad172184)

I could find a way to work around this issue (_dirty trick_). I could make a Cylinder with the Thread (following the known tricks - overlapping thread profile with the...

I could fix my threads by intercepting more material with the base cylinder. On my examples, the thread profile and the cylinder has a bit of overlap (0.01 to 0.1)....

> Your broken case is fixed by switching its Refine property to False Hm, interesting, I did not think about this since now the default is true. That is a...