mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-06 03:52:58 +00:00
Rewrote .PRUSA file parser from wxWidgets zip to miniz.
Added tracing for mesh repair.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#if defined(SLIC3R_PRUS) && ! defined(slic3r_Format_PRUS_hpp_)
|
||||
#define slic3r_Format_PRUS_hpp_
|
||||
|
||||
namespace Slic3r {
|
||||
@@ -10,5 +9,3 @@ class Model;
|
||||
extern bool load_prus(const char *path, Model *model);
|
||||
|
||||
}; // namespace Slic3r
|
||||
|
||||
#endif /* SLIC3R_PRUS && ! defined(slic3r_Format_PRUS_hpp_) */
|
||||
|
||||
Reference in New Issue
Block a user