diff options
Diffstat (limited to 'soap-box.scad')
-rw-r--r-- | soap-box.scad | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/soap-box.scad b/soap-box.scad index c928851..762ce1b 100644 --- a/soap-box.scad +++ b/soap-box.scad @@ -1,12 +1,12 @@ -wall_thickness_mm=1.5; +wall_thickness_mm=3; length_mm=120; width_mm=70; height_mm=30; -net_slack_pc=0; +net_slack_pc=10; net_thickness_mm=0.5; -peg_diam_mm=1; -slot_tolerance=0.1; -peg_hole_tolerance=0.2; +peg_diam_mm=2; +slot_tolerance=0.05; +peg_hole_tolerance=0.5; module notched_wall(x,y,z,side) { module notch() { |