mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: modify the logic when printapply check config again
Change-Id: I997c244a6b72e5f377b4898048f08ffcbd946102
This commit is contained in:
@@ -1429,7 +1429,7 @@ Print::ApplyStatus Print::apply(const Model &model, DynamicPrintConfig new_full_
|
||||
|
||||
update_apply_status(this->invalidate_step(psGCodeExport));
|
||||
|
||||
if (!full_config_diff.empty()) {
|
||||
if (full_config_diff.empty()) {
|
||||
//BBS: previous empty
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(" %1%: full_config_diff previous empty, need to apply now.")%__LINE__;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user