Case for MKS - top part, fix cutoff
This commit is contained in:
parent
0fc54f7e95
commit
ad4f2198ea
2 changed files with 4 additions and 4 deletions
Binary file not shown.
|
@ -51,8 +51,8 @@ module top_part() {
|
||||||
grill();
|
grill();
|
||||||
|
|
||||||
// part cutoff
|
// part cutoff
|
||||||
translate([8, 7, height - thickness * 1.5])
|
translate([10,18,height-thickness *1.5])
|
||||||
cube([8, 24, thickness * 2]);
|
cube([8,24, thickness *2]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -131,11 +131,11 @@ module walls() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// holes for mounts
|
// 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])
|
rotate([90, 0, 0])
|
||||||
cylinder(h = thickness * 2, d = 3);
|
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])
|
rotate([90, 0, 0])
|
||||||
cylinder(h = thickness * 2, d = 3);
|
cylinder(h = thickness * 2, d = 3);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue