Skip to content

Commit

Permalink
#509 fix Fan Startup Delay that where wrongly deactivated
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Sep 30, 2020
1 parent 9393f6e commit 5da2278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/GCode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3873,7 +3873,7 @@ void GCode::_write(FILE* file, const char *what)

//const char * gcode_pp = _post_process(what).c_str();
std::string str_preproc{ what };
//_post_process(str_preproc);
_post_process(str_preproc);

const std::string str_ana = m_analyzer.process_gcode(str_preproc);

Expand Down

0 comments on commit 5da2278

Please sign in to comment.