1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

update comment

This commit is contained in:
Justin Lin
2020-07-03 09:58:20 +08:00
parent 719f793d7b
commit ccfc764e2f

View File

@@ -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();