Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Utils.hpp « libslic3r « src « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca2125b06d5be616dbbfa78103589284a4e1e781 (plain)
1
2
3
4
5
6
7
8
9
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_