mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
new Utils.hpp
This commit is contained in:
10
xs/src/libslic3r/Utils.hpp
Normal file
10
xs/src/libslic3r/Utils.hpp
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#ifndef slic3r_Utils_hpp_
|
||||||
|
#define slic3r_Utils_hpp_
|
||||||
|
|
||||||
|
namespace Slic3r {
|
||||||
|
|
||||||
|
extern void set_logging_level(unsigned int level);
|
||||||
|
|
||||||
|
} // namespace Slic3r
|
||||||
|
|
||||||
|
#endif // slic3r_Utils_hpp_
|
||||||
Reference in New Issue
Block a user