Skip to content

Commit 616b879

Browse files
committed
sensor spacer should not be able to escape
1 parent 42043ae commit 616b879

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/LiteCase/Sensor_spacer.scad

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
difference(){
2-
cube([4,20,4]);
3-
translate([-1,2,2])cube([10,1.2,10]);
4-
translate([-1,2+16-1.2,2])cube([10,1.2,10]);
2+
union() {
3+
cube([4, 20, 8.7]);
4+
translate([11+5,0,0])cube([4, 20, 8.7]);
5+
translate([0,1.8+(16-1-1.4)/2,0])cube([18,2,5]);
6+
}
7+
#translate([-1,1.8,6.7])cube([40,1.4,10]);
8+
#translate([-1,2+16-1.2,6.7])cube([40,1.4,10]);
59
}

0 commit comments

Comments
 (0)