summaryrefslogtreecommitdiffabout
path: root/delta.jscad
Side-by-side diff
Diffstat (limited to 'delta.jscad') (more/less context) (ignore whitespace changes)
-rw-r--r--delta.jscad1
1 files changed, 1 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad
index e9fb773..b783913 100644
--- a/delta.jscad
+++ b/delta.jscad
@@ -1033,18 +1033,19 @@ function getParameterDefinitions() {
'Fan holder',
'Duet holder',
'Foot', 'Shoe',
'Bed holder',
'All together now!',
'Work in progress'
],
caption: 'Part',
initial: 'wip'
},{
name: 'print',
type: 'checkbox',
+ checked: false,
caption: 'For print, no nonsense',
initial: false
}];
}
/* vim:set ft=javascript ai: */