mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 05:01:59 +08:00
#509 fix Fan Startup Delay that where wrongly deactivated
This commit is contained in:
parent
9393f6e9c8
commit
5da2278f66
@ -3873,7 +3873,7 @@ void GCode::_write(FILE* file, const char *what)
|
|||||||
|
|
||||||
//const char * gcode_pp = _post_process(what).c_str();
|
//const char * gcode_pp = _post_process(what).c_str();
|
||||||
std::string str_preproc{ what };
|
std::string str_preproc{ what };
|
||||||
//_post_process(str_preproc);
|
_post_process(str_preproc);
|
||||||
|
|
||||||
const std::string str_ana = m_analyzer.process_gcode(str_preproc);
|
const std::string str_ana = m_analyzer.process_gcode(str_preproc);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user