naming cyclone_motor_gear module

pull/9/head
Glen Chung 2013-10-13 02:18:58 +08:00
parent d2b7e0fe38
commit cedd4ac588
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,7 @@ module herringbone_gear( teeth=12, circles=0, shaft=5 ) {
); );
} }
module cyclone_motor_gear() {
// Motor gear // Motor gear
union() difference() { union() difference() {
union() { union() {
@ -117,3 +118,6 @@ union() difference() {
//shaft hole //shaft hole
translate( [0, 0, -6] ) cylinder( r=motor_shaft_diameter/2, h=20, $fn=30 ); translate( [0, 0, -6] ) cylinder( r=motor_shaft_diameter/2, h=20, $fn=30 );
} }
}
cyclone_motor_gear();