mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-08 07:37:46 -07:00
Add setting for roofing extension
CURA-12446
This commit is contained in:
parent
9378b8179e
commit
db90499231
1 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue