Merge pull request #1 from carlosgs/master

Update from Carlos GS master
pull/46/head
Pedro de Oro Martín 2015-06-16 09:56:45 +02:00
commit b05aa53c96
5 changed files with 6 additions and 0 deletions

View File

@ -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=1,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])