Releasing 0.8.4
This commit is contained in:
parent
a4dcbd62da
commit
0372d06247
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
require v5.10;
|
require v5.10;
|
||||||
|
|
||||||
our $VERSION = "0.8.4-dev";
|
our $VERSION = "0.8.4";
|
||||||
|
|
||||||
our $debug = 0;
|
our $debug = 0;
|
||||||
sub debugf {
|
sub debugf {
|
||||||
|
|
|
@ -87,6 +87,7 @@ 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…
Add table
Reference in a new issue