summaryrefslogtreecommitdiff
path: root/bottom-2d.scad
diff options
context:
space:
mode:
Diffstat (limited to 'bottom-2d.scad')
-rw-r--r--bottom-2d.scad7
1 files changed, 7 insertions, 0 deletions
diff --git a/bottom-2d.scad b/bottom-2d.scad
new file mode 100644
index 0000000..c3045ed
--- /dev/null
+++ b/bottom-2d.scad
@@ -0,0 +1,7 @@
+include <case.scad>
+difference() {
+projection(cut=true) translate([0,0,1.8]) bottom();
+projection(cut=true) translate([0,0,-1]) bottom();
+projection(cut=true) translate([0,0,-0.2]) bottom();
+}
+//bottom();