1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Fix for incomplete commit causing thin gaps to throw an error

This commit is contained in:
Alessandro Ranellucci
2012-06-30 17:23:55 +02:00
parent b9008a99f9
commit cbb111ee64
3 changed files with 11 additions and 1 deletions
+5
View File
@@ -22,6 +22,11 @@ sub deserialize {
$self->polygon($self->polygon->deserialize);
}
sub shortest_path {
my $self = shift;
return $self;
}
sub split_at {
my $self = shift;
my ($point) = @_;