Rename SLAPrinter interface to SLAArchive as it makes more sense.

This commit is contained in:
tamasmeszaros 2021-09-21 14:26:50 +02:00
parent 117df134f6
commit 33eba4aea6
3 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@
namespace Slic3r {
class SL1Archive: public SLAPrinter {
class SL1Archive: public SLAArchive {
SLAPrinterConfig m_cfg;
protected: