1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Restore thin walls and thin fills after last commit

This commit is contained in:
Alessandro Ranellucci
2012-07-20 15:02:25 +02:00
parent e71472e5d7
commit bce2663ed8
4 changed files with 13 additions and 18 deletions
-5
View File
@@ -33,11 +33,6 @@ sub pack {
return $o;
}
sub shortest_path {
my $self = shift;
return $self;
}
sub split_at_index {
my $self = shift;
my ($index) = @_;