diff --git a/Output_files/Cycl_YfrontLeft_RodIdler.stl b/Output_files/Cycl_YfrontLeft_RodIdler.stl index e3b442b..40c4cc4 100644 Binary files a/Output_files/Cycl_YfrontLeft_RodIdler.stl and b/Output_files/Cycl_YfrontLeft_RodIdler.stl differ diff --git a/Output_files/Cycl_YfrontRight_RodIdler.stl b/Output_files/Cycl_YfrontRight_RodIdler.stl index 32dfc05..5bb2599 100644 Binary files a/Output_files/Cycl_YfrontRight_RodIdler.stl and b/Output_files/Cycl_YfrontRight_RodIdler.stl differ diff --git a/Source_files/Cycl_Y_frames.scad b/Source_files/Cycl_Y_frames.scad index 2b44a8d..54d0415 100644 --- a/Source_files/Cycl_Y_frames.scad +++ b/Source_files/Cycl_Y_frames.scad @@ -426,6 +426,12 @@ module Cyclone_Y_rightSmoothRodIdler(mirrorLogo = false) { 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); } + 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 translate([2.5+holderOuterRadius,dimY/2,holderOuterRadius]) diff --git a/bq_additions/Cycl_soporteYfrenteDerecha.stl b/bq_additions/Cycl_soporteYfrenteDerecha.stl index e3b442b..d67c63a 100644 Binary files a/bq_additions/Cycl_soporteYfrenteDerecha.stl and b/bq_additions/Cycl_soporteYfrenteDerecha.stl differ diff --git a/bq_additions/Cycl_soporteYfrenteIzquierda.stl b/bq_additions/Cycl_soporteYfrenteIzquierda.stl index 32dfc05..0abbfc4 100644 Binary files a/bq_additions/Cycl_soporteYfrenteIzquierda.stl and b/bq_additions/Cycl_soporteYfrenteIzquierda.stl differ