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

Connect zigzag gaps fill paths to benefit from simplification

This commit is contained in:
Alessandro Ranellucci
2012-11-19 18:57:42 +01:00
parent 8777085928
commit cd892fdce8
-1
View File
@@ -273,7 +273,6 @@ sub make_perimeters {
Slic3r::Surface->new(expolygon => $expolygon),
density => 1,
flow_spacing => $flow->spacing,
dont_connect => 1, # time-saver
);
my $params = shift @paths;