mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:59:02 +08: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
@ -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…
x
Reference in New Issue
Block a user