-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 @@ -7,4 +7,21 @@ var PRINT = { var CONFIG = { + side: { + el: 240, // side extrusion length + tl: 240+2*70, // triangle side length + gap: 9 // vertical gap between side extrusions + }, + column: { + h: 600 // column height + }, + heatbed: { + r: 220/2, // heatbed radius + sr: 220/2-4.5, // radius of the screwholes circle + h: 3+1.5 // thickness (including insulation) + }, + glass: { + r: 195/2, // glass radius + h: 3 // glass thickness + }, hotend: { h: 62.4, // full assembly height |