mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 01:22:07 +00:00
Removed comment about the shortest path search for honeycomb not being useful: it is. #512
This commit is contained in:
@@ -87,7 +87,6 @@ sub fill_surface {
|
||||
$self->cache->{$cache_id},
|
||||
[ map @$_, $expolygon->offset_ex($overlap_distance) ],
|
||||
)};
|
||||
# this shortest path search is probably unneeded or not effective
|
||||
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
||||
paths => [ map Slic3r::ExtrusionPath->new(polyline => $_, role => -1), @paths ],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user