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-11-15 11:28:51 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-11-15 11:28:51 +0300
commit2dec84a429326b9a95f3c572bae263c6dbe7b72f (patch)
treef3e66d43850bd62aa19bc386852a6fbf7310c627 /src/slic3r/GUI/3DBed.hpp
parent840c59cd3d64ddbe616f5d599dca4db1794c32e9 (diff)
Added model and texture for Mini and Ender3 printer printbeds
Diffstat (limited to 'src/slic3r/GUI/3DBed.hpp')
-rw-r--r--src/slic3r/GUI/3DBed.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/3DBed.hpp b/src/slic3r/GUI/3DBed.hpp
index c9a30e6ec..132836711 100644
--- a/src/slic3r/GUI/3DBed.hpp
+++ b/src/slic3r/GUI/3DBed.hpp
@@ -67,6 +67,8 @@ public:
MK2,
MK3,
SL1,
+ MINI,
+ ENDER3,
Custom,
Num_Types
};