Skip to content

Commit

Permalink
remove hardcoded set chamber temp gcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocraftyone committed Oct 5, 2023
1 parent a523979 commit 8fc1f4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libslic3r/GCode.cpp
Expand Up @@ -2558,9 +2558,6 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
file.write(m_writer.update_progress(m_layer_count, m_layer_count, true)); // 100%
file.write(m_writer.postamble());

file.write(m_writer.set_chamber_temperature(0, false)); //close chamber_temperature


// adds tags for time estimators
file.write_format(";%s\n", GCodeProcessor::reserved_tag(GCodeProcessor::ETags::Last_Line_M73_Placeholder).c_str());
file.write_format("; EXECUTABLE_BLOCK_END\n\n");
Expand Down

0 comments on commit 8fc1f4a

Please sign in to comment.