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
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/combineinfill.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/combineinfill.t')
-rw-r--r--t/combineinfill.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/combineinfill.t b/t/combineinfill.t
index 24cd2bb71..6661cdd6c 100644
--- a/t/combineinfill.t
+++ b/t/combineinfill.t
@@ -124,7 +124,6 @@ if (0) {
# copy of Print::export_gcode() up to the point
# after fill surfaces are combined
- $self->init_extruders;
$_->slice for @{$self->objects};
$_->make_perimeters for @{$self->objects};
$_->detect_surfaces_type for @{$self->objects};