Thingiverse
Headphone_Hook extended
by agnoia
5
Downloads
5
Likes
0
Makes
Remix of Headphone Hook - 19mm for an arm extension to hold a studio headphone.
Openscad code:
module base()
{
import("Headphone_Hook_19mm.stl");
}
module extension()
{
intersection()
{
base();
cube([20,20,20]);
}
}
union()
{
base();
translate([-30,9,0])
rotate([0,0,-17.8])
scale([3,1,1])
rotate([0,0,19.5])
extension();
}
Openscad code:
module base()
{
import("Headphone_Hook_19mm.stl");
}
module extension()
{
intersection()
{
base();
cube([20,20,20]);
}
}
union()
{
base();
translate([-30,9,0])
rotate([0,0,-17.8])
scale([3,1,1])
rotate([0,0,19.5])
extension();
}
Sign in to leave a comment
Sign in