Fixed a crash on SLA with background processing on and with an empty
scene.
This commit is contained in:
parent
c60ed7bc07
commit
28a502680a
@ -147,7 +147,7 @@ public:
|
||||
PrinterTechnology technology() const noexcept { return ptSLA; }
|
||||
|
||||
void clear() override;
|
||||
bool empty() const override { return false; }
|
||||
bool empty() const override { return m_objects.empty(); }
|
||||
ApplyStatus apply(const Model &model, const DynamicPrintConfig &config) override;
|
||||
void process() override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user