Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haydnhuntley/kumu-3d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aBracingPost.scad')
-rw-r--r--aBracingPost.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/aBracingPost.scad b/aBracingPost.scad
index 3a76c93..0d0ee99 100644
--- a/aBracingPost.scad
+++ b/aBracingPost.scad
@@ -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.