mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Integrated SLAPrint into background processing.
Fixed couple of compiler warnings.
This commit is contained in:
18
src/libslic3r/SLAPrint.cpp
Normal file
18
src/libslic3r/SLAPrint.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user