Fixed a crash on SLA with background processing on and with an empty
scene.
This commit is contained in:
parent
c60ed7bc07
commit
28a502680a
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public:
|
||||||
PrinterTechnology technology() const noexcept { return ptSLA; }
|
PrinterTechnology technology() const noexcept { return ptSLA; }
|
||||||
|
|
||||||
void clear() override;
|
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;
|
ApplyStatus apply(const Model &model, const DynamicPrintConfig &config) override;
|
||||||
void process() override;
|
void process() override;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue