mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Plater: Fix arrange
This commit is contained in:
parent
8337d4675f
commit
20e1087d97
3 changed files with 10 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue