summaryrefslogtreecommitdiffabout
path: root/delta.jscad
Unidiff
Diffstat (limited to 'delta.jscad') (more/less context) (ignore whitespace changes)
-rw-r--r--delta.jscad5
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
@@ -754,4 +754,7 @@ var PARTS = {
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};
@@ -805,4 +808,5 @@ function getParameterDefinitions() {
805 'clamp', 808 'clamp',
806 'fanholder', 809 'fanholder',
810 'duetholder',
807 'alltogethernow', 811 'alltogethernow',
808 'wip' 812 'wip'
@@ -813,4 +817,5 @@ function getParameterDefinitions() {
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'