From e543416deb78f124f2d7ec44661b25351efe7343 Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Mon, 30 May 2022 11:00:58 +0200 Subject: [PATCH] enable skin edge support For all ultimaker printers AND low infill density the skin edge support feature is used. PP-15 --- 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 5818c11a6f..1795fd23ae 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -94,6 +94,9 @@ }, "acceleration_travel": { "value": "acceleration_wall" + }, + "skin_edge_support_thickness": { + "value": "4 * layer_height if infill_sparse_density < 30 else 0" } } }