From a7f7cd089e5a0e29b6c6e25120a6e9ce83d830f3 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 06 Jan 2016 22:34:25 +0000 Subject: extrusion: midway connector and vitamin designation --- diff --git a/delta.jscad b/delta.jscad index 547b51e..c134c29 100644 --- a/delta.jscad +++ b/delta.jscad @@ -512,7 +512,9 @@ var E2020 = { = new CSG.Connector([0,0,l],[0,0,-1],[1,0,0]); rv.properties.c_bottom=rv.properties.c_right = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]); + rv.properties.c_midway = new CSG.Connector([0,0,l/2],[0,0,1],[1,0,0]); rv.properties.P = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]); + rv.properties.vitamin = true; return rv; }, -- cgit v0.9.0.2