mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
JSON: extruders cannot be more than 16 (CuraEngine hardcoded value) (CURA-2015)
This commit is contained in:
parent
07cea792d9
commit
4b192db1bf
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@
|
|||
"label": "Number extruders",
|
||||
"description": "Number of extruder trains. An extruder train is the combination of a feeder, bowden tube, and nozzle.",
|
||||
"default_value": 1,
|
||||
"minimum_value": "1",
|
||||
"maximum_value": "16",
|
||||
"type": "int",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue