summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--delta.jscad2
1 files changed, 2 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad
index 63eea6c..758824b 100644
--- a/delta.jscad
+++ b/delta.jscad
@@ -442,12 +442,14 @@ function main(params) {
442 fanholder: fh, 442 fanholder: fh,
443 alltogethernow: [e,hdhd[0],hdhd[1], columns(),hs,ms,fh] 443 alltogethernow: [e,hdhd[0],hdhd[1], columns(),hs,ms,fh]
444 }[params.part||'alltogethernow']) 444 }[params.part||'alltogethernow'])
445 var rv = union( 445 var rv = union(
446 e, 446 e,
447 hs, 447 hs,
448 columns(), 448 columns(),
449 ///hd, 449 ///hd,
450 hdhd[0], hdhd[1], 450 hdhd[0], hdhd[1],
451 ms); 451 ms);
452 return rv; 452 return rv;
453} 453}
454/* vim:set ft=javascript ai: */
455