mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Connect zigzag gaps fill paths to benefit from simplification
This commit is contained in:
@@ -273,7 +273,6 @@ sub make_perimeters {
|
|||||||
Slic3r::Surface->new(expolygon => $expolygon),
|
Slic3r::Surface->new(expolygon => $expolygon),
|
||||||
density => 1,
|
density => 1,
|
||||||
flow_spacing => $flow->spacing,
|
flow_spacing => $flow->spacing,
|
||||||
dont_connect => 1, # time-saver
|
|
||||||
);
|
);
|
||||||
my $params = shift @paths;
|
my $params = shift @paths;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user