Browse Source

Adjusted positions after first print

tags/v0.1
Dejvino 3 years ago
parent
commit
c4c9e0b263
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      main.scad

+ 3
- 3
main.scad View File

@@ -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…
Cancel
Save