diff options
Diffstat (limited to 'soap-box.scad')
-rw-r--r-- | soap-box.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soap-box.scad b/soap-box.scad index d823f31..a8a7a4f 100644 --- a/soap-box.scad +++ b/soap-box.scad @@ -63,8 +63,8 @@ module soap_net() { union() { cube ([net_width_mm,net_length_mm,net_thickness_mm]); - translate ([0,-wall_thickness_mm*1.5,0]) peg(); - translate ([net_width_mm,-wall_thickness_mm*1.5,0]) peg(); + translate ([0,-wall_thickness_mm,0]) peg(); + translate ([net_width_mm,-wall_thickness_mm,0]) peg(); } } |