Skip to content

Commit

Permalink
fix: lower case of function name call
Browse files Browse the repository at this point in the history
  • Loading branch information
iZonex authored and lanewei120 committed Jan 17, 2024
1 parent f0831ae commit 10e5365
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 @@ -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);

Expand Down

0 comments on commit 10e5365

Please sign in to comment.