mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON bugfix: infill_density ==> infill_sparse_density (CURA-550)
This commit is contained in:
parent
6ef68ca5c1
commit
8a853e5b05
3 changed files with 4 additions and 4 deletions
|
@ -927,9 +927,9 @@
|
|||
"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,
|
||||
"default": 0.864,
|
||||
"min_value": "coasting_volume",
|
||||
"inherit_function": "coasting_volume * 8",
|
||||
"inherit_function": "0.8 + coasting_volume",
|
||||
"visible": false,
|
||||
"inherit": false,
|
||||
"enabled": "coasting_enable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue