Merge pull request #3613 from maximkulkin/avoid-printed-supports

Add travel_avoid_supports setting support
This commit is contained in:
Ian Paschal 2018-05-24 15:36:40 +02:00 committed by GitHub
commit 220c99cf3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 1 deletions

View file

@ -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",