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