From c3d110a227b7fdb214b13479d5ffc06601aa04aa Mon Sep 17 00:00:00 2001 From: alves Date: Mon, 19 Jan 2026 18:41:30 +0800 Subject: [PATCH] feature remove the slice duration time. --- src/slic3r/GUI/Plater.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index a43682cdc9..dc458d26a2 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -7782,9 +7782,9 @@ void Plater::priv::on_process_completed(SlicingProcessCompletedEvent &evt) } else if (is_finished && evt.finished()) { - auto strTime = get_works_time(duration_ms); - auto slice_time = BP_SLICE_DURATION_TIME + std::string(":") + strTime; - sentryReportLog(SENTRY_LOG_TRACE, slice_time, BP_SLICE_DURATION); + //auto strTime = get_works_time(duration_ms); + //auto slice_time = BP_SLICE_DURATION_TIME + std::string(":") + strTime; + //sentryReportLog(SENTRY_LOG_TRACE, slice_time, BP_SLICE_DURATION); m_slice_start_time = {}; m_slice_timing_active = false;