mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 14:21:19 -07:00
Remove warnings that will never be visible
This was copied from the error state, where it does matter, but the warning state is not shown if the setting is not enabled. Contributes to issue CURA-7384.
This commit is contained in:
parent
156925d48e
commit
a0f4305420
1 changed files with 3 additions and 3 deletions
|
|
@ -101,15 +101,15 @@
|
||||||
"filter_out_tiny_gaps": { "value": false },
|
"filter_out_tiny_gaps": { "value": false },
|
||||||
|
|
||||||
"retraction_speed": {
|
"retraction_speed": {
|
||||||
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
|
"maximum_value_warning": "machine_max_feedrate_e",
|
||||||
"maximum_value": 200
|
"maximum_value": 200
|
||||||
},
|
},
|
||||||
"retraction_retract_speed": {
|
"retraction_retract_speed": {
|
||||||
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
|
"maximum_value_warning": "machine_max_feedrate_e",
|
||||||
"maximum_value": 200
|
"maximum_value": 200
|
||||||
},
|
},
|
||||||
"retraction_prime_speed": {
|
"retraction_prime_speed": {
|
||||||
"maximum_value_warning": "machine_max_feedrate_e if retraction_enable else float('inf')",
|
"maximum_value_warning": "machine_max_feedrate_e",
|
||||||
"maximum_value": 200
|
"maximum_value": 200
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue