mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 09:32:09 +00:00
Slight addition to avoid_crossing_perimeters tooltip
This commit is contained in:
@@ -526,7 +526,7 @@ our $Options = {
|
||||
},
|
||||
'avoid_crossing_perimeters' => {
|
||||
label => 'Avoid crossing perimeters',
|
||||
tooltip => 'Optimize travel moves in order to minimize the crossing of perimeters. This is mostly useful with Bowden extruders which suffer from oozing. This feature slows down the processing times.',
|
||||
tooltip => 'Optimize travel moves in order to minimize the crossing of perimeters. This is mostly useful with Bowden extruders which suffer from oozing. This feature slows down both the print and the G-code generation.',
|
||||
cli => 'avoid-crossing-perimeters!',
|
||||
type => 'bool',
|
||||
default => 0,
|
||||
|
||||
Reference in New Issue
Block a user