Merge pull request #25 from D-Byte/patch-1

Fixed small render error
pull/26/merge
Carlos Garcia Saura 2014-11-29 22:10:30 +00:00
commit 8e2e3b7a27
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ 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]) { linear_extrude(height=height) {
stepper_motor_mount(nema_standard=17, slide_distance=slide_distance, mochup=false); stepper_motor_mount(nema_standard=17, slide_distance=slide_distance, mochup=false);
} }
} }