PrusaSlicer-NonPlainar/src/libslic3r/SLAPrint.cpp

18 lines
255 B
C++
Raw Normal View History

#include "SLAPrint.hpp"
namespace Slic3r {
void SLAPrint::clear()
{
}
SLAPrint::ApplyStatus SLAPrint::apply(const Model &model, const DynamicPrintConfig &config)
{
return APPLY_STATUS_INVALIDATED;
}
void SLAPrint::process()
{
}
} // namespace Slic3r