mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
slaprint with dummy backround processing in plater.
This commit is contained in:
parent
91a79e0343
commit
3b373a55e6
6 changed files with 143 additions and 65 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue