author | Michael Krelin <hacker@klever.net> | 2016-01-06 21:37:49 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-01-06 21:37:49 (UTC) |
commit | 269a2b89e1e42c5f0578d27ff373c009eae972aa (patch) (unidiff) | |
tree | 46ccfb6ec64fb409e9e8f102a2fb92cebfc9438b | |
parent | 098dfbac09fa3867e8b3d280abd2e3ef08dd616c (diff) | |
download | redelta-269a2b89e1e42c5f0578d27ff373c009eae972aa.zip redelta-269a2b89e1e42c5f0578d27ff373c009eae972aa.tar.gz redelta-269a2b89e1e42c5f0578d27ff373c009eae972aa.tar.bz2 |
tolerances update
-rw-r--r-- | delta.jscad | 3 |
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,12 +1,11 @@ | |||
1 | var PRINT = { | 1 | var 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 | ||
9 | var CONFIG = { | 8 | var 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 |