mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fix compile error
This commit is contained in:
@@ -195,7 +195,8 @@ std::string BackgroundSlicingProcess::output_filepath_for_project(const boost::f
|
|||||||
void BackgroundSlicingProcess::process_fff()
|
void BackgroundSlicingProcess::process_fff()
|
||||||
{
|
{
|
||||||
assert(m_print == m_fff_print);
|
assert(m_print == m_fff_print);
|
||||||
m_fff_print->is_BBL_printer() = wxGetApp().preset_bundle->is_bbl_vendor();
|
PresetBundle &preset_bundle = *wxGetApp().preset_bundle;
|
||||||
|
m_fff_print->is_BBL_printer() = preset_bundle.is_bbl_vendor();
|
||||||
//BBS: add the logic to process from an existed gcode file
|
//BBS: add the logic to process from an existed gcode file
|
||||||
if (m_print->finished()) {
|
if (m_print->finished()) {
|
||||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: skip slicing, to process previous gcode file")%__LINE__;
|
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: skip slicing, to process previous gcode file")%__LINE__;
|
||||||
|
|||||||
Reference in New Issue
Block a user