Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-06-10 11:48:43 +0300
committerYuSanka <yusanka@gmail.com>2019-06-10 11:48:43 +0300
commit2fa87044be0796625691702485344059b1832d9f (patch)
tree0558daf53f77ddf8606c64d787ec6988379bb93d /src/slic3r/GUI/GUI_ObjectList.hpp
parent819a4506fa515baa7a05ceca37b20d2519d7f5ce (diff)
Implemented update_object_list_by_printer_technology()
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectList.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectList.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectList.hpp b/src/slic3r/GUI/GUI_ObjectList.hpp
index 455f9f7a1..29a8096d4 100644
--- a/src/slic3r/GUI/GUI_ObjectList.hpp
+++ b/src/slic3r/GUI/GUI_ObjectList.hpp
@@ -236,6 +236,9 @@ public:
bool del_subobject_from_object(const int obj_idx, const int idx, const int type);
void split();
void layers_editing();
+
+ wxDataViewItem add_layer_root_item(const wxDataViewItem obj_item);
+
DynamicPrintConfig get_default_layer_config(const int obj_idx);
bool get_volume_by_item(const wxDataViewItem& item, ModelVolume*& volume);
bool is_splittable();
@@ -305,6 +308,8 @@ public:
void last_volume_is_deleted(const int obj_idx);
bool has_multi_part_objects();
void update_settings_items();
+ void update_settings_item_for_item(wxDataViewItem item, wxDataViewItemArray& selections);
+ void update_object_list_by_printer_technology();
void update_object_menu();
void instances_to_separated_object(const int obj_idx, const std::set<int>& inst_idx);