浏览代码

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


正在加载...
取消
保存