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-05-15 11:23:02 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-05-15 11:23:02 +0300
commit8ae1dfd4d0184e854a419b6eb218ddc2aac94f1b (patch)
tree1dd65a2e10ad78a51fabfe26f9c3c72adfa9c80d /src/slic3r/GUI/GUI_App.hpp
parent68bffee1028e34f32efa2cc8bad31c3715ad9b27 (diff)
File->Open Project allows to load .amf files
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index 0d0634826..1c9a462c6 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -40,6 +40,7 @@ enum FileType
FT_PRUSA,
FT_GCODE,
FT_MODEL,
+ FT_PROJECT,
FT_INI,
FT_SVG,