1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 12:30:33 +02:00

remove scale from bottom

This commit is contained in:
Justin Lin
2020-07-02 21:14:03 +08:00
parent 4c9638be0c
commit 82727ac436

View File

@@ -16,7 +16,7 @@ module box_extrude(height, shell_thickness,
btm_thickness = is_undef(bottom_thickness) ? shell_thickness : bottom_thickness;
linear_extrude(btm_thickness, scale = scale / height * btm_thickness, convexity = convexity)
linear_extrude(btm_thickness, convexity = convexity)
offset(delta = -btm_thickness, chamfer = chamfer)
children();