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,7 +51,7 @@ module top_part() {
grill();
// part cutoff
translate([8, 7, height - thickness * 1.5])
translate([10,18,height-thickness *1.5])
cube([8,24, thickness *2]);
}
}