fix: lower case of function name call

This commit is contained in:
Dmytro Chystiakov 2024-01-12 16:49:00 +02:00 committed by Lane.Wei
parent f0831aebcf
commit 10e53651b3
1 changed files with 1 additions and 1 deletions

View File

@ -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);