Sort By
Date
File Type
There was a problem rendering this file.
tie-bracket.scad
2 kb / 220 downloads / 2 years ago
tie-bracket-3-5mm.stl
413 kb / 174 downloads / 2 years ago
tie-bracket-3-8mm.stl
411 kb / 166 downloads / 2 years ago
tie-bracket-5-5mm.stl
413 kb / 169 downloads / 2 years ago
tie-bracket-5-8mm.stl
409 kb / 163 downloads / 2 years ago
tie-bracket-6-8mm.stl
369 kb / 164 downloads / 2 years ago
tie-bracket-8-8mm.stl
415 kb / 197 downloads / 2 years ago
There was a problem rendering this file.
tie-bracket v2.scad
4 kb / 200 downloads / 2 years ago
tie-bracket-8-8...stl
205 kb / 174 downloads / 2 years ago

Who's Made It?

90 degree angle rod connector by arhimed 2 years ago
90 degree angle rod connector by Erik 2 years ago
90 degree angle rod connector by Erik 2 years ago
View all 3 copies

They Like It

maxoutny
rrhb
danielpublic
mhdixon
MkMan
Benjamin
aylr
arhimed
heXmatic
Bophoto
dsralph
wulfdesign
wizard23
cathalgarvey
builttospec
catarina
Creative Commons - GNU GPL
90 degree angle rod connector by Erik is licensed under the Creative Commons - GNU GPL license.

© 2009 by Erik

Instructions

// //////////////////////////////
// USER PARAMETERS
// //////////////////////////////

// The diameter of the two shafts
shaft1_dia = 8;
shaft2_dia = 8;

// How much material should be around the holes:
outset_h = 7.0; // minimum mm of material around holes, horizontal
outset_v = 5.0; // vertical outset
roombetween = 1; //mm between holes

// you can reduce the exterior for shaft 2 (the vertical one) by using a negative number here. This is advised to save material, because in the XY-plane the material is very strong compared to the Z-direction
shaft_2_exterior_difference=-4.5;

// An overhang that your machine prints well without supports
max_overhang = 30; // rule of thumb: 45
chamfer=5.5;

minimize_material = true; // gives the top section a fancy shape, that also reduces the amount of material needed!

Required Tools

Comments