mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 11:32:53 +00:00
Some refactoring
This commit is contained in:
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user