-rw-r--r-- | delta.jscad | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/delta.jscad b/delta.jscad index fd36ba5..489e20d 100644 --- a/delta.jscad +++ b/delta.jscad | |||
@@ -430,8 +430,20 @@ function getParameterDefinitions() { | |||
430 | return [{ | 430 | return [{ |
431 | name: 'part', | 431 | name: 'part', |
432 | type: 'choice', | 432 | type: 'choice', |
433 | values: ['platform', 'hinged', 'clamp', 'fanholder', 'alltogethernow'], | 433 | values: [ |
434 | captions: ['Effector platform','Hinged part', 'Clamp', 'Fan holder', 'All together now!'], | 434 | 'platform', |
435 | 'hinged', | ||
436 | 'clamp', | ||
437 | 'fanholder', | ||
438 | 'alltogethernow' | ||
439 | ], | ||
440 | captions: [ | ||
441 | 'Effector platform', | ||
442 | 'Hinged part', | ||
443 | 'Clamp', | ||
444 | 'Fan holder', | ||
445 | 'All together now!' | ||
446 | ], | ||
435 | caption: 'Part', | 447 | caption: 'Part', |
436 | initial: 'alltogethernow' | 448 | initial: 'alltogethernow' |
437 | }]; | 449 | }]; |