mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 02:37:04 +00:00
feature remove the slice duration time.
This commit is contained in:
@@ -7782,9 +7782,9 @@ void Plater::priv::on_process_completed(SlicingProcessCompletedEvent &evt)
|
|||||||
}
|
}
|
||||||
else if (is_finished && evt.finished())
|
else if (is_finished && evt.finished())
|
||||||
{
|
{
|
||||||
auto strTime = get_works_time(duration_ms);
|
//auto strTime = get_works_time(duration_ms);
|
||||||
auto slice_time = BP_SLICE_DURATION_TIME + std::string(":") + strTime;
|
//auto slice_time = BP_SLICE_DURATION_TIME + std::string(":") + strTime;
|
||||||
sentryReportLog(SENTRY_LOG_TRACE, slice_time, BP_SLICE_DURATION);
|
//sentryReportLog(SENTRY_LOG_TRACE, slice_time, BP_SLICE_DURATION);
|
||||||
|
|
||||||
m_slice_start_time = {};
|
m_slice_start_time = {};
|
||||||
m_slice_timing_active = false;
|
m_slice_timing_active = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user