mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Bugfix: homing was not correctly saved
This commit is contained in:
@@ -182,8 +182,8 @@ sub home {
|
|||||||
|
|
||||||
$self->sender->send(sprintf("G28 %s", $axis), 1);
|
$self->sender->send(sprintf("G28 %s", $axis), 1);
|
||||||
$self->{canvas}->set_pos(undef);
|
$self->{canvas}->set_pos(undef);
|
||||||
$self->x_homed if $axis eq 'X';
|
$self->x_homed(1) if $axis eq 'X';
|
||||||
$self->y_homed if $axis eq 'Y';
|
$self->y_homed(1) if $axis eq 'Y';
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|||||||
Reference in New Issue
Block a user