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:
authorLukas Matena <lukasmatena@seznam.cz>2019-11-29 15:49:38 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-11-29 15:56:39 +0300
commit735f82c01988d65efb8befa2c828747c76db5b34 (patch)
tree6cecc3382d18d504406acf110c9c89b4f9b199cc /src/slic3r/GUI/GLCanvas3D.hpp
parent53976de2505c31eb8dac2e74703ca97a8b9db90e (diff)
Hollowing gizmo has now its own shortcut [H], fixed a situation with supports showed in editing mode
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3D.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3D.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GLCanvas3D.hpp b/src/slic3r/GUI/GLCanvas3D.hpp
index 3430c3692..32974a8df 100644
--- a/src/slic3r/GUI/GLCanvas3D.hpp
+++ b/src/slic3r/GUI/GLCanvas3D.hpp
@@ -462,7 +462,7 @@ public:
void reset_volumes();
int check_volumes_outside_state() const;
- void toggle_sla_auxiliaries_visibility(bool visible, const ModelObject* mo = nullptr, int instance_idx = -1);
+ bool toggle_sla_auxiliaries_visibility(bool visible, const ModelObject* mo = nullptr, int instance_idx = -1);
void toggle_model_objects_visibility(bool visible, const ModelObject* mo = nullptr, int instance_idx = -1);
void update_instance_printable_state_for_object(size_t obj_idx);
void update_instance_printable_state_for_objects(std::vector<size_t>& object_idxs);