Added combing_retract_before_outer_wall setting.

This boolean setting controls whether travel moves to the first point in an
outer wall will always involve a retraction. IMHO, forcing a retraction has
two benefits:

1 - avoids taking the ooze that would occur during the travel to the outer
surface.

2 - the slight pause when un-retracting could help reduce any ripples
introduced by the rapid movement hot-end movement.
This commit is contained in:
Mark Burton 2017-02-02 10:44:25 +00:00
parent 425dbf1ad8
commit 9dd61ba094

View File

@ -2418,6 +2418,16 @@
"settable_per_mesh": false,
"settable_per_extruder": false
},
"combing_retract_before_outer_wall":
{
"label": "Retract Before Outer Wall",
"description": "When combing is enabled, always retract when moving to start an outer wall.",
"type": "bool",
"default_value": false,
"enabled": "resolveOrValue('retraction_combing') != 'off'",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"travel_avoid_other_parts":
{
"label": "Avoid Printed Parts When Traveling",