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:
-rw-r--r--configuration.scad1
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.scad b/configuration.scad
index 5b31b67..bf48095 100644
--- a/configuration.scad
+++ b/configuration.scad
@@ -14,6 +14,7 @@ smidge = 0.1;
mmPerInch = 25.4;
m3Radius = (3.0 + 0.2) / 2;
m3LooseRadius = m3Radius + 0.2;
+m3TightRadius = m3Radius - 0.2;
m3HeadHeight = 3.0 + 0.2;
m3HeadRadius = (5.4 + 0.2) / 2;
m3LooseHeadRadius = m3HeadRadius + 0.2;