Skip to content

Commit

Permalink
Remove rotor nut clearances.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Aug 28, 2023
1 parent 9a613e0 commit eb90d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CAD/src/888_4008.scad
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ module 888_4008(draft = true){
cylinder(d = M3_nut_diameter, h = 6+0.2, $fn = 6);
translate([0, 0, 6-1])
cylinder(d2 = M3_nut_diameter+1, d1 = M3_nut_diameter, h = 1, $fn = 6);
#for(r = [1:6])
/*for(r = [1:6])
rotate([0, 0, r*360/6])
translate([M3_nut_diameter/2, 0, 0])
cylinder(d=1, h=6+0.2, $fn=3);
cylinder(d=1, h=6+0.2, $fn=3);*/
}


Expand Down

0 comments on commit eb90d14

Please sign in to comment.