From 4cb5b1ff0dcb1b042a39f682a9e2a3b6a74d734f Mon Sep 17 00:00:00 2001 From: Thomas Schwery Date: Tue, 22 Mar 2016 08:04:01 +0100 Subject: [PATCH] Screw holes moved 1mm to align with the power distribution board holes --- top_bottom_plates_custom.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }