From 6cb758375670ddaacba4aa017b4e2688d37a68e4 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 13 Jun 2017 13:46:04 +0200 Subject: Reverted the "set_and_wait_temperatures" configuration to match the behavior of the @alexrj slic3r. --- xs/src/libslic3r/GCode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/libslic3r/GCode.cpp b/xs/src/libslic3r/GCode.cpp index 23de71c9b..69ecc10a8 100644 --- a/xs/src/libslic3r/GCode.cpp +++ b/xs/src/libslic3r/GCode.cpp @@ -452,7 +452,7 @@ bool GCode::do_export(FILE *file, Print &print) if (print.config.first_layer_bed_temperature.value > 0 && boost::ifind_first(print.config.start_gcode.value, std::string("M140")).empty() && boost::ifind_first(print.config.start_gcode.value, std::string("M190")).empty()) - write(file, m_writer.set_bed_temperature(print.config.first_layer_bed_temperature.value, print.config.set_and_wait_temperatures.value)); + write(file, m_writer.set_bed_temperature(print.config.first_layer_bed_temperature.value, true)); // Get optimal tool ordering to minimize tool switches of a multi-exruder print. // For a print by objects, find the 1st printing object. -- cgit v1.2.3