Fix counter hole depth on front side
This commit is contained in:
parent
5d171dcdd2
commit
e93befaa5b
4 changed files with 199958 additions and 198827 deletions
Binary file not shown.
File diff suppressed because it is too large
Load diff
199956
files/OdroidM1-HDD_case-front_0.25mm_PETG_MINI_4h6m.gcode
Normal file
199956
files/OdroidM1-HDD_case-front_0.25mm_PETG_MINI_4h6m.gcode
Normal file
File diff suppressed because it is too large
Load diff
|
@ -227,9 +227,9 @@ module frontHoles() {
|
|||
}
|
||||
|
||||
translate([-39, $boxl - 3.5, $feeth + $boxh - 13.3])
|
||||
cube([11, 5+$wf, 13], center=true);
|
||||
cube([11, 4+$wf, 13], center=true);
|
||||
translate([16.8, $boxl - 3.5, $feeth + $boxh - 11])
|
||||
cube([19, 5+$wf, 10], center=true);
|
||||
cube([19, 4+$wf, 10], center=true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue