From 61efb0d1eecf7cd2fc97f62b37a413fc489954e0 Mon Sep 17 00:00:00 2001 From: Aaron Siegel <2014957+aaron-siegel@users.noreply.github.com> Date: Thu, 14 Apr 2022 10:32:27 -0700 Subject: [PATCH] Tiny bugfix in packing_box --- src/main/scad/puzzlecad/puzzlecad-boxes.scad | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/scad/puzzlecad/puzzlecad-boxes.scad b/src/main/scad/puzzlecad/puzzlecad-boxes.scad index ecd9fc3..6a4a27d 100644 --- a/src/main/scad/puzzlecad/puzzlecad-boxes.scad +++ b/src/main/scad/puzzlecad/puzzlecad-boxes.scad @@ -182,8 +182,7 @@ module packing_box_base(box_spec) { translate($box_wall_thickness * 0.5 * abs_dir) rotate(rot) rotate(edge_rot) - translate([0, 0, iota * -1]) - linear_extrude($box_wall_thickness + iota * 2, center = true) + linear_extrude($box_wall_thickness + iota * 2000, center = true) polygon([ [0, -2 * $box_inset], [-scale_vec.x / 2 - $box_inset, scale_vec.x / 2 - $box_inset],