diff --git a/Hardware/Development/Y_axis/motor_stand.scad b/Hardware/Development/Y_axis/motor_stand.scad index 1e2c81e..da498a3 100644 --- a/Hardware/Development/Y_axis/motor_stand.scad +++ b/Hardware/Development/Y_axis/motor_stand.scad @@ -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