From ecd054a57c7ef23eeaa9747b405d3c8b68a4cdbb Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 28 Oct 2012 17:29:01 +0100 Subject: [PATCH] Don't emit T0 at the beginning of the file, so that it's generated automatically just right before starting the print --- lib/Slic3r/Print.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Slic3r/Print.pm b/lib/Slic3r/Print.pm index 8053dfd2e..8cf66cc8a 100644 --- a/lib/Slic3r/Print.pm +++ b/lib/Slic3r/Print.pm @@ -648,7 +648,6 @@ sub write_gcode { ); my $min_print_speed = 60 * $Slic3r::Config->min_print_speed; my $dec = $gcodegen->dec; - print $fh $gcodegen->set_extruder($self->extruders->[0]); print $fh $gcodegen->set_fan(0, 1) if $Slic3r::Config->cooling && $Slic3r::Config->disable_fan_first_layers; # write start commands to file