We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8fb47 commit 91eeae0Copy full SHA for 91eeae0
bed.scad
@@ -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