1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Fill gaps using medial axis detection

This commit is contained in:
Alessandro Ranellucci
2012-01-12 22:05:35 +01:00
parent a3a9cf5749
commit 90d10b24a8
7 changed files with 31 additions and 10 deletions
-2
View File
@@ -12,8 +12,6 @@ sub new {
} elsif ($_[0]->isa(__PACKAGE__)) {
return $_[0];
} else {
use XXX;
ZZZ \@_;
die "Invalid arguments for ${class}->new";
}
bless $self, $class;