From bbbdae39525f42d792efda03655903442c942bd5 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Tue, 17 Sep 2013 21:49:13 +0200 Subject: [PATCH] Better name for "Detect overhangs" --- 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 bd1cc822..7dfcc6d1 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -638,7 +638,7 @@ our $Options = { default => 1, }, 'overhangs' => { - label => 'Detect overhangs', + label => 'Detect bridging perimeters', tooltip => 'Experimental option to adjust flow for overhangs (bridge flow will be used), to apply bridge speed to them and enable fan.', scope => 'object', category => 'Layers and Perimeters',