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:
Rijk van Manen 2022-05-30 14:05:47 +02:00
parent fc63edb779
commit d352bbbbc5

View file

@ -68,6 +68,9 @@
"skin_material_flow": {
"value": "0.97 * material_flow"
},
"support_interface_material_flow": {
"value": "skin_material_flow"
},
"skin_monotonic" : {
"value": true
},