Added electronic board shape

pull/20/head
Carlos Garcia 2014-08-18 16:37:10 +02:00
parent 22c03fd147
commit 4a2065d5b9
1 changed files with 10 additions and 7 deletions

View File

@ -264,7 +264,7 @@ module linearBearingHole(model="LM8UU", lateralExtension=10, pressureFitToleranc
module control_board() { module control_board() {
rotate([0,0,180]) rotate([0,0,180])
translate([15,0]) translate([15,0]) {
difference() { difference() {
translate([-15,-12.5]) translate([-15,-12.5])
cube([102.5,64.5,1.6]); cube([102.5,64.5,1.6]);
@ -272,5 +272,8 @@ module control_board() {
translate([82.5,0,5]) rotate([90,0,0]) hole_for_screw(size=3,length=10,nutDepth=0,nutAddedLen=0,captiveLen=0); translate([82.5,0,5]) rotate([90,0,0]) hole_for_screw(size=3,length=10,nutDepth=0,nutAddedLen=0,captiveLen=0);
translate([0,48.5,5]) rotate([90,0,0]) hole_for_screw(size=3,length=10,nutDepth=0,nutAddedLen=0,captiveLen=0); translate([0,48.5,5]) rotate([90,0,0]) hole_for_screw(size=3,length=10,nutDepth=0,nutAddedLen=0,captiveLen=0);
} }
%translate([-15,-12.5,1.6])
color("green") cube([102.5,64.5,15]);
}
} }