slaprint with dummy backround processing in plater.

This commit is contained in:
tamasmeszaros 2018-11-08 16:01:21 +01:00
parent 91a79e0343
commit 3b373a55e6
6 changed files with 143 additions and 65 deletions

View file

@ -18,6 +18,7 @@ namespace Slic3r {
class Model;
class Print;
class SLAPrint;
namespace GUI {
@ -104,6 +105,7 @@ public:
Sidebar& sidebar();
Model& model();
Print& print();
SLAPrint& sla_print();
void add();