Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/fill.t
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-12-17 02:34:00 +0300
committerAlessandro Ranellucci <aar@cpan.org>2014-12-17 02:34:00 +0300
commite79aa2e81c3087d44c46d0fcb65cd81a42f0585d (patch)
tree333b8c1c76c6793fcbae3094136a23cc80a948b7 /t/fill.t
parentd9cffeca4a400c8f534fce56f4d17a0ce7134ce5 (diff)
New --solid-infill-extruder option. Includes a refactoring of the strategy used to order layer extrusions according to their extruder and island; toolchanges and travel moves should be more optimized now. #618
Diffstat (limited to 't/fill.t')
-rw-r--r--t/fill.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/fill.t b/t/fill.t
index 24370b660..15f693a66 100644
--- a/t/fill.t
+++ b/t/fill.t
@@ -146,6 +146,7 @@ sub scale_points (@) { map [scale $_->[X], scale $_->[Y]], @_ }
{
my $collection = Slic3r::ExtrusionPath::Collection->new(
+ EXTR_ROLE_PERIMETER,
map Slic3r::ExtrusionPath->new(polyline => $_, role => 0, mm3_per_mm => 1),
Slic3r::Polyline->new([0,15], [0,18], [0,20]),
Slic3r::Polyline->new([0,10], [0,8], [0,5]),
@@ -158,6 +159,7 @@ sub scale_points (@) { map [scale $_->[X], scale $_->[Y]], @_ }
{
my $collection = Slic3r::ExtrusionPath::Collection->new(
+ EXTR_ROLE_PERIMETER,
map Slic3r::ExtrusionPath->new(polyline => $_, role => 0, mm3_per_mm => 1),
Slic3r::Polyline->new([15,0], [10,0], [4,0]),
Slic3r::Polyline->new([10,5], [15,5], [20,5]),