mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
FIX: CLI: fix the wipetower wrongly generated issue
JIRA: MAK-xxx Change-Id: I6d6af58c7106df4dacb51e98dd607ff77c058c13 (cherry picked from commit 080c6ced15bf9eb6e490fbd3616667d66ecbff86)
This commit is contained in:
parent
d5b9dcfbbe
commit
a1e4975c81
1 changed files with 1 additions and 0 deletions
|
@ -2891,6 +2891,7 @@ int CLI::run(int argc, char **argv)
|
|||
BOOST_LOG_TRIVIAL(info) << "Skip plate " << index+1 << std::endl;
|
||||
continue;
|
||||
}
|
||||
model.curr_plate_index = index;
|
||||
BOOST_LOG_TRIVIAL(info) << boost::format("Plate %1%: pre_check %2%, start")%(index+1)%pre_check;
|
||||
long long start_time = 0, end_time = 0;
|
||||
start_time = (long long)Slic3r::Utils::get_current_time_utc();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue