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-05 17:47:09 +0300
committerYuSanka <yusanka@gmail.com>2019-06-05 17:47:09 +0300
commit44c05fa2099b3c0a7daa96181d07a8d61e8f6397 (patch)
tree11c80444b54dc2e5defe069aea804d11ab4ad776 /src/slic3r/GUI/GUI_ObjectList.hpp
parent67ed89c2405a242370066993c16e26fa26fdb6c4 (diff)
Implemented additional settings for layers range (except of "extruder")
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectList.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectList.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectList.hpp b/src/slic3r/GUI/GUI_ObjectList.hpp
index 24c9f65b2..ad7587a01 100644
--- a/src/slic3r/GUI/GUI_ObjectList.hpp
+++ b/src/slic3r/GUI/GUI_ObjectList.hpp
@@ -235,6 +235,7 @@ public:
bool del_subobject_from_object(const int obj_idx, const int idx, const int type);
void split();
void layers_editing();
+ DynamicPrintConfig get_default_layer_config(const int obj_idx);
bool get_volume_by_item(const wxDataViewItem& item, ModelVolume*& volume);
bool is_splittable();
bool selected_instances_of_same_object();
@@ -244,6 +245,7 @@ public:
wxBoxSizer* get_sizer() {return m_sizer;}
int get_selected_obj_idx() const;
DynamicPrintConfig& get_item_config(const wxDataViewItem& item) const;
+ const t_layer_height_range& get_layer_range_from_item(const wxDataViewItem layer_item, const int obj_idx) const;
void changed_object(const int obj_idx = -1) const;
void part_selection_changed();