mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
WIP Standalone G-code viewer
This commit is contained in:
parent
f58d3116bf
commit
946f51467f
7 changed files with 192 additions and 38 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifndef THREAD_HPP
|
||||
#define THREAD_HPP
|
||||
#ifndef GUI_THREAD_HPP
|
||||
#define GUI_THREAD_HPP
|
||||
|
||||
#include <utility>
|
||||
#include <boost/thread.hpp>
|
||||
|
@ -25,4 +25,4 @@ template<class Fn> inline boost::thread create_thread(Fn &&fn)
|
|||
|
||||
}
|
||||
|
||||
#endif // THREAD_HPP
|
||||
#endif // GUI_THREAD_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue