openscad icon indicating copy to clipboard operation
openscad copied to clipboard

staircase.scad syntax error

Open the-robo opened this issue 2 years ago • 1 comments

Line 31: circle(r=core_radius+step_width,h=step_depth);

There is no h parameter for circle();

Line 31: circle(r=core_radius+step_width);

Works for me.

Not sure this is an issue, however Microsoft 3D builder complains "One or more objects are invalidly defined." But the "Click to repair" fixes it.

the-robo avatar May 06 '22 20:05 the-robo

Fixed and code update to version 2021-01 by removing assign() and child() to children()

KitWallace avatar May 06 '22 21:05 KitWallace