Irev-Dev / Round-Anything

A set of OpenSCAD utilities for adding radii and fillets, that embodies a robust approach to developing OpenSCAD parts.
https://kurthutten.com/blog/round-anything-a-pragmatic-approach-to-openscad-design
MIT License
504 stars 47 forks source link

Correctly instanciate recursion index #23

Closed damienmg closed 3 years ago

damienmg commented 3 years ago

Caller of the flatternRecursion method does not set necessarily the index value and OpenSCAD complain that this result in adding number to undefined.

Fixes #22

Irev-Dev commented 3 years ago

Appreciate the PR @damienmg, I'll have a proper look very soon.