From 96951f8d9acd85d4ceb4d1c67fcc7f750a3748ec Mon Sep 17 00:00:00 2001 From: Arne Durr Date: Sat, 29 Nov 2014 22:37:06 +0100 Subject: [PATCH] StepperMotor mount fix StepperMotor mount dint render --- Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad b/Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad index cf6659a..0e8d699 100644 --- a/Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad +++ b/Hardware/CYCLONE_2/Source_files/libs/standard_parts.scad @@ -160,6 +160,9 @@ module stepperMotor_mount(height, tolerance=0.15, slide_distance=6, sideLen=42.2 else translate([0,0,-25]) bcube([sideLen+2*tolerance,sideLen+slide_distance+2*tolerance,50],cr=3,cres=10); } + scale([1,1,height]) { + stepper_motor_mount(nema_standard=17, slide_distance=slide_distance, mochup=false); + } } module stepperMotor(screwHeight=10, renderPart=false, echoPart=false) {