mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Enable only_retract_when_crossing_perimeters by default
This commit is contained in:
parent
70092a9cf5
commit
72613ae2b4
2 changed files with 2 additions and 2 deletions
|
@ -543,7 +543,7 @@ our $Options = {
|
|||
tooltip => 'Disables retraction when travelling between infill paths inside the same island.',
|
||||
cli => 'only-retract-when-crossing-perimeters!',
|
||||
type => 'bool',
|
||||
default => 0,
|
||||
default => 1,
|
||||
},
|
||||
'support_material' => {
|
||||
label => 'Generate support material',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue