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>2019-10-25 13:18:10 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-10-25 13:18:10 +0300
commitde60b403471bbfc510c54dae78757131e5de3ed2 (patch)
treeddd18b7b5d49e3bbc6c285629277cd2411fca96e /src/slic3r/GUI/GUI_App.hpp
parent843251c91fd802a9a27e71b9e03c2e2bb5c518c5 (diff)
ENABLE_THUMBNAIL_GENERATOR -> Thumbnail data saved into gcode using base64 encoding + debug code to extract thumbnails from gcode
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index c5ddc0152..f9f907e42 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -189,6 +189,11 @@ public:
void open_web_page_localized(const std::string &http_address);
bool run_wizard(ConfigWizard::RunReason reason, ConfigWizard::StartPage start_page = ConfigWizard::SP_WELCOME);
+#if ENABLE_THUMBNAIL_GENERATOR
+ // temporary and debug only -> extract thumbnails from selected gcode and save them as png files
+ void gcode_thumbnails_debug();
+#endif // ENABLE_THUMBNAIL_GENERATOR
+
private:
bool on_init_inner();
void window_pos_save(wxTopLevelWindow* window, const std::string &name);