mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Releasing 0.7.2
This commit is contained in:
@@ -113,6 +113,7 @@ sub update_duplicate_controls {
|
||||
$_->Enable($value ne 'no') for @{$fields{duplicate_distance}};
|
||||
Slic3r::Config->set('duplicate', 1) if $value ne 'autoarrange';
|
||||
Slic3r::Config->set('duplicate_grid', [1,1]) if $value ne 'grid';
|
||||
$fields{duplicate}[0]->GetParent->Refresh;
|
||||
$_->() for @reload_callbacks; # apply new values
|
||||
}
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ sub new {
|
||||
if (eval "use Growl::GNTP; 1") {
|
||||
# register growl notifications
|
||||
eval {
|
||||
$self->{growler} = Growl::GNTP->new(AppName => 'Slic3r', AppIcon => "$FindBin::Bin/var/icon.png");
|
||||
$self->{growler} = Growl::GNTP->new(AppName => 'Slic3r', AppIcon => "$FindBin::Bin/var/Slic3r.png");
|
||||
$self->{growler}->register([{Name => 'SKEIN_DONE', DisplayName => 'Slicing Done'}]);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user