-rw-r--r-- | delta.jscad | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad index be12b65..f06870e 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -26,6 +26,11 @@ var CONFIG = { | |||
26 | r: 195/2, // glass radius | 26 | r: 195/2, // glass radius |
27 | h: 3 // glass thickness | 27 | h: 3 // glass thickness |
28 | }, | 28 | }, |
29 | duet: { | ||
30 | pcb_size: { x: 124, y: 100, z: 1 }, | ||
31 | hole_spacing: { x: 115, y: 92 }, | ||
32 | h: 30 | ||
33 | }, | ||
29 | hotend: { | 34 | hotend: { |
30 | h: 62.4, // full assembly height | 35 | h: 62.4, // full assembly height |
31 | groove: { d:12, h:6 }, // grove diameter and height | 36 | groove: { d:12, h:6 }, // grove diameter and height |