diff --git a/src/box_extrude.scad b/src/box_extrude.scad index 81225bfa..04bcdc0e 100644 --- a/src/box_extrude.scad +++ b/src/box_extrude.scad @@ -17,7 +17,7 @@ module box_extrude(height, shell_thickness, intersection() { linear_extrude(btm_thickness) - square(65536, center = true); // 65536: just large enough size to cover the children + square(65536, center = true); // 65536: just a large enough size to cover the children linear_extrude(height, convexity = convexity, twist = twist, slices = slices, scale = scale) children();