-rw-r--r-- | delta.jscad | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad index dcf6fcc..855d4f9 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -753,6 +753,9 @@ var PARTS = { | |||
753 | var rv = union(cols).union(sides.map(union)).union(feet); | 753 | var rv = union(cols).union(sides.map(union)).union(feet); |
754 | rv.properties.P = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]); | 754 | rv.properties.P = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]); |
755 | return rv; | 755 | return rv; |
756 | }, | ||
757 | duetholder: function(params) { | ||
758 | return duetholder(); | ||
756 | } | 759 | } |
757 | }; | 760 | }; |
758 | 761 | ||
@@ -804,6 +807,7 @@ function getParameterDefinitions() { | |||
804 | 'hinged', | 807 | 'hinged', |
805 | 'clamp', | 808 | 'clamp', |
806 | 'fanholder', | 809 | 'fanholder', |
810 | 'duetholder', | ||
807 | 'alltogethernow', | 811 | 'alltogethernow', |
808 | 'wip' | 812 | 'wip' |
809 | ], | 813 | ], |
@@ -812,6 +816,7 @@ function getParameterDefinitions() { | |||
812 | 'Hinged part', | 816 | 'Hinged part', |
813 | 'Clamp', | 817 | 'Clamp', |
814 | 'Fan holder', | 818 | 'Fan holder', |
819 | 'Duet holder', | ||
815 | 'All together now!', | 820 | 'All together now!', |
816 | 'Work in progress' | 821 | 'Work in progress' |
817 | ], | 822 | ], |