mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Minor adjustment in tooltip
This commit is contained in:
@@ -46,7 +46,7 @@ sub new {
|
|||||||
opt_id => 'autocenter',
|
opt_id => 'autocenter',
|
||||||
type => 'bool',
|
type => 'bool',
|
||||||
label => 'Auto-center parts',
|
label => 'Auto-center parts',
|
||||||
tooltip => 'If this is enabled, Slic3r will auto-center objects around the configured print center.',
|
tooltip => 'If this is enabled, Slic3r will auto-center objects around the print bed center.',
|
||||||
default => $Slic3r::GUI::Settings->{_}{autocenter},
|
default => $Slic3r::GUI::Settings->{_}{autocenter},
|
||||||
));
|
));
|
||||||
$optgroup->append_single_option_line(Slic3r::GUI::OptionsGroup::Option->new(
|
$optgroup->append_single_option_line(Slic3r::GUI::OptionsGroup::Option->new(
|
||||||
|
|||||||
Reference in New Issue
Block a user