mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
JSON: fix: coasting min volume should be at least as high as coasting volume (CURA-528)
This commit is contained in:
parent
c854221d4f
commit
b86a219315
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue