diff --git a/lib/Slic3r/Config.pm b/lib/Slic3r/Config.pm index 8ae916f07..3f4146622 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -138,7 +138,7 @@ our $Options = { type => 'f', }, 'overlap_ratio' => { - label => 'Extrusion overlap (ratio over extrusion width)', + label => 'Extrusion overlap (ratio over extrusion width)', # the double space here prevents a bug in WxWidgets (Mac) cli => 'overlap-ratio=f', type => 'f', },