mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 05:42:00 +08:00
Fix concurrency when opening DLP projector while background slicing was performed
This commit is contained in:
parent
3232350ffd
commit
eb86fb6c65
@ -253,7 +253,9 @@ sub _init_menubar {
|
||||
$plater->export_amf;
|
||||
}, undef, 'brick_go.png');
|
||||
$self->_append_menu_item($self->{plater_menu}, "Open DLP Projector…\tCtrl+L", 'Open projector window for DLP printing', sub {
|
||||
$plater->pause_background_process;
|
||||
Slic3r::GUI::SLAPrintOptions->new($self)->ShowModal;
|
||||
$plater->resume_background_process;
|
||||
}, undef, 'film.png');
|
||||
|
||||
$self->{object_menu} = $self->{plater}->object_menu;
|
||||
|
Loading…
x
Reference in New Issue
Block a user