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>2015-03-06 11:56:58 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-03-06 11:56:58 +0300
commit722e94513c50b26996d9fb8ebda0b607b8f92232 (patch)
tree29a3505cc5c4278221cc3489d2d9356bfcf4c1d4 /t/fill.t
parenta3b843b24e4426c18ab9179d26e543a83071be24 (diff)
Refactoring: removed the non-idempotent init_extruders() step. Also, infill_extruder was not limited to the available number of extruders when slicing from the plater, and support material extruder was considered also when support material was disabled
Diffstat (limited to 't/fill.t')
-rw-r--r--t/fill.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/fill.t b/t/fill.t
index 2a7a4521f..e43bdaadc 100644
--- a/t/fill.t
+++ b/t/fill.t
@@ -20,7 +20,6 @@ sub scale_points (@) { map [scale $_->[X], scale $_->[Y]], @_ }
{
my $print = Slic3r::Print->new;
- $print->init_extruders;
my $filler = Slic3r::Fill::Rectilinear->new(
print => $print,
bounding_box => Slic3r::Geometry::BoundingBox->new_from_points([ Slic3r::Point->new(0, 0), Slic3r::Point->new(10, 10) ]),