mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Merge pull request #3613 from maximkulkin/avoid-printed-supports
Add travel_avoid_supports setting support
This commit is contained in:
commit
220c99cf3b
5 changed files with 25 additions and 1 deletions
|
@ -3324,6 +3324,16 @@
|
|||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"travel_avoid_supports":
|
||||
{
|
||||
"label": "Avoid Supports When Traveling",
|
||||
"description": "The nozzle avoids already printed supports when traveling. This option is only available when combing is enabled.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"enabled": "resolveOrValue('retraction_combing') != 'off' and travel_avoid_other_parts",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"travel_avoid_distance":
|
||||
{
|
||||
"label": "Travel Avoid Distance",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue