Adjust max warning for coasting volume

It now depends on the machine nozzle size.

Contributes to issue CURA-905.
This commit is contained in:
Ghostkeeper 2016-10-06 16:06:14 +02:00
parent 2aa3e1e931
commit 62d6b1fcdd
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -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