Add setting for roofing extension

CURA-12446
This commit is contained in:
Erwan MATHIEU 2025-06-05 14:46:03 +02:00 committed by Remco Burema
parent 9378b8179e
commit db90499231

View file

@ -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
}
}
},