From a199afa5015fec6eafe8464202d66b72d669623a Mon Sep 17 00:00:00 2001 From: Paul Kuiper <46715907+pkuiper-ultimaker@users.noreply.github.com> Date: Mon, 15 May 2023 10:15:16 +0200 Subject: [PATCH] Increased brim distance to -initial_layer_horizontal_expansion + 0.05 to create an easier to tear of brim. Relates to: PP-81 --- resources/definitions/ultimaker.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json index 471fed73c6..2c572b9a70 100644 --- a/resources/definitions/ultimaker.def.json +++ b/resources/definitions/ultimaker.def.json @@ -36,7 +36,7 @@ "bridge_wall_coast": { "value": 0 }, "bridge_wall_material_flow": { "value": "wall_material_flow" }, "bridge_wall_speed": { "value": "bridge_skin_speed" }, - "brim_gap": { "value": "-xy_offset_layer_0 + 0.05" }, + "brim_gap": {"value": "-xy_offset_layer_0 + 0.05"}, "cool_fan_speed_0": { "value": "cool_fan_speed_min" }, "cool_fan_speed_max": { "value": "100" }, "cool_min_layer_time": { "value": 6 },