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>2017-10-31 21:37:02 +0300
committerGitHub <noreply@github.com>2017-10-31 21:37:02 +0300
commite66c92261f933d91f8797e29d74d66ca0228bca4 (patch)
tree68388a45b19d03ad923e605424d7bdd320c68d49
parent82744f3c71e40fdad114fea08ae749796d8288e2 (diff)
Added m3 nylock nut height and m4 measurements.
-rw-r--r--configuration.scad4
1 files changed, 3 insertions, 1 deletions
diff --git a/configuration.scad b/configuration.scad
index 1611168..5b31b67 100644
--- a/configuration.scad
+++ b/configuration.scad
@@ -21,6 +21,7 @@ m3NutRadius = (6.25 + 0.75) / 2;
m3LooseNutRadius = (m3NutRadius + 0.1);
m3TightNutRadius = (m3NutRadius - 0.1);
m3NutHeight = 2.4;
+m3NylockNutHeight = 4.0;
m3LooseNutHeight = 2.4+0.2;
nozzleWidth = 0.5;
extrusionWidth = 20.0;
@@ -36,6 +37,7 @@ m5LowProfileHeadHeight = 1.5 + 0.5;
m5x8Height = 8; // For M5x8
m5LooseNutRadius = (8.9 + 0.4) / 2;
m5NutHeight = (4.9 + 0.3);
-
+m4LooseNutRadius = (8.0 + 0.3) / 2;
+m4NutHeight = (3.2 + 0.3);
lowerFrameHeight = 3 * extrusionWidth + 12;