From e8cb1f4528d3f0fa82ccd0c32ac8b86408ac3d2f Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 28 Jan 2013 10:42:24 +0100 Subject: [PATCH] Slight addition to avoid_crossing_perimeters tooltip --- lib/Slic3r/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Config.pm b/lib/Slic3r/Config.pm index a8653ab8c0..f57eff5977 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -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,