JSON fix: Min Volume Before Coasting doesn't include Coasting Volume anymore (CURA-528)

This commit is contained in:
Tim Kuipers 2015-12-08 13:30:12 +01:00
parent 5009ac99e6
commit 4932ef819c

View File

@ -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.", "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³", "unit": "mm³",
"type": "float", "type": "float",
"default": 0.864, "default": 0.8,
"min_value": "coasting_volume", "min_value": "0",
"inherit_function": "0.8 + coasting_volume",
"visible": false, "visible": false,
"enabled": "coasting_enable" "enabled": "coasting_enable"
}, },