Case for MKS - bottom part move mount holes

This commit is contained in:
Przemek Grondek 2021-08-20 23:59:50 +02:00
parent ad4f2198ea
commit 42da75486e

View file

@ -131,13 +131,13 @@ module walls() {
} }
// holes for mounts // holes for mounts
translate([30, depth + thickness + spacing *2.1, thickness + 10]) translate([30, depth + thickness + spacing *2.1, 15])
rotate([90, 0, 0]) rotate([90, 0, 0])
cylinder(h = thickness * 2, d = 3); cylinder(h = thickness * 2, d = 3.5);
translate([width + spacing *2 - 30, depth + thickness + spacing *2.1, thickness + 10]) translate([width + spacing *2 - 30, depth + thickness + spacing *2.1, 15])
rotate([90, 0, 0]) rotate([90, 0, 0])
cylinder(h = thickness * 2, d = 3); cylinder(h = thickness * 2, d = 3.5);
} }
} }