DIY_3D_Printer/Slider_dims.scad
lukas e94e6b69f5 move holes and helpers into seperate dir
holder for extruder and hexagonal screw mounts
2021-09-09 21:19:54 +02:00

29 lines
420 B
OpenSCAD

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