mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
This commit is contained in:
		
						commit
						be73962699
					
				
					 12 changed files with 219 additions and 38 deletions
				
			
		|  | @ -23,6 +23,7 @@ | |||
| #include "libslic3r/GCode/PreviewData.hpp" | ||||
| #endif // !ENABLE_GCODE_VIEWER
 | ||||
| #include "libslic3r/Format/SL1.hpp" | ||||
| #include "libslic3r/Thread.hpp" | ||||
| #include "libslic3r/libslic3r.h" | ||||
| 
 | ||||
| #include <cassert> | ||||
|  | @ -36,7 +37,6 @@ | |||
| #include "I18N.hpp" | ||||
| #include "RemovableDriveManager.hpp" | ||||
| 
 | ||||
| #include "slic3r/Utils/Thread.hpp" | ||||
| #include "slic3r/GUI/Plater.hpp" | ||||
| 
 | ||||
| namespace Slic3r { | ||||
|  | @ -224,6 +224,9 @@ void BackgroundSlicingProcess::process_sla() | |||
| 
 | ||||
| void BackgroundSlicingProcess::thread_proc() | ||||
| { | ||||
|     set_current_thread_name("slic3r_BackgroundSlicingProcess"); | ||||
| 	name_tbb_thread_pool_threads(); | ||||
| 
 | ||||
| 	assert(m_print != nullptr); | ||||
| 	assert(m_print == m_fff_print || m_print == m_sla_print); | ||||
| 	std::unique_lock<std::mutex> lck(m_mutex); | ||||
|  |  | |||
|  | @ -1,6 +1,7 @@ | |||
| #include <algorithm> | ||||
| 
 | ||||
| #include "Job.hpp" | ||||
| #include <libslic3r/Thread.hpp> | ||||
| #include <boost/log/trivial.hpp> | ||||
| 
 | ||||
| namespace Slic3r { | ||||
|  |  | |||
|  | @ -3,7 +3,8 @@ | |||
| 
 | ||||
| #include <atomic> | ||||
| 
 | ||||
| #include <slic3r/Utils/Thread.hpp> | ||||
| #include "libslic3r/libslic3r.h" | ||||
| 
 | ||||
| #include <slic3r/GUI/I18N.hpp> | ||||
| 
 | ||||
| #include "ProgressIndicator.hpp" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 enricoturri1966
						enricoturri1966