mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:19:01 +08:00
Adjust max warning for coasting volume
It now depends on the machine nozzle size. Contributes to issue CURA-905.
This commit is contained in:
parent
2aa3e1e931
commit
62d6b1fcdd
@ -3715,7 +3715,7 @@
|
||||
"type": "float",
|
||||
"default_value": 0.064,
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "2.0",
|
||||
"maximum_value_warning": "machine_nozzle_size * 5",
|
||||
"enabled": "coasting_enable",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
|
Loading…
x
Reference in New Issue
Block a user