StepperMotor mount fix

StepperMotor mount dint render
pull/23/head
Arne Durr 2014-11-29 22:37:06 +01:00
parent 3ae2eb4d76
commit 96951f8d9a
1 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,9 @@ module stepperMotor_mount(height, tolerance=0.15, slide_distance=6, sideLen=42.2
else else
translate([0,0,-25]) bcube([sideLen+2*tolerance,sideLen+slide_distance+2*tolerance,50],cr=3,cres=10); 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) { module stepperMotor(screwHeight=10, renderPart=false, echoPart=false) {