Case for MKS - top part, fix cutoff

This commit is contained in:
Przemek Grondek 2021-08-17 20:39:26 +02:00
parent 0fc54f7e95
commit ad4f2198ea
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -51,8 +51,8 @@ module top_part() {
grill();
// part cutoff
translate([8, 7, height - thickness * 1.5])
cube([8, 24, thickness * 2]);
translate([10,18,height-thickness *1.5])
cube([8,24, thickness *2]);
}
}
@ -131,11 +131,11 @@ module walls() {
}
// holes for mounts
translate([30, depth + thickness + spacing * 2.1, thickness + 10])
translate([30, depth + thickness + spacing *2.1, thickness + 10])
rotate([90, 0, 0])
cylinder(h = thickness * 2, d = 3);
translate([width + spacing * 2 - 30, depth + thickness + spacing * 2.1, thickness + 10])
translate([width + spacing *2 - 30, depth + thickness + spacing *2.1, thickness + 10])
rotate([90, 0, 0])
cylinder(h = thickness * 2, d = 3);
}