From ba0d2b52cac7c0ff12fcefb41211177e31963cdc Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 13 Jan 2016 20:44:23 +0000 Subject: comments --- diff --git a/delta.jscad b/delta.jscad index 0e8fd62..326d172 100644 --- a/delta.jscad +++ b/delta.jscad @@ -801,11 +801,11 @@ function bedholder(params) { radius: CONFIG.bedholder.bolt.head.d/2+PRINT.play_tolerance }) ]); - rv = rv.union(CSG.cylinder({ + rv = rv.union(CSG.cylinder({ // patch up for bridging start: [0,-CONFIG.heatbed.sr,nutth], end: [0,-CONFIG.heatbed.sr,nutth+PRINT.layer_height], radius: (CONFIG.bedholder.nut.w+PRINT.slide_tolerance)/2+PRINT.extrusion_width })); - rv = rv.intersect(CSG.cylinder({ + rv = rv.intersect(CSG.cylinder({ // cut off excess start: [0,0,h0-1], end: [0,0,h0+CONFIG.bedholder.h+1], radius: CONFIG.heatbed.r, resolution: 270 })); -- cgit v0.9.0.2