mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Typo. #2339
This commit is contained in:
@@ -68,7 +68,7 @@ sub set_origin {
|
|||||||
|
|
||||||
sub init_external_mp {
|
sub init_external_mp {
|
||||||
my ($self, $islands) = @_;
|
my ($self, $islands) = @_;
|
||||||
$self->external_mp(Slic3r::MotionPlanner->new($islands));
|
$self->_external_mp(Slic3r::MotionPlanner->new($islands));
|
||||||
}
|
}
|
||||||
|
|
||||||
sub change_layer {
|
sub change_layer {
|
||||||
|
|||||||
Reference in New Issue
Block a user