mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-17 04:36:42 +08:00
JSON fix: Min Volume Before Coasting doesn't include Coasting Volume anymore (CURA-528)
This commit is contained in:
parent
5009ac99e6
commit
4932ef819c
@ -927,9 +927,8 @@
|
||||
"description": "The least volume an extrusion path should have to coast the full amount. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume.",
|
||||
"unit": "mm³",
|
||||
"type": "float",
|
||||
"default": 0.864,
|
||||
"min_value": "coasting_volume",
|
||||
"inherit_function": "0.8 + coasting_volume",
|
||||
"default": 0.8,
|
||||
"min_value": "0",
|
||||
"visible": false,
|
||||
"enabled": "coasting_enable"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user