mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
reduce flow for high infill density
This was already merged into CURA4.13 but apparently lost in master. PP-86
This commit is contained in:
parent
d2ab7d3d4d
commit
2e25b84184
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@
|
|||
"infill_before_walls": {
|
||||
"value": "False"
|
||||
},
|
||||
"infill_material_flow": {
|
||||
"value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow"
|
||||
},
|
||||
"retraction_combing": {
|
||||
"value": "'no_outer_surfaces'"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue