From 8b3aa32a7e49994d3e27415fdf4a33975faac857 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 3 Jun 2013 22:40:29 +0200 Subject: [PATCH] Update tooltip for only_retract_when_crossing_perimeters --- 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 41b5fc4f..22edd0ff 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -596,7 +596,7 @@ our $Options = { }, 'only_retract_when_crossing_perimeters' => { label => 'Only retract when crossing perimeters', - tooltip => 'Disables retraction when travelling between infill paths inside the same island.', + tooltip => 'Disables retraction when the travel path does not exceed the upper layer\'s perimeters (and thus any ooze will be probably invisible).', cli => 'only-retract-when-crossing-perimeters!', type => 'bool', default => 1,