Results 25 issues of coryrc

Grip fins allow a cylindrical object (or even ovoid-cross-section) to be held tightly, but also removable and reusable. My searching didn't find anybody else having made these in SCAD. In...

* https://github.com/BelfrySCAD/BOSL2/blob/d252f781232a9262583806fe05bbb8529c108899/threading.scad#L1255 * https://github.com/BelfrySCAD/BOSL2/blob/d252f781232a9262583806fe05bbb8529c108899/threading.scad#L253 * https://github.com/BelfrySCAD/BOSL2/blob/d252f781232a9262583806fe05bbb8529c108899/threading.scad#L376 I've only run across these randomly and have not thoroughly searched for more. Quick Google search, maybe https://pypi.org/project/sca2d can find unused variables? It also...

**Describe the bug** [Windows(msys2) Experimental Tests](https://github.com/openscad/openscad/actions/workflows/windows.yml) ran tests for qt5 and qt6; one failed with timeout. ``` The following tests FAILED: 1430 - throwntogether-cgal_minkowski3-difference-test (Timeout) ``` https://github.com/openscad/openscad/actions/runs/19804678224/job/56737006420 It should not...

Type: Bug

Can use the internals in units tests. Prove (well, "prove") the more-efficient replacement results in the same geometry with [the first commit](https://github.com/openscad/openscad/pull/6407/commits/a34d191368ff0e13ec1e858141450f952183cc57), you can look at Checks for it to...

**Is your feature request related to a problem? Please describe.** My PR #6251 broke Python but didn't fail any tests; see #6376. **Describe the solution you'd like** There must be...

Type: Enhancement
Comp: Python

In src/geometry/linear_extrude.cc, there are a number of internal functions which either it would be nice to test or use as part of writing a test. In #6407 I've temporarily given...

Type: Discussion

**Is your feature request related to a problem? Please describe.** The code for this is over-complicated and creates unnecessary faces, slowing evaluation. It's also tech debt. It was originally added...

Type: Enhancement
📍 Assigned
🔔 reminder-sent

This introduces `$fe` to specify the most-allowable error when discretizing an arc. So circle, sphere, and cylinder. Not yet implemented for more advanced cases except linear_extrude when scaling is uniform...

**Is your feature request related to a problem? Please describe.** https://github.com/openscad/openscad/pull/6299#discussion_r2553335139 We have the file `build/CTestCustom.cmake` which seems to be necessary to be in that particular location. We create it...

Type: Enhancement
Comp: Build system
Comp: Test Framework

In the context of #6299 while breaking up the executable to have a library for usable tests, @kintel wrote: > but I think the typical way of doing this would...

Type: Discussion