2021-09-09 14:23:19 +00:00
|
|
|
$fn=75;
|
|
|
|
|
|
|
|
// distance between two rods
|
|
|
|
holeDist=65;
|
|
|
|
|
|
|
|
// diameter of rod sticks
|
|
|
|
rodDiameter=8;
|
|
|
|
|
|
|
|
// overall height
|
|
|
|
heightMain=90;
|
|
|
|
|
|
|
|
width=60;
|
|
|
|
depth=10;
|
|
|
|
|
2021-09-09 19:19:54 +00:00
|
|
|
// bearing dimensions with little offsets to fit
|
|
|
|
bearingLength=24+.4;
|
|
|
|
bearingDiam=15+.2;
|
2021-09-09 14:23:19 +00:00
|
|
|
|
|
|
|
twoRodSize=2.2;
|
|
|
|
middleCylinderRad=2.5;
|
|
|
|
middleCylinderOuterRad=4;
|
|
|
|
|
|
|
|
rollWithRodDist=13.6; // rolle mit rod drauf
|
|
|
|
|
|
|
|
|
|
|
|
// hole positions
|
|
|
|
holeLeftRightMargin=10;
|
|
|
|
holeBottom=30;
|
|
|
|
holeTop=65;
|