mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 17:45:45 +08:00
Set Top Surface Layers to 0 and adjust flow to compensate
It doesn't really work well with the monotonic order here. Contributes to issue CURA-9065.
This commit is contained in:
parent
657890158e
commit
2d1b9c5409
@ -60,13 +60,13 @@
|
||||
"value": "'no_outer_surfaces'"
|
||||
},
|
||||
"roofing_layer_count": {
|
||||
"value": "1"
|
||||
"value": "0"
|
||||
},
|
||||
"roofing_material_flow": {
|
||||
"value": "material_flow"
|
||||
},
|
||||
"skin_material_flow": {
|
||||
"value": "0.95 * material_flow"
|
||||
"value": "0.97 * material_flow"
|
||||
},
|
||||
"skin_monotonic" : {
|
||||
"value": true
|
||||
|
Loading…
x
Reference in New Issue
Block a user