Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds two more set screws to motor gear
  • Loading branch information
tobbelobb committed Oct 26, 2017
1 parent 68d7fea commit 6ff669d
Show file tree
Hide file tree
Showing 2 changed files with 4,225 additions and 610 deletions.
11 changes: 7 additions & 4 deletions openscad_src/motor_gear.scad
Expand Up @@ -26,10 +26,13 @@ module motor_gear(){
translate([0,0,gear_height])
cylinder(r=Motor_outer_radius, h=7);
}
translate([0,0,-1])
D_shaft(37);
translate([0,Nema17_shaft_radius+0.5,gear_height])
nutlock();
for(k=[0,120,240])
rotate([0,0,k]){
translate([0,0,-1])
D_shaft(37);
translate([0,Nema17_shaft_radius+0.5,gear_height])
nutlock();
}

// Cut bottom to avoid problems with elephant foot
translate([0,0,-0.3])
Expand Down

0 comments on commit 6ff669d

Please sign in to comment.