mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 11:41:20 -06:00
Removed debugging comment
This commit is contained in:
parent
ad4940a1d6
commit
017ed05911
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ sub new {
|
||||||
);
|
);
|
||||||
if (!$res || !$sender->wait_connected) {
|
if (!$res || !$sender->wait_connected) {
|
||||||
Slic3r::GUI::show_error(undef, "Connection failed. Check serial port and speed.");
|
Slic3r::GUI::show_error(undef, "Connection failed. Check serial port and speed.");
|
||||||
#return;
|
return;
|
||||||
}
|
}
|
||||||
my $dlg = Slic3r::GUI::Controller::ManualControlDialog->new
|
my $dlg = Slic3r::GUI::Controller::ManualControlDialog->new
|
||||||
($self, $self->config, $sender);
|
($self, $self->config, $sender);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue