mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 09:29:05 -07:00
Thread names shortened to 15 characters to fit Posix norm.
Added get_current_thread_name()
This commit is contained in:
@@ -224,7 +224,7 @@ void BackgroundSlicingProcess::process_sla()
|
||||
|
||||
void BackgroundSlicingProcess::thread_proc()
|
||||
{
|
||||
set_current_thread_name("slic3r_BackgroundSlicingProcess");
|
||||
set_current_thread_name("slic3r_BgSlcPcs");
|
||||
name_tbb_thread_pool_threads();
|
||||
|
||||
assert(m_print != nullptr);
|
||||
|
||||
Reference in New Issue
Block a user