FIX: modify the logic when printapply check config again

Change-Id: I997c244a6b72e5f377b4898048f08ffcbd946102
This commit is contained in:
zhimin.zeng 2022-12-05 17:36:02 +08:00 committed by Lane.Wei
parent 7c6c356a3b
commit 283f3fdd26

View file

@ -1429,7 +1429,7 @@ Print::ApplyStatus Print::apply(const Model &model, DynamicPrintConfig new_full_
update_apply_status(this->invalidate_step(psGCodeExport)); update_apply_status(this->invalidate_step(psGCodeExport));
if (!full_config_diff.empty()) { if (full_config_diff.empty()) {
//BBS: previous empty //BBS: previous empty
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: full_config_diff previous empty, need to apply now.")%__LINE__; BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: full_config_diff previous empty, need to apply now.")%__LINE__;