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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2020-08-28 10:23:22 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-08-28 10:23:22 +0300
commit143e3a6a3588fe467e3cb3940cf78df30af56f96 (patch)
treedb5ec4461b2a448b449b0de4f6fce1cdac7fe86c /src/slic3r/GUI/GUI_ObjectList.hpp
parent17170b81b51dfd7a99d1f3ef7f7d9038bf3502c0 (diff)
parent79567a1958f334e9c43208aa336e668e7da1a311 (diff)
Merge branch 'tm_sl1_import_libpng'
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectList.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectList.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectList.hpp b/src/slic3r/GUI/GUI_ObjectList.hpp
index aa5264b07..9f7dcd247 100644
--- a/src/slic3r/GUI/GUI_ObjectList.hpp
+++ b/src/slic3r/GUI/GUI_ObjectList.hpp
@@ -294,7 +294,7 @@ public:
void load_part(ModelObject* model_object, std::vector<std::pair<wxString, bool>> &volumes_info, ModelVolumeType type);
void load_generic_subobject(const std::string& type_name, const ModelVolumeType type);
void load_shape_object(const std::string &type_name);
- void load_mesh_object(const TriangleMesh &mesh, const wxString &name);
+ void load_mesh_object(const TriangleMesh &mesh, const wxString &name, bool center = true);
void del_object(const int obj_idx);
void del_subobject_item(wxDataViewItem& item);
void del_settings_from_config(const wxDataViewItem& parent_item);