gumyr / cq_warehouse

A cadquery parametric part collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undercut trapezoidal threads when using external=False

Dmytry opened this issue · comments

commented

Looks like this:

Screenshot from 2023-05-15 15-50-43

Note that the threads are undercut i.e. the angle is -29 degrees rather than 29 degrees.

Also, it seems that the root_radius and apex_radius are swapped (which may be why).

external=True works as expected.

commented

On second thought that may be me not understanding how the external threads are meant to be used - in my code I was using them to cut a hole rather than adding them after cutting a hole.