author | Ivan Kokshaysky <ink@rc.ru> | 2016-11-05 11:38:27 (UTC) |
---|---|---|
committer | Ivan Kokshaysky <ink@rc.ru> | 2016-11-05 11:38:27 (UTC) |
commit | 3c2368a1dd659cdb89771c6cce4bb0999283311f (patch) (unidiff) | |
tree | ef19afe57993de315ada983c0f43e2e7d58ce06b /stuff.scad | |
parent | 60c7c744af79d8b13256c17258ed45bfaa7dd0c4 (diff) | |
download | hotendery-3c2368a1dd659cdb89771c6cce4bb0999283311f.zip hotendery-3c2368a1dd659cdb89771c6cce4bb0999283311f.tar.gz hotendery-3c2368a1dd659cdb89771c6cce4bb0999283311f.tar.bz2 |
Nozzle cover and mold adjustments
- codpiece for the nozzle;
- shortened molds for single component silicone, namely
Abro "The Gasket Maker" Red ("abro" flag in stuff.scad).
Signed-off-by: Ivan Kokshaysky <ink@rc.ru>
-rw-r--r-- | stuff.scad | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | layer_height=0.2; extrusion_width=0.5; | 1 | layer_height=0.2; extrusion_width=0.5; |
2 | epsilon = .01; | 2 | epsilon = .01; |
3 | 3 | ||
4 | protrude=10; // distance to protrude vertically | 4 | protrude=10; // distance to protrude vertically |
5 | ss=1; // minimum silicone shell thickness | 5 | ss=1; // minimum silicone shell thickness |
6 | ms=1; // mold shell thickness | 6 | ms=1; // mold shell thickness |
7 | |||
8 | abro = 1; // single component silicone | ||