mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06: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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue