FIX: CLI: fix the wipetower wrongly generated issue

JIRA: MAK-xxx
Change-Id: I6d6af58c7106df4dacb51e98dd607ff77c058c13
(cherry picked from commit 080c6ced15bf9eb6e490fbd3616667d66ecbff86)
This commit is contained in:
lane.wei 2023-08-28 11:20:07 +08:00 committed by Lane.Wei
parent d5b9dcfbbe
commit a1e4975c81

View file

@ -2891,6 +2891,7 @@ int CLI::run(int argc, char **argv)
BOOST_LOG_TRIVIAL(info) << "Skip plate " << index+1 << std::endl; BOOST_LOG_TRIVIAL(info) << "Skip plate " << index+1 << std::endl;
continue; continue;
} }
model.curr_plate_index = index;
BOOST_LOG_TRIVIAL(info) << boost::format("Plate %1%: pre_check %2%, start")%(index+1)%pre_check; BOOST_LOG_TRIVIAL(info) << boost::format("Plate %1%: pre_check %2%, start")%(index+1)%pre_check;
long long start_time = 0, end_time = 0; long long start_time = 0, end_time = 0;
start_time = (long long)Slic3r::Utils::get_current_time_utc(); start_time = (long long)Slic3r::Utils::get_current_time_utc();