diff --git a/top_bottom_plates_custom.scad b/top_bottom_plates_custom.scad index ed2b0c0..d8c2f49 100644 --- a/top_bottom_plates_custom.scad +++ b/top_bottom_plates_custom.scad @@ -53,9 +53,9 @@ intersection() { cube(size=[105, 105, 3], center = true); if (mode == "bottom") { - translate([ 0, 21.25, 3.5]) + translate([ 0, 21.5, 3.5]) cylinder(d = 5, center = true, h = 7); - translate([ 0,- 21.25, 3.5]) + translate([ 0,- 21.5, 3.5]) cylinder(d = 5, center = true, h = 7); }