From 0372d062474c679ac70a654605c00acfc1398e48 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 24 Jun 2012 16:50:09 +0200 Subject: Releasing 0.8.4 --- lib/Slic3r.pm | 2 +- lib/Slic3r/Fill/Honeycomb.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index 638b18a9a..56d62fbf0 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -7,7 +7,7 @@ use strict; use warnings; require v5.10; -our $VERSION = "0.8.4-dev"; +our $VERSION = "0.8.4"; our $debug = 0; sub debugf { diff --git a/lib/Slic3r/Fill/Honeycomb.pm b/lib/Slic3r/Fill/Honeycomb.pm index 81a86b0d2..50b692031 100644 --- a/lib/Slic3r/Fill/Honeycomb.pm +++ b/lib/Slic3r/Fill/Honeycomb.pm @@ -87,6 +87,7 @@ 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 ], ); -- cgit v1.2.3