1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Don't extrude acute angles

This commit is contained in:
Alessandro Ranellucci
2011-10-01 14:26:54 +02:00
parent 25ea8a0204
commit ea88cad8e3
4 changed files with 52 additions and 5 deletions
+2 -1
View File
@@ -170,9 +170,10 @@ sub make_fill {
}
# save into layer
FINISH: push @{ $layer->fills }, Slic3r::ExtrusionPath::Collection->new(
push @{ $layer->fills }, Slic3r::ExtrusionPath::Collection->new(
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ]), @path_collection ],
);
$layer->fills->[-1]->cleanup;
}
}