mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:25:57 +08:00
Merge pull request #20041 from Ultimaker/CURA-12236_expose-preferred-travel-area-in-combing
Some checks failed
conan-package-resources / conan-package (push) Failing after 0s
printer-linter-format / Printer linter auto format (push) Failing after 2s
unit-test / Run unit tests (push) Failing after 1s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 6m44s
Close stale issues and PRs / stale (push) Successful in 13s
No Response / noResponse (push) Failing after 4s
Nightly build - dev release / build-nightly (push) Failing after 0s
Nightly build - stable release / build-nightly (push) Failing after 0s
Some checks failed
conan-package-resources / conan-package (push) Failing after 0s
printer-linter-format / Printer linter auto format (push) Failing after 2s
unit-test / Run unit tests (push) Failing after 1s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 6m44s
Close stale issues and PRs / stale (push) Successful in 13s
No Response / noResponse (push) Failing after 4s
Nightly build - dev release / build-nightly (push) Failing after 0s
Nightly build - stable release / build-nightly (push) Failing after 0s
CURA-12236 expose preferred travel area in combing
This commit is contained in:
commit
75cf32c58b
@ -4412,6 +4412,21 @@
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"retraction_combing_avoid_distance":
|
||||
{
|
||||
"label": "Inside Travel Avoid Distance",
|
||||
"description": "The distance between the nozzle and already printed outer walls when travelling inside a model.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 0,
|
||||
"value": "machine_nozzle_size * 1.5",
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "machine_nozzle_size * 0.5",
|
||||
"maximum_value_warning": "machine_nozzle_size * 10",
|
||||
"enabled": "resolveOrValue('retraction_combing') != 'off'",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"travel_retract_before_outer_wall":
|
||||
{
|
||||
"label": "Retract Before Outer Wall",
|
||||
|
Loading…
x
Reference in New Issue
Block a user