From f8b3bc2a1792a7ee8eeacf7dd1d9f5b3cc96a7a6 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 13 Jan 2016 10:12:57 +0000 Subject: raised the bed --- diff --git a/delta.jscad b/delta.jscad index 54f1f86..7384ecf 100644 --- a/delta.jscad +++ b/delta.jscad @@ -741,7 +741,9 @@ function heatbed() { for(var a=0;a<360;a+=60) screws.push(screw.rotateZ(a)); // TODO: connectors rv = rv.subtract(screws); rv.properties.c_glass = new CSG.Connector([0,0,CONFIG.heatbed.h],[0,0,1],[1,0,0]); - rv.properties.P = new CSG.Connector([0,0,-CONFIG.foot.h-CONFIG.extrusion.w*2-CONFIG.base.gap],[0,0,1],[1,0,0]); + rv.properties.P = new CSG.Connector( + [0,0,-CONFIG.foot.h-CONFIG.extrusion.w*2-CONFIG.base.gap-CONFIG.bedholder.h], + [0,0,1],[1,0,0]); rv.properties.vitamin = true; return rv.setColor(CONFIG.color.heatbed); } -- cgit v0.9.0.2