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-15 00:01:18 +0300
committerGitHub <noreply@github.com>2019-09-15 00:01:18 +0300
commitcaa7c77e93522926740a8cafd149fe1f4f463fe2 (patch)
tree8318f7275c470fcdc6d8f6b2fd92d1e442b4f7fb
parent0808237598720c3102b773d9fb7381aab0055509 (diff)
Removed some unused definitions, and added m5NutHeight.
-rw-r--r--configuration.scad4
1 files changed, 3 insertions, 1 deletions
diff --git a/configuration.scad b/configuration.scad
index 20745d6..1fcc714 100644
--- a/configuration.scad
+++ b/configuration.scad
@@ -29,6 +29,7 @@ extrusionWidth = 20.0;
copperPipeRadius = 16.0/2 - smidge;
m5Radius = (5.0 + 0.2) / 2;
m5LooseRadius = m5Radius + 0.2;
+m5TightRadius = m5Radius - 0.2;
m5HeadHeight = 5.6; // For M5 SHCS
m5LooseHeadRadius = 8.6 / 2; // For M5 SHCS
m5ButtonHeadRadius = (9.5 + 0.3) / 2; // For M5 button head
@@ -37,7 +38,8 @@ m5LowProfileHeadRadius = (9.5 + 0.3) / 2; // For M5 low profile
m5LowProfileHeadHeight = 1.5 + 0.5;
m5x8Height = 8; // For M5x8
m5LooseNutRadius = (8.9 + 0.4) / 2;
-m5NutHeight = (4.9 + 0.3);
+m5PlainNutHeight = (3.8 + 0.2);
+m5LockNutHeight = (4.9 + 0.3);
m4LooseNutRadius = (8.0 + 0.3) / 2;
m4NutHeight = (3.2 + 0.3);