Skip to content

Commit 91eeae0

Browse files
committed
beer can holder
1 parent 8b8fb47 commit 91eeae0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bed.scad

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
union() {
3+
cube (size=[150,85,5]);
4+
translate([0,0,5]) cube (size=[150,5,35]);
5+
translate([0,80,5]) cube (size=[150,5,35]);
6+
translate([0,0,5]) cube (size=[5,85,35]);
7+
translate([145,0,5]) cube (size=[5,85,35]);
8+
9+
}

0 commit comments

Comments
 (0)