mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-18 06:38:14 +01:00
fix offset
This commit is contained in:
parent
5d67b717e0
commit
9d751ada18
@ -13,7 +13,7 @@ module box_extrude(height, shell_thickness,
|
||||
twist, slices, scale) {
|
||||
|
||||
linear_extrude(shell_thickness, scale = scale / height * shell_thickness)
|
||||
offset(delta = -shell_thickness * 1.00001, chamfer = chamfer)
|
||||
offset(delta = -shell_thickness * 0.99999, chamfer = chamfer)
|
||||
children();
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user