Prevent absolute movement if user hasn't homed both X and Y

This commit is contained in:
Alessandro Ranellucci 2015-11-20 09:36:17 +01:00
parent cc57432be4
commit 4a65671f64
2 changed files with 9 additions and 2 deletions

View file

@ -281,7 +281,7 @@ sub new {
);
if (!$res || !$sender->wait_connected) {
Slic3r::GUI::show_error(undef, "Connection failed. Check serial port and speed.");
return;
#return;
}
my $dlg = Slic3r::GUI::Controller::ManualControlDialog->new
($self, $self->config, $sender);