mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Prevent absolute movement if user hasn't homed both X and Y
This commit is contained in:
parent
cc57432be4
commit
4a65671f64
2 changed files with 9 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue