1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Bugfix: fatal error and warnings removed when cleaning some dirty layers

This commit is contained in:
Alessandro Ranellucci
2012-01-21 18:44:24 +01:00
parent 00c6287488
commit debdd164e2
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -38,6 +38,7 @@ sub lines {
sub cleanup {
my $self = shift;
$self->merge_continuous_lines;
return @$self >= 3;
}
sub merge_continuous_lines {