four of M3 x 8mm to mount X motor

pull/9/head
Glen Chung 2013-10-16 22:32:25 +08:00
parent 79229527de
commit 9120a0de40
1 changed files with 6 additions and 0 deletions

View File

@ -210,6 +210,12 @@ difference() {
translate([0,0,-12-5.5+1])
cyclone_motor_gear(with_extra_parts);
}
// --- M3 x 8 mm bolts for holding the motor ---
for(i=[-1,1]) for(j=[-1,1])
translate([i*motor_screw_distance/2,j*motor_screw_distance/2,0])
translate([0,0,0]) {
rotate([0,0,0]) color(Steel) boltHole(size=3, length=8);
}
}
}
}