From 2d463fc184293392924f034e4f1d432a41521ae8 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 27 Jun 2023 14:03:38 +0100 Subject: fix pegs --- soap-box.scad | 4 ++-- 1 file 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(); } } -- cgit v1.2.3