Y micro switch

pull/9/head
Glen Chung 2013-10-15 00:03:43 +08:00
parent 1f7727ba13
commit 3a69141e0a
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,7 @@ use <../libs/obiscad/bcube.scad>
use <../libs/build_plate.scad>
use <../Gears/rod_gear.scad>
use <../Gears/motor_gear.scad>
use <../libs/micro_switch.scad>
motor_width = 43;
motor_length = 49; // not used
@ -200,6 +201,11 @@ module idle_stand(with_extra_parts=false) {
translate([0,wall_width+5-2*(wall_width+wall_extraWidth_right-52.4)]) holder(noScrews=true);
translate([0,52.4+5/2]) scale([1,-1,1]) holder(h=15,base_width_inc=1);
}
if(!with_motor && with_extra_parts) {
translate([0,motor_width-19.8/2,wall_thickness])
rotate([-90, 0, 90])
color([0,0,0]) micro_switch();
}
}
//for display only, doesn't contribute to final object