bgbsww
bgbsww
This solves issues with random failures at different numbers of turns. Seems much better all the way around. Properly handles non concentric and multiple internal holes. Address discussion points in...
Also compiled and tests run against 7.7.2, 7.6.3, 7.5.2 and 7.3.0p4 Note that 7.7.2 has one anomalous test error at OpenSCADTest.app.test_ImportCSG.TestImportCSG test_import_resize that I have not explored since they run...
Approach to fix #9377 that acknowledges the error seems to lie more with the fuse in the pad than the generated helix.
Possible fix #13510.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description ``` import Part box = Part.makeBox(1,2,3) cs = Part.CompSolid() #cs.add(box) #...
This issue is to capture knowledge and notes as the topological naming problem fixes are transferred from the Real Thunder branch to the main one. Markdown format is preferred for...