Merge pull request #21046 from Ultimaker/CURA-12768_minimize_skin_retracts
Some checks are pending
conan-package-resources / conan-package (push) Waiting to run
conan-package-resources / signal-curator (push) Blocked by required conditions
conan-package / conan-package (push) Waiting to run
printer-linter-format / Printer linter auto format (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run

[CURA-12768] minimize skin retracts
This commit is contained in:
HellAholic 2025-10-15 15:02:38 +02:00 committed by GitHub
commit 4485dc7cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 0 deletions

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",
"value": "0",
"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
}
}
},

View file

@ -49,6 +49,7 @@ z_seam_corner
z_seam_relative
[top_bottom]
roofing_extension
roofing_layer_count
flooring_layer_count
top_bottom_extruder_nr