Slight addition to avoid_crossing_perimeters tooltip

This commit is contained in:
Alessandro Ranellucci 2013-01-28 10:42:24 +01:00
parent 4d70748723
commit e8cb1f4528

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,