mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Work with model objects like reference (from/to perl side)
This commit is contained in:
parent
36f8050d7b
commit
97a25cf608
6 changed files with 25 additions and 13 deletions
|
@ -10,6 +10,7 @@ class wxMenu;
|
|||
|
||||
namespace Slic3r {
|
||||
class ModelObject;
|
||||
class Model;
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
@ -73,6 +74,7 @@ void init_mesh_icons();
|
|||
void set_event_object_selection_changed(const int& event);
|
||||
void set_event_object_settings_changed(const int& event);
|
||||
void set_event_remove_object(const int& event);
|
||||
void set_objects_from_model(Model &model);
|
||||
|
||||
bool is_parts_changed();
|
||||
bool is_part_settings_changed();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue