Screw holes moved 1mm to align with the power distribution board holes

This commit is contained in:
Thomas Schwery 2016-03-22 08:04:01 +01:00
parent a5016eadfb
commit 4cb5b1ff0d

View file

@ -53,9 +53,9 @@ intersection() {
cube(size=[105, 105, 3], center = true); cube(size=[105, 105, 3], center = true);
if (mode == "bottom") { if (mode == "bottom") {
translate([ 0, 21.25, 3.5]) translate([ 0, 21.5, 3.5])
cylinder(d = 5, center = true, h = 7); 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); cylinder(d = 5, center = true, h = 7);
} }