Created
April 30, 2016 22:42
-
-
Save pulsar256/b75eb31a42d8ba2f88e96aef02fea9e1 to your computer and use it in GitHub Desktop.
Bassreflex Adapter vom Sacha
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$fn=200; | |
rotate_extrude() | |
translate([-22.5,0,0]) union() { | |
translate([0,-10,0]) square([7,10]); | |
translate([6.5,-3.5,0]) rotate([0,0,45]) square([5,5]); | |
intersection() { | |
circle(10, center=true); | |
square(20); | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment