mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Plater: Fix arrange
This commit is contained in:
@@ -16,6 +16,7 @@ class wxBoxSizer;
|
||||
namespace Slic3r {
|
||||
|
||||
class Model;
|
||||
class Print;
|
||||
|
||||
namespace GUI {
|
||||
|
||||
@@ -91,7 +92,8 @@ public:
|
||||
~Plater();
|
||||
|
||||
Sidebar& sidebar();
|
||||
Model& model();
|
||||
Model& model();
|
||||
Print& print();
|
||||
|
||||
void load_files(const std::vector<boost::filesystem::path> &input_files);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user