mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-12 22:21:49 +08:00
Typo. #2339
This commit is contained in:
parent
bf3f45604a
commit
f07c4ecadb
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user