-rw-r--r-- | delta.jscad | 4 |
1 files changed, 2 insertions, 2 deletions
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) { | |||
801 | radius: CONFIG.bedholder.bolt.head.d/2+PRINT.play_tolerance | 801 | radius: CONFIG.bedholder.bolt.head.d/2+PRINT.play_tolerance |
802 | }) | 802 | }) |
803 | ]); | 803 | ]); |
804 | rv = rv.union(CSG.cylinder({ | 804 | rv = rv.union(CSG.cylinder({ // patch up for bridging |
805 | start: [0,-CONFIG.heatbed.sr,nutth], end: [0,-CONFIG.heatbed.sr,nutth+PRINT.layer_height], | 805 | start: [0,-CONFIG.heatbed.sr,nutth], end: [0,-CONFIG.heatbed.sr,nutth+PRINT.layer_height], |
806 | radius: (CONFIG.bedholder.nut.w+PRINT.slide_tolerance)/2+PRINT.extrusion_width | 806 | radius: (CONFIG.bedholder.nut.w+PRINT.slide_tolerance)/2+PRINT.extrusion_width |
807 | })); | 807 | })); |
808 | rv = rv.intersect(CSG.cylinder({ | 808 | rv = rv.intersect(CSG.cylinder({ // cut off excess |
809 | start: [0,0,h0-1], end: [0,0,h0+CONFIG.bedholder.h+1], | 809 | start: [0,0,h0-1], end: [0,0,h0+CONFIG.bedholder.h+1], |
810 | radius: CONFIG.heatbed.r, resolution: 270 | 810 | radius: CONFIG.heatbed.r, resolution: 270 |
811 | })); | 811 | })); |