1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

Add manual control to DLP projector too

This commit is contained in:
Alessandro Ranellucci
2015-11-19 17:31:47 +01:00
parent 128b2623cc
commit 2efc759a74
3 changed files with 31 additions and 5 deletions
+2 -1
View File
@@ -170,7 +170,8 @@ sub new {
$btn->Hide;
$left_sizer->Add($btn, 0, wxTOP, 15);
EVT_BUTTON($self, $btn, sub {
my $dlg = Slic3r::GUI::Controller::ManualControlDialog->new($self);
my $dlg = Slic3r::GUI::Controller::ManualControlDialog->new
($self, $self->config, $self->sender);
$dlg->ShowModal;
});
}