summaryrefslogtreecommitdiffabout
path: root/delta.jscad
Side-by-side diff
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
@@ -753,6 +753,9 @@ var PARTS = {
var rv = union(cols).union(sides.map(union)).union(feet);
rv.properties.P = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]);
return rv;
+ },
+ duetholder: function(params) {
+ return duetholder();
}
};
@@ -804,6 +807,7 @@ function getParameterDefinitions() {
'hinged',
'clamp',
'fanholder',
+ 'duetholder',
'alltogethernow',
'wip'
],
@@ -812,6 +816,7 @@ function getParameterDefinitions() {
'Hinged part',
'Clamp',
'Fan holder',
+ 'Duet holder',
'All together now!',
'Work in progress'
],