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:
authorEnrico Turri <enricoturri@seznam.cz>2020-02-05 17:27:20 +0300
committerEnrico Turri <enricoturri@seznam.cz>2020-02-05 17:27:20 +0300
commit5c4b481e35a5980e3bea86c38ca4e149106f9505 (patch)
tree965bb9d0473fbf5c115a5db7414aea02741f65f1 /src/slic3r/GUI/Plater.hpp
parenta04c72b0c9f0e1fc2c14506761a3463b98c34f39 (diff)
parent6f777264a1db61f2354e540ad566f73162c4fbac (diff)
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_labels
Diffstat (limited to 'src/slic3r/GUI/Plater.hpp')
-rw-r--r--src/slic3r/GUI/Plater.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Plater.hpp b/src/slic3r/GUI/Plater.hpp
index bd562d17e..3b5e9a3e3 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -289,6 +289,8 @@ public:
const Mouse3DController& get_mouse3d_controller() const;
Mouse3DController& get_mouse3d_controller();
+ void set_bed_shape() const;
+
// ROII wrapper for suppressing the Undo / Redo snapshot to be taken.
class SuppressSnapshots
{