Skip to content

Commit

Permalink
Increased clearance for inserting Nyloc nuts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrocholl committed Nov 13, 2013
1 parent 79dd154 commit a396a3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effector.scad
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cone_r2 = 14;
module effector() {
difference() {
union() {
cylinder(r=offset-2, h=height, center=true, $fn=36);
cylinder(r=offset-3, h=height, center=true, $fn=60);
for (a = [60:120:359]) rotate([0, 0, a]) {
rotate([0, 0, 30]) translate([offset-2, 0, 0])
cube([10, 13, height], center=true);
Expand Down
Binary file modified effector.stl
Binary file not shown.

0 comments on commit a396a3c

Please sign in to comment.