Added L/R letters to left&right frames for easy identification
parent
2bbb2c645e
commit
553e38a369
Binary file not shown.
Binary file not shown.
|
@ -426,6 +426,12 @@ module Cyclone_Y_rightSmoothRodIdler(mirrorLogo = false) {
|
||||||
rotate([0,0,90])
|
rotate([0,0,90])
|
||||||
hole_for_screw(size=footScrewSize,length=footThickness+base_thickness,nutDepth=0,nutAddedLen=0,captiveLen=0,tolerance=screwHoleTolerance, rot=90, invert=true);
|
hole_for_screw(size=footScrewSize,length=footThickness+base_thickness,nutDepth=0,nutAddedLen=0,captiveLen=0,tolerance=screwHoleTolerance, rot=90, invert=true);
|
||||||
}
|
}
|
||||||
|
translate([dimX,dimY/2,-axes_Yreference_height/2]) {
|
||||||
|
rotate([0,0,90+(mirrorLogo?180:0)])
|
||||||
|
rotate([90,0,0])
|
||||||
|
linear_extrude(height=2,center=true)
|
||||||
|
text(mirrorLogo?"L":"R", size = 7.5, font = "cmu", halign = "center", valign = "center", $fn = 16);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Draw nuts and bolts
|
// Draw nuts and bolts
|
||||||
translate([2.5+holderOuterRadius,dimY/2,holderOuterRadius])
|
translate([2.5+holderOuterRadius,dimY/2,holderOuterRadius])
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue