Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2022-03-31 16:24:44 +0300
committerGhostkeeper <rubend@tutanota.com>2022-03-31 16:24:56 +0300
commit2d1b9c54097557ee2b56bd8522ced863c3d813dd (patch)
tree4ba6c2325f15919545c654dfba7876069b5b9616 /resources/definitions/ultimaker.def.json
parent657890158e4bd0c2446a2c52c8b07c2c56067a1a (diff)
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.
Diffstat (limited to 'resources/definitions/ultimaker.def.json')
-rw-r--r--resources/definitions/ultimaker.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 2f69ad27a7..b3c01fc737 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -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