mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-08-24 21:04:54 +02:00
15 lines
243 B
C++
15 lines
243 B
C++
#ifndef SLAZIPFILEIMPORT_HPP
|
|
#define SLAZIPFILEIMPORT_HPP
|
|
|
|
#include "libslic3r/TriangleMesh.hpp"
|
|
|
|
#include <wx/string.h>
|
|
|
|
namespace Slic3r {
|
|
|
|
TriangleMesh import_model_from_sla_zip(const wxString &zipfname);
|
|
|
|
}
|
|
|
|
#endif // SLAZIPFILEIMPORT_HPP
|