JSON: fix: coasting min volume should be at least as high as coasting volume (CURA-528)

This commit is contained in:
Tim Kuipers 2015-12-07 18:05:00 +01:00
parent c854221d4f
commit b86a219315

View file

@ -924,10 +924,11 @@
},
"coasting_min_volume": {
"label": "Minimal Volume Before Coasting",
"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.",
"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.8,
"min_value": "coasting_volume",
"visible": false,
"inherit": false,
"enabled": "coasting_enable"