diff --git a/case/case.scad b/case/case.scad index 0e1f802..6181fc6 100644 --- a/case/case.scad +++ b/case/case.scad @@ -412,6 +412,17 @@ module dasbob_round() circle(r=1); } + //top in 2 + translate([210.77, 31.75]) + difference() { + polygon([ + [0, 0], + move_polar_2d([0, 0], 0, 5), + move_polar_2d([0, 0], 90, 5) + ]); + circle(r=1); + } + //top in 1 translate([192.79, 33.75]) difference() { @@ -477,4 +488,4 @@ difference() { } -// !dasbob_round(); \ No newline at end of file +// !dasbob_round();