summaryrefslogtreecommitdiffabout
path: root/delta.jscad
authorMichael Krelin <hacker@klever.net>2016-01-06 21:37:49 (UTC)
committer Michael Krelin <hacker@klever.net>2016-01-06 21:37:49 (UTC)
commit269a2b89e1e42c5f0578d27ff373c009eae972aa (patch) (unidiff)
tree46ccfb6ec64fb409e9e8f102a2fb92cebfc9438b /delta.jscad
parent098dfbac09fa3867e8b3d280abd2e3ef08dd616c (diff)
downloadredelta-269a2b89e1e42c5f0578d27ff373c009eae972aa.zip
redelta-269a2b89e1e42c5f0578d27ff373c009eae972aa.tar.gz
redelta-269a2b89e1e42c5f0578d27ff373c009eae972aa.tar.bz2
tolerances update
Diffstat (limited to 'delta.jscad') (more/less context) (ignore whitespace changes)
-rw-r--r--delta.jscad3
1 files changed, 1 insertions, 2 deletions
diff --git a/delta.jscad b/delta.jscad
index 758824b..5be6715 100644
--- a/delta.jscad
+++ b/delta.jscad
@@ -1,30 +1,29 @@
1var PRINT = { 1var PRINT = {
2 layer_height: 0.2, 2 layer_height: 0.2,
3 extrusion_width: 0.4, 3 extrusion_width: 0.4,
4 4
5 fit_tolerance: 0.4, 5 fit_tolerance: .2, slide_tolerance: .4, play_tolerance: .6
6 slide_tolerance: 0.2
7}; 6};
8 7
9var CONFIG = { 8var CONFIG = {
10 hotend: { 9 hotend: {
11 h: 62.4, // full assembly height 10 h: 62.4, // full assembly height
12 groove: { d:12, h:6 }, // grove diameter and height 11 groove: { d:12, h:6 }, // grove diameter and height
13 ungroove: { d:16, above:3.7, below: 3+4 } 12 ungroove: { d:16, above:3.7, below: 3+4 }
14 }, 13 },
15 effector: { 14 effector: {
16 h: 6, 15 h: 6,
17 o: 20,// offset to the rod mounts line 16 o: 20,// offset to the rod mounts line
18 rods_apart: 40, 17 rods_apart: 40,
19 cone: { shell: 1, angle: Math.PI/6 }, 18 cone: { shell: 1, angle: Math.PI/6 },
20 rodend: { 19 rodend: {
21 joint_w: 7,// thickness of the joint 20 joint_w: 7,// thickness of the joint
22 screw_l: 20-1, // 20 with the head 21 screw_l: 20-1, // 20 with the head
23 screw_d: 3 22 screw_d: 3
24 }, 23 },
25 hotend: { margin: 2 }, 24 hotend: { margin: 2 },
26 hinge: { 25 hinge: {
27 d: 3, w: 5, margin: 2.5, 26 d: 3, w: 5, margin: 2.5,
28 h: 1+(6+3.7)/2, // elevation + grove + top 27 h: 1+(6+3.7)/2, // elevation + grove + top
29 e: 1 // elevation 28 e: 1 // elevation
30 }, 29 },