mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 14:54:27 +08:00
Hard-limit the PPA positions to negative or 0 values
The ProBundle rejects materials which have these values a positive number. Users should not be allowed to set it to a positive number. Fixes CURA-7856.
This commit is contained in:
parent
eeecd545db
commit
39acad87d9
@ -2353,7 +2353,7 @@
|
||||
"default_value": -4,
|
||||
"enabled": false,
|
||||
"minimum_value_warning": "-switch_extruder_retraction_amount",
|
||||
"maximum_value_warning": "0",
|
||||
"maximum_value": "0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
@ -2379,7 +2379,7 @@
|
||||
"default_value": -16,
|
||||
"enabled": false,
|
||||
"minimum_value_warning": "-retraction_amount * 4",
|
||||
"maximum_value_warning": "0",
|
||||
"maximum_value": "0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
@ -2420,7 +2420,7 @@
|
||||
"default_value": -50,
|
||||
"enabled": false,
|
||||
"minimum_value_warning": "-100",
|
||||
"maximum_value_warning": "0",
|
||||
"maximum_value": "0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user