summaryrefslogtreecommitdiff
path: root/bottom-2d.scad
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2022-04-12 23:12:19 -0700
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2022-04-12 23:12:19 -0700
commit495c60be9b17bd8cd66765d8cb18c638acb19920 (patch)
treeb79c80dee07a61891a57a4f85d36262fe7987df3 /bottom-2d.scad
Initial CommitHEADmaster
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();