reduce top bottom flow

The top bottom is a 100% density part of the print. For these parts it is super important to not over extrude. At the same time we dont want an underextruded top layer, since that is looking ugly. That is why we enable a roofing layer and reduce the flow for the rest of the top/bottom. PP-93
This commit is contained in:
Rijk van Manen 2022-03-10 14:27:42 +01:00
parent 2e25b84184
commit 826b697329

View file

@ -56,6 +56,15 @@
"retraction_combing": {
"value": "'no_outer_surfaces'"
},
"roofing_layer_count": {
"value": "1"
},
"roofing_material_flow": {
"value": "material_flow"
},
"skin_material_flow": {
"value": "0.95 * material_flow"
},
"skin_monotonic" : {
"value": true
},