mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Remove reference to machine_extruder_count
This setting is not defined in this definition so it can't find the value of it here. I've re-introduced the maximum_value statically in the Jedi implementations of this setting. Contributes to issue CURA-1278 and CURA-351.
This commit is contained in:
parent
f5fce51238
commit
525f608b24
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@
|
|||
"description": "The extruder train used for printing. This is used in multi-extrusion.",
|
||||
"type": "int",
|
||||
"default_value": 0,
|
||||
"minimum_value": "0",
|
||||
"maximum_value": "machine_extruder_count - 1"
|
||||
"minimum_value": "0"
|
||||
},
|
||||
"machine_nozzle_offset_x":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue