mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
FIX: modify the logic when printapply check config again
Change-Id: I997c244a6b72e5f377b4898048f08ffcbd946102
This commit is contained in:
parent
7c6c356a3b
commit
283f3fdd26
1 changed files with 1 additions and 1 deletions
|
@ -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__;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue