Skip to content

Commit

Permalink
use m3_diameter_horizontal for nut trap in idler
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Glauche committed Jun 5, 2013
1 parent dea18e4 commit 550b683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box_frame/extras/gregs-wade-v3.scad
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ module wadeidler()
//Nut trap for fulcrum screw.
translate(idler_fulcrum+[0,0,idler_short_side/2-idler_hinge_width-1])
rotate(360/16)
cylinder(h=3,r=m3_nut_diameter/2,$fn=6);
cylinder(h=3,r=m3_nut_diameter_horizontal/2,$fn=6);

for(idler_screw_hole=[-1,1])
translate(idler_axis+[2-idler_height,0,0])
Expand Down

0 comments on commit 550b683

Please sign in to comment.