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>2018-03-11 02:04:39 +0300
committerGitHub <noreply@github.com>2018-03-11 02:04:39 +0300
commitf1ed57b8b7910e6282dcf46db8223a562b6e7277 (patch)
treeb3193757e325ea84458bd6cca9e49f2f204b03f0
parentc55996c2587f63c2ceb8f56dff7af0c55cef72c5 (diff)
Added ballJointSeparation.
-rw-r--r--configuration.scad3
1 files changed, 2 insertions, 1 deletions
diff --git a/configuration.scad b/configuration.scad
index bf48095..20745d6 100644
--- a/configuration.scad
+++ b/configuration.scad
@@ -41,4 +41,5 @@ m5NutHeight = (4.9 + 0.3);
m4LooseNutRadius = (8.0 + 0.3) / 2;
m4NutHeight = (3.2 + 0.3);
-lowerFrameHeight = 3 * extrusionWidth + 12;
+lowerFrameHeight = 3 * extrusionWidth + 12;
+ballJointSeparation = 48.0;