mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:35:56 +08:00
JSON: made coasting_min_volume depend on coasting_volume (CURA-550)
This commit is contained in:
parent
67bbb5478e
commit
6ef68ca5c1
@ -929,6 +929,7 @@
|
|||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 0.8,
|
"default": 0.8,
|
||||||
"min_value": "coasting_volume",
|
"min_value": "coasting_volume",
|
||||||
|
"inherit_function": "coasting_volume * 8",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit": false,
|
"inherit": false,
|
||||||
"enabled": "coasting_enable"
|
"enabled": "coasting_enable"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user