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:05:55 +0300
committerGitHub <noreply@github.com>2018-03-11 02:05:55 +0300
commit2d02681a9ae0f0f86a73a306061c42306625e41e (patch)
tree2c51e567339de54dad8fc1820c17f16d6dc1f0d0
parentf1ed57b8b7910e6282dcf46db8223a562b6e7277 (diff)
Add files via upload
-rw-r--r--carriage.scad1
-rw-r--r--carriageOutside.scad1
2 files changed, 0 insertions, 2 deletions
diff --git a/carriage.scad b/carriage.scad
index cfbd2c4..76a3862 100644
--- a/carriage.scad
+++ b/carriage.scad
@@ -40,7 +40,6 @@ include <roundedBox.scad>;
// All measurements in mm.
eccentricSpacerRadius = (7.1 + 0.3)/2;
-ballJointSeparation = 48.0;
xAxleSpacing = extrusionWidth * sqrt(2) + 19.1 - 0.35;
yAxleSpacing = 30.0;
xBody = max(xAxleSpacing + 2 * 7, ballJointSeparation + 2 * 5);
diff --git a/carriageOutside.scad b/carriageOutside.scad
index 94f987e..f20e2a0 100644
--- a/carriageOutside.scad
+++ b/carriageOutside.scad
@@ -18,7 +18,6 @@ include <roundedBox.scad>;
// All measurements in mm.
m5Radius = (5.0 + 0.3) / 2;
eccentricSpacerRadius = (7.1 + 0.3)/2;
-ballJointSeparation = 48.0;
xAxleSpacing = extrusionWidth * sqrt(2) + 19.1 - 0.35;
yAxleSpacing = 30.0;
xBody = max(xAxleSpacing + 2 * 7, ballJointSeparation + 2 * 5);