reduce flow for 100% density parts

Overextrusion needs to be avoided to main high quality. More info: PP-86
This commit is contained in:
Rijk van Manen 2021-12-06 12:37:39 +01:00
parent a64aa6ef2d
commit d301adc9ec

View File

@ -49,6 +49,18 @@
},
"bottom_layers": {
"value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))"
},
"roofing_layer_count": {
"value": 1
},
"skin_material_flow": {
"value": "0.95 * material_flow"
},
"roofing_material_flow": {
"value": "material_flow"
},
"infill_material_flow": {
"value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow"
}
}
}