mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 04:11:50 +03:00
Updated to 1.9.5, and optimize calibration and device
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user