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-07-18 12:12:11 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-07-18 12:12:11 +0300
commit08d37aad06ab8dea223ff5e7c588ae7bca74ef6e (patch)
treef75a4f8470654a287a3dff0036b986c6f4496d93 /src/slic3r/GUI/GUI_App.hpp
parent75c53a53b653427de63f9b5f24637895c0562a01 (diff)
Added selection of custom bed texture to bed shape dialog
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index e69503ff8..9c06ce8ca 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -44,6 +44,9 @@ enum FileType
FT_INI,
FT_SVG,
+
+ FT_TEX,
+
FT_PNGZIP,
FT_SIZE,