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-01-31 14:15:04 +0300
committerEnrico Turri <enricoturri@seznam.cz>2020-01-31 14:15:04 +0300
commit3a99b23ec762cd1ad9b4c5cbb4373d386bfe4b66 (patch)
treedb569c6319a715e7a086104f8fe5194380ec2a43 /src/slic3r/GUI/Plater.hpp
parent570f77cbdc8e20c07e63efe64bd0fdc1c99865c4 (diff)
#3580 - Added menu item 'Edit/Reload from disk' and F5 key acceleration to reload the entire plater
Diffstat (limited to 'src/slic3r/GUI/Plater.hpp')
-rw-r--r--src/slic3r/GUI/Plater.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Plater.hpp b/src/slic3r/GUI/Plater.hpp
index 0d5062993..82fae44f0 100644
--- a/src/slic3r/GUI/Plater.hpp
+++ b/src/slic3r/GUI/Plater.hpp
@@ -193,6 +193,7 @@ public:
void export_amf();
void export_3mf(const boost::filesystem::path& output_path = boost::filesystem::path());
void reload_from_disk();
+ void reload_all_from_disk();
bool has_toolpaths_to_export() const;
void export_toolpaths_to_obj() const;
void hollow();