From 4f64e557d910b092c2f18992ba970b10e6054903 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 27 Oct 2013 21:38:32 +0100 Subject: [PATCH] Typo --- 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 a48239ec0..3f9e2071e 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -713,7 +713,7 @@ our $Options = { }, 'support_material_threshold' => { label => 'Overhang threshold', - tooltip => 'Support material will not generated for overhangs whose slope angle (90° = vertical) is above the given threshold. In other words, this value represent the most horizontal slope (measured from the horizontal plane) that you can print without support material. Set to zero for automatic detection (recommended).', + tooltip => 'Support material will not be generated for overhangs whose slope angle (90° = vertical) is above the given threshold. In other words, this value represent the most horizontal slope (measured from the horizontal plane) that you can print without support material. Set to zero for automatic detection (recommended).', sidetext => '°', scope => 'object', category => 'Support material',