Fix case for USB slot
This commit is contained in:
parent
dee326e32e
commit
ea2b76b14f
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -130,8 +130,8 @@ module walls() {
|
||||||
|
|
||||||
// usb
|
// usb
|
||||||
translate([spacing, 0, thickness + pcb_thickness]) {
|
translate([spacing, 0, thickness + pcb_thickness]) {
|
||||||
translate([spacing_bottom + 17, - spacing * 1.5, 5])
|
translate([spacing_bottom + 15, - spacing * 1.5, 1.5])
|
||||||
cube([12, spacing * 2, 11]);
|
cube([15, spacing * 2, 15]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// cable holes
|
// cable holes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue