Adjusted positions after first print
This commit is contained in:
parent
2dbe735094
commit
c4c9e0b263
@ -124,8 +124,8 @@ module phone_harness() {
|
||||
}
|
||||
|
||||
module usbc_cutout() {
|
||||
s=[10, 20, 8];
|
||||
left(ps.x/2) down(1) cuboid(s, fillet=1);
|
||||
s=[10, 20, 6];
|
||||
left(ps.x/2) down(2) cuboid(s, fillet=1);
|
||||
}
|
||||
module left_cutout() {
|
||||
usbc_cutout();
|
||||
@ -133,7 +133,7 @@ module phone_harness() {
|
||||
|
||||
module buttons_cutout() {
|
||||
s=[42, 10, 5];
|
||||
fwd(ps.y/2) right(ps.x/2 - 42) cuboid(s, fillet=1);
|
||||
fwd(ps.y/2) right(ps.x/2 - 44.5) cuboid(s, fillet=1);
|
||||
}
|
||||
module front_cutout() {
|
||||
buttons_cutout();
|
||||
|
Loading…
Reference in New Issue
Block a user