Skip to content

Commit

Permalink
Modified the M3 hole to make it larger.
Browse files Browse the repository at this point in the history
It was too small.
  • Loading branch information
haydnhuntley committed Aug 11, 2017
1 parent 1577fc9 commit 82744f3
Show file tree
Hide file tree
Showing 2 changed files with 2,814 additions and 2,814 deletions.
2 changes: 1 addition & 1 deletion aBracingPost.scad
Expand Up @@ -37,7 +37,7 @@ module diagonalBracingPost()
// Remove a tapering hole for an M3x10 to M3x16 screw in the post.
translate([0, 0, -smidge/2])
cylinder(r2=m3LooseRadius-smidge,
r1=m3Radius-smidge,
r1=m3Radius-3*smidge,
h=2*postRadius+zBase+smidge);

// Remove the two M5x8 holes in the base.
Expand Down

0 comments on commit 82744f3

Please sign in to comment.