mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
split_at_first_point needn't call deserialize as split_at calls it.
This commit is contained in:
@@ -60,7 +60,6 @@ sub split_at {
|
||||
|
||||
sub split_at_first_point {
|
||||
my $self = shift;
|
||||
$self->deserialize;
|
||||
return $self->split_at($self->polygon->[0]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user