summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--delta.jscad2
1 files changed, 1 insertions, 1 deletions
diff --git a/delta.jscad b/delta.jscad
index 156e704..24c1c7e 100644
--- a/delta.jscad
+++ b/delta.jscad
@@ -1,29 +1,29 @@
var PRINT = {
layer_height: 0.2,
extrusion_width: 0.4,
- fit_tolerance: .2, slide_tolerance: .4, play_tolerance: .6
+ fit_tolerance: .2, slide_tolerance: .4, play_tolerance: .6, screw_tolerance: .3
};
var CONFIG = {
extrusion: {
w: 20, slotdepth: 6
},
base: {
el: 240, // side extrusion length
sl: 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
},
duet: {