소스 검색

Adjusted positions after first print

tags/v0.1
Dejvino 3 년 전
부모
커밋
c4c9e0b263
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      main.scad

+ 3
- 3
main.scad 파일 보기

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


불러오는 중...
취소
저장