mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fix for incomplete commit causing thin gaps to throw an error
This commit is contained in:
parent
b9008a99f9
commit
cbb111ee64
3 changed files with 11 additions and 1 deletions
|
@ -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) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue