From fb43f676ec642311ebd214a21be4c960b008bcad Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 07 Jan 2016 20:55:38 +0000 Subject: column connector for the foot --- diff --git a/delta.jscad b/delta.jscad index 2e6365c..9c13528 100644 --- a/delta.jscad +++ b/delta.jscad @@ -632,6 +632,7 @@ function foot() { end: [0,0,F.h-F.nut.h-PRINT.play_tolerance], radius: F.nut.d/2 })); + rv.properties.c_column = new CSG.Connector([0,0,F.h],[0,0,1],[1,0,0]); rv.properties.P = new CSG.Connector([0,0,F.h],[0,0,-1],[1,0,0]); return rv.setColor(CONFIG.color.parts); } -- cgit v0.9.0.2