-rw-r--r-- | delta.jscad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad index 547b51e..c134c29 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -514,3 +514,5 @@ var E2020 = { | |||
514 | = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]); | 514 | = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]); |
515 | rv.properties.c_midway = new CSG.Connector([0,0,l/2],[0,0,1],[1,0,0]); | ||
515 | rv.properties.P = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]); | 516 | rv.properties.P = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]); |
517 | rv.properties.vitamin = true; | ||
516 | return rv; | 518 | return rv; |