Skip to content

Commit 753501c

Browse files
committed
Disable roofing extension by default
CURA-12446
1 parent b7b951f commit 753501c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/definitions/fdmprinter.def.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,8 +1548,8 @@
15481548
"label": "Top Surface Extension",
15491549
"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.",
15501550
"type": "float",
1551-
"default_value": "0.4",
1552-
"value": "roofing_line_width * (wall_line_count_roofing + 1)",
1551+
"default_value": "0",
1552+
"value": "0",
15531553
"minimum_value": "0",
15541554
"maximum_value_warning": "roofing_line_width * 10",
15551555
"enabled": "roofing_layer_count > 0 and top_layers > 0",

0 commit comments

Comments
 (0)