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:
authorHaydn Huntley <haydn.huntley@gmail.com>2019-09-14 23:49:23 +0300
committerGitHub <noreply@github.com>2019-09-14 23:49:23 +0300
commitcea09218d15ad1ded9adbf21fe8a5e27e9378e78 (patch)
treea3bf23fc71087780e9597f53f7b425c17fc692ab /upperFrame.scad
parent5afab996a8c711e72548065dfd0367c9a111409b (diff)
Made the horizontal M3 hole slightly more tapered to grip better.
Diffstat (limited to 'upperFrame.scad')
-rw-r--r--upperFrame.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/upperFrame.scad b/upperFrame.scad
index 711cf47..5b3812f 100644
--- a/upperFrame.scad
+++ b/upperFrame.scad
@@ -94,7 +94,7 @@ module upperFrame()
translate([0, crossPieceOffset-7, height/2])
rotate([90, 0, 0])
rotate([180, 0, 0])
- cylinder(r1=m3LooseRadius, r2=m3Radius-0.2, h=35+1, $fn=36);
+ cylinder(r1=m3LooseRadius, r2=m3TightRadius, h=35+1, $fn=36);
}
// Add a piece to hold a microswitch.