mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Some refactoring
This commit is contained in:
parent
ef04e558a7
commit
dd3c485965
2 changed files with 34 additions and 44 deletions
|
@ -177,9 +177,9 @@ private: // Prevents erroneous use by other classes.
|
|||
public:
|
||||
SLAPrint(): m_stepmask(slapsCount, true) {}
|
||||
|
||||
virtual ~SLAPrint() { this->clear(); }
|
||||
virtual ~SLAPrint() override { this->clear(); }
|
||||
|
||||
PrinterTechnology technology() const noexcept { return ptSLA; }
|
||||
PrinterTechnology technology() const noexcept override { return ptSLA; }
|
||||
|
||||
void clear() override;
|
||||
bool empty() const override { return m_objects.empty(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue