summaryrefslogtreecommitdiff
path: root/bottom-2d.scad
blob: c3045edcb20adf51b40829d4c3f6195a24dbb0c9 (plain)
1
2
3
4
5
6
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();