-rw-r--r-- | delta.jscad | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad index 5be6715..fd36ba5 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -8,2 +8,19 @@ var PRINT = { | |||
8 | var CONFIG = { | 8 | var CONFIG = { |
9 | side: { | ||
10 | el: 240, // side extrusion length | ||
11 | tl: 240+2*70, // triangle side length | ||
12 | gap: 9 // vertical gap between side extrusions | ||
13 | }, | ||
14 | column: { | ||
15 | h: 600 // column height | ||
16 | }, | ||
17 | heatbed: { | ||
18 | r: 220/2, // heatbed radius | ||
19 | sr: 220/2-4.5,// radius of the screwholes circle | ||
20 | h: 3+1.5 // thickness (including insulation) | ||
21 | }, | ||
22 | glass: { | ||
23 | r: 195/2, // glass radius | ||
24 | h: 3 // glass thickness | ||
25 | }, | ||
9 | hotend: { | 26 | hotend: { |