From db904992311a418d045ec7eec464a8e87fe5697f Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Thu, 5 Jun 2025 14:46:03 +0200 Subject: [PATCH 1/3] Add setting for roofing extension CURA-12446 --- resources/definitions/fdmprinter.def.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index e633017431..8afba9b8bb 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1542,6 +1542,19 @@ "enabled": "roofing_pattern != 'concentric' and roofing_layer_count > 0 and top_layers > 0", "limit_to_extruder": "roofing_extruder_nr", "settable_per_mesh": true + }, + "roofing_extension": + { + "label": "Top Surface Extension", + "description": "Determines how much the top surfaces are extended beneath overlapping surfaces. By adjusting this value, you can ensure that the outer edges of the top surfaces are concealed by the layers above, resulting in a better visual quality, particularly for models with curved surfaces.", + "type": "float", + "default_value": "0.4", + "value": "roofing_line_width * (wall_line_count_roofing + 1)", + "minimum_value": "0", + "maximum_value_warning": "roofing_line_width * 10", + "enabled": "roofing_layer_count > 0 and top_layers > 0", + "limit_to_extruder": "roofing_extruder_nr", + "settable_per_mesh": true } } }, From 5eeb10cd8c3dae6e64e5b4cd8270b9f8cb8c344d Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Mon, 13 Oct 2025 08:55:46 +0200 Subject: [PATCH 2/3] Disable roofing extension by default CURA-12446 --- resources/definitions/fdmprinter.def.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 8afba9b8bb..e8310a540a 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1548,8 +1548,8 @@ "label": "Top Surface Extension", "description": "Determines how much the top surfaces are extended beneath overlapping surfaces. By adjusting this value, you can ensure that the outer edges of the top surfaces are concealed by the layers above, resulting in a better visual quality, particularly for models with curved surfaces.", "type": "float", - "default_value": "0.4", - "value": "roofing_line_width * (wall_line_count_roofing + 1)", + "default_value": "0", + "value": "0", "minimum_value": "0", "maximum_value_warning": "roofing_line_width * 10", "enabled": "roofing_layer_count > 0 and top_layers > 0", From c8528bd1af6168537a11ebc0fe7229a1b69047da Mon Sep 17 00:00:00 2001 From: HellAholic Date: Tue, 14 Oct 2025 18:53:28 +0200 Subject: [PATCH 3/3] add the roofing_extension setting to expert setting_visibility --- resources/setting_visibility/expert.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/setting_visibility/expert.cfg b/resources/setting_visibility/expert.cfg index 1aaa6f999e..8f07f7a2f9 100644 --- a/resources/setting_visibility/expert.cfg +++ b/resources/setting_visibility/expert.cfg @@ -49,6 +49,7 @@ z_seam_corner z_seam_relative [top_bottom] +roofing_extension roofing_layer_count flooring_layer_count top_bottom_extruder_nr