Slight addition to avoid_crossing_perimeters tooltip

medial-thinwall
Alessandro Ranellucci 2013-01-28 10:42:24 +01:00
parent 4d70748723
commit e8cb1f4528
1 changed files with 1 additions and 1 deletions

View File

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