mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:45:58 +08:00
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:
parent
425dbf1ad8
commit
9dd61ba094
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user