fix: lower case of function name call
This commit is contained in:
parent
f0831aebcf
commit
10e53651b3
|
@ -1181,7 +1181,7 @@ void GCode::do_export(Print* print, const char* path, GCodeProcessorResult* resu
|
|||
|
||||
BOOST_LOG_TRIVIAL(info) << boost::format("Will export G-code to %1% soon")%path;
|
||||
|
||||
GCodeProcessor::s_IsBBLPrinter = print->is_BBL_printer();
|
||||
GCodeProcessor::s_IsBBLPrinter = print->is_BBL_Printer();
|
||||
|
||||
print->set_started(psGCodeExport);
|
||||
|
||||
|
|
Loading…
Reference in New Issue