mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
reduce support interface flow
The reasoning of PP-86 also holds for the support interface layers, however we forgot about support when we implemented PP-86. When doing PP-108 we found this improvement.
This commit is contained in:
parent
fc63edb779
commit
d352bbbbc5
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@
|
|||
"skin_material_flow": {
|
||||
"value": "0.97 * material_flow"
|
||||
},
|
||||
"support_interface_material_flow": {
|
||||
"value": "skin_material_flow"
|
||||
},
|
||||
"skin_monotonic" : {
|
||||
"value": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue