mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
ENH: CLI: add time estimation for non-cache slicing
JIRA: XXXX Change-Id: Ifed2d70e8d6355087694df96e413cdbcf792d6d9
This commit is contained in:
parent
04552e4c9b
commit
165bb96e35
6 changed files with 29 additions and 8 deletions
|
@ -686,7 +686,7 @@ bool SLAPrint::invalidate_step(SLAPrintStep step)
|
|||
return invalidated;
|
||||
}
|
||||
|
||||
void SLAPrint::process(bool use_cache)
|
||||
void SLAPrint::process(long long *time_cost_with_cache, bool use_cache)
|
||||
{
|
||||
if (m_objects.empty())
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue