mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 21:25:57 +08:00
Add setting to filter out layers that have small overhanging faetures
Some checks failed
conan-package-resources / conan-package (push) Failing after 0s
conan-package / conan-package (push) Failing after 0s
printer-linter-format / Printer linter auto format (push) Failing after 1s
unit-test / Run unit tests (push) Failing after 0s
Some checks failed
conan-package-resources / conan-package (push) Failing after 0s
conan-package / conan-package (push) Failing after 0s
printer-linter-format / Printer linter auto format (push) Failing after 1s
unit-test / Run unit tests (push) Failing after 0s
CURA-12352
This commit is contained in:
parent
b82bb8d6c9
commit
3276fc2eb6
@ -4712,6 +4712,18 @@
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"cool_min_layer_time_overhang_min_segment_length":
|
||||
{
|
||||
"label": "Minimum Overhang Segment Length",
|
||||
"description": "When trying to apply the minimum layer time specific for overhanging layers, it will be applied only if at least one consecutive overhanging extrusion move is longer than this value.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 5,
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "500",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"cool_min_speed":
|
||||
{
|
||||
"label": "Minimum Speed",
|
||||
|
Loading…
x
Reference in New Issue
Block a user