From d352bbbbc5a8fe21241c2601bf75d8cc99ac0e20 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 30 May 2022 14:05:47 +0200 Subject: [PATCH] reduce support interface flow The reasoning of PP-86 also holds for the support interface layers, however we forgot about support when we implemented PP-86. When doing PP-108 we found this improvement. --- resources/definitions/ultimaker.def.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index 2946a06c6d..d482128ee1 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -68,6 +68,9 @@ "skin_material_flow": { "value": "0.97 * material_flow" }, + "support_interface_material_flow": { + "value": "skin_material_flow" + }, "skin_monotonic" : { "value": true },