roofing is causing a lot of travels

This needs to be enabled after the bug causing travels is fixed. (PP-86)
This commit is contained in:
Rijk van Manen 2021-12-09 13:51:52 +01:00
parent d301adc9ec
commit 850a9d43c2

View file

@ -50,14 +50,8 @@
"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"
"value": "0.97 * material_flow"
},
"infill_material_flow": {
"value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow"