mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:39:01 +08:00
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:
parent
d301adc9ec
commit
850a9d43c2
@ -50,14 +50,8 @@
|
|||||||
"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": {
|
"skin_material_flow": {
|
||||||
"value": "0.95 * material_flow"
|
"value": "0.97 * material_flow"
|
||||||
},
|
|
||||||
"roofing_material_flow": {
|
|
||||||
"value": "material_flow"
|
|
||||||
},
|
},
|
||||||
"infill_material_flow": {
|
"infill_material_flow": {
|
||||||
"value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * 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