From 722e94513c50b26996d9fb8ebda0b607b8f92232 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 6 Mar 2015 09:56:58 +0100 Subject: 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 --- t/combineinfill.t | 1 - 1 file changed, 1 deletion(-) (limited to 't/combineinfill.t') 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}; -- cgit v1.2.3