ENH: add ANYCUIC profile which based on SoftFever

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: I85fc64a25dbb761377c63574b3d3ec10fda9dfd6
This commit is contained in:
qing.zhang 2023-01-31 10:40:29 +08:00 committed by Lane.Wei
parent 6bfd1a4322
commit 8e50744d2a
29 changed files with 1465 additions and 9 deletions

View file

@ -185,7 +185,9 @@ std::string BackgroundSlicingProcess::output_filepath_for_project(const boost::f
// from the G-code generator.
void BackgroundSlicingProcess::process_fff()
{
assert(m_print == m_fff_print);
assert(m_print == m_fff_print);
PresetBundle &preset_bundle = *wxGetApp().preset_bundle;
m_fff_print->set_BBL_Printer(preset_bundle.printers.get_edited_preset().is_bbl_vendor_preset(&preset_bundle));
//BBS: add the logic to process from an existed gcode file
if (m_print->finished()) {
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: skip slicing, to process previous gcode file")%__LINE__;