mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 23:15:56 +08:00
Removed comment about the shortest path search for honeycomb not being useful: it is. #512
This commit is contained in:
parent
566a0456ca
commit
9e77e6e8b6
@ -87,7 +87,6 @@ sub fill_surface {
|
|||||||
$self->cache->{$cache_id},
|
$self->cache->{$cache_id},
|
||||||
[ map @$_, $expolygon->offset_ex($overlap_distance) ],
|
[ map @$_, $expolygon->offset_ex($overlap_distance) ],
|
||||||
)};
|
)};
|
||||||
# this shortest path search is probably unneeded or not effective
|
|
||||||
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
||||||
paths => [ map Slic3r::ExtrusionPath->new(polyline => $_, role => -1), @paths ],
|
paths => [ map Slic3r::ExtrusionPath->new(polyline => $_, role => -1), @paths ],
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user