mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-15 17:09:33 -07:00
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
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:
commit
4485dc7cd8
2 changed files with 14 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",
|
||||
"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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ z_seam_corner
|
|||
z_seam_relative
|
||||
|
||||
[top_bottom]
|
||||
roofing_extension
|
||||
roofing_layer_count
|
||||
flooring_layer_count
|
||||
top_bottom_extruder_nr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue