Skip to content

Instantly share code, notes, and snippets.

@pulsar256
Created April 30, 2016 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pulsar256/b75eb31a42d8ba2f88e96aef02fea9e1 to your computer and use it in GitHub Desktop.
Save pulsar256/b75eb31a42d8ba2f88e96aef02fea9e1 to your computer and use it in GitHub Desktop.
Bassreflex Adapter vom Sacha
$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