mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
FIX: WipeTowerIntegration::append_tcr error when slicing
Change-Id: I8055c7c8586fec3dbdc757daf18b740835ce4b13 (cherry picked from commit 5bf6f1b9d5c1ce376bee149df0110d1e44f1d343)
This commit is contained in:
parent
82325973f8
commit
aa1bd63d61
7 changed files with 13 additions and 11 deletions
|
@ -1424,7 +1424,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