mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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'"
|
"value": "'no_outer_surfaces'"
|
||||||
},
|
},
|
||||||
"roofing_layer_count": {
|
"roofing_layer_count": {
|
||||||
"value": "1"
|
"value": "0"
|
||||||
},
|
},
|
||||||
"roofing_material_flow": {
|
"roofing_material_flow": {
|
||||||
"value": "material_flow"
|
"value": "material_flow"
|
||||||
},
|
},
|
||||||
"skin_material_flow": {
|
"skin_material_flow": {
|
||||||
"value": "0.95 * material_flow"
|
"value": "0.97 * material_flow"
|
||||||
},
|
},
|
||||||
"skin_monotonic" : {
|
"skin_monotonic" : {
|
||||||
"value": true
|
"value": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue