mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fix for incomplete commit causing thin gaps to throw an error
This commit is contained in:
@@ -47,6 +47,11 @@ sub deserialize {
|
||||
$self->polyline($self->polyline->deserialize);
|
||||
}
|
||||
|
||||
sub shortest_path {
|
||||
my $self = shift;
|
||||
return $self;
|
||||
}
|
||||
|
||||
sub clip_end {
|
||||
my $self = shift;
|
||||
my ($distance) = @_;
|
||||
|
||||
Reference in New Issue
Block a user