Skip to content

Commit

Permalink
Simplify.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrocholl committed Mar 20, 2014
1 parent c72c4ab commit 70e5eeb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions glass_frame.scad
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ triangle_radius = glass_radius * 2.13;

module curve_slot(r, h) {
linear_extrude(h) minkowski() {
union() {
circle(r=r, h=2*height, center=true, $fn=12);
}
circle(r=r, h=2*height, center=true, $fn=12);
intersection() {
square([16, 3*glass_radius], center=true);
difference() {
Expand Down

0 comments on commit 70e5eeb

Please sign in to comment.