Skip to content

Commit

Permalink
Tiny bugfix in packing_box
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-siegel committed Apr 14, 2022
1 parent 953c59c commit 61efb0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scad/puzzlecad/puzzlecad-boxes.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 61efb0d

Please sign in to comment.