Updated to 1.9.5, and optimize calibration and device

This commit is contained in:
QIDI TECH
2024-09-16 16:07:29 +08:00
parent fa251e0a9a
commit d842832b25
90 changed files with 2753 additions and 998 deletions

View File

@@ -686,7 +686,8 @@ bool SLAPrint::invalidate_step(SLAPrintStep step)
return invalidated;
}
void SLAPrint::process(long long *time_cost_with_cache, bool use_cache)
//1.9.5
void SLAPrint::process(std::unordered_map<std::string, long long>* slice_time, bool use_cache)
{
if (m_objects.empty())
return;