Fix counter hole depth on front side

This commit is contained in:
douzeb 2023-01-26 14:40:54 +01:00
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

File diff suppressed because it is too large Load Diff

View File

@ -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);
}
}