mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00: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