From 826b697329bfea97eb2ca8740bf45b8a6c6ca1e0 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Thu, 10 Mar 2022 14:27:42 +0100 Subject: [PATCH] reduce 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 --- resources/definitions/ultimaker.def.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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 },