2020-04-13 12:31:37 +02:00
|
|
|
#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
|