mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06: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
1 changed files with 1 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue