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

WARNING: undefined operation (undefined + number) in file polyround.scad, line 174 when using polyRoundExtrude() #22

Closed fex42 closed 3 years ago

fex42 commented 3 years ago

Hi Kurt, let me first thank you for this great library that helps me make my humble designs look a little less angular.

Now that I use the polyRoundExtrude() more often, I always get this four warnings that also comes with the polyRoundExtrudeExample() in your roundAnythingExamples.scad:

Loaded design '/home/fex/3D-Druck/OpenSCAD/Round-Anything/roundAnythingExamples.scad'. Compiling design (CSG Tree generation)... WARNING: undefined operation (undefined + number) in file polyround.scad, line 174 WARNING: undefined operation (undefined + number) in file polyround.scad, line 174 WARNING: undefined operation (undefined + number) in file polyround.scad, line 174 WARNING: undefined operation (undefined + number) in file polyround.scad, line 174

The warning is annoying and should not happen. Is there a way to avoid this?

damienmg commented 3 years ago

I just hit this issue and was able to fix it on my local copy so I send #23 to fix.

Irev-Dev commented 3 years ago

Thanks for raising this @fex42.