mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 09:45:57 +08:00
reduce flow for 100% density parts
Overextrusion needs to be avoided to main high quality. More info: PP-86
This commit is contained in:
parent
a64aa6ef2d
commit
d301adc9ec
@ -49,6 +49,18 @@
|
|||||||
},
|
},
|
||||||
"bottom_layers": {
|
"bottom_layers": {
|
||||||
"value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user