diff --git a/printed/foot.scad b/printed/foot.scad index 99948bd..68a55ba 100644 --- a/printed/foot.scad +++ b/printed/foot.scad @@ -74,7 +74,8 @@ module foot_assembly(t = 0, type = foot, flip = false, no_washer = false) { //! screw_length = screw_length(screw, foot_thickness(type) + t - squeeze, no_washer ? 1 : 2, nyloc = true); vflip() explode(15, true) { - stl_colour(pp4_colour) foot(type); + translate_z(-squeeze) + stl_colour(pp4_colour) foot(type); if(t) explode(15, true) diff --git a/tests/png/foot.png b/tests/png/foot.png index 1c89fa7..3092479 100644 Binary files a/tests/png/foot.png and b/tests/png/foot.png differ diff --git a/tests/png/printed_box.png b/tests/png/printed_box.png index a2a2d1d..632c8e9 100644 Binary files a/tests/png/printed_box.png and b/tests/png/printed_box.png differ