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:
authorRijk van Manen <r.vanmanen@ultimaker.com>2022-03-10 16:27:42 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-03-10 16:27:42 +0300
commit826b697329bfea97eb2ca8740bf45b8a6c6ca1e0 (patch)
treef40ea33b5349733a453d671f6de946fd90bd32af /resources/definitions/ultimaker.def.json
parent2e25b8418422c66a520505ac88259ad4973d18ed (diff)
reduce top bottom flowPP-93_improve-top-bottom-flow
The top bottom is a 100% density part of the print. For these parts it is super important to not over extrude. At the same time we dont want an underextruded top layer, since that is looking ugly. That is why we enable a roofing layer and reduce the flow for the rest of the top/bottom. PP-93
Diffstat (limited to 'resources/definitions/ultimaker.def.json')
-rw-r--r--resources/definitions/ultimaker.def.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 0d19c0f101..33660457c1 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -56,6 +56,15 @@
"retraction_combing": {
"value": "'no_outer_surfaces'"
},
+ "roofing_layer_count": {
+ "value": "1"
+ },
+ "roofing_material_flow": {
+ "value": "material_flow"
+ },
+ "skin_material_flow": {
+ "value": "0.95 * material_flow"
+ },
"skin_monotonic" : {
"value": true
},