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:
authorSergey Kovalev <xray@randoman.ru>2021-11-23 20:49:53 +0300
committerSergey Kovalev <xray@randoman.ru>2021-11-23 20:49:53 +0300
commit5fe529ffbc8ff6034f16f7520423c58c56517bb3 (patch)
treec88fbd634ba90155720bded03a345c31609b8fec /src/libslic3r/PrintConfig.cpp
parenta0f0f329c858b2ef7ddce1abcf88e5fe31521c2c (diff)
Add missing mapping
Diffstat (limited to 'src/libslic3r/PrintConfig.cpp')
-rw-r--r--src/libslic3r/PrintConfig.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp
index 85cae5c1b..e37edec84 100644
--- a/src/libslic3r/PrintConfig.cpp
+++ b/src/libslic3r/PrintConfig.cpp
@@ -72,7 +72,8 @@ static t_config_enum_values s_keys_map_PrintHostType {
{ "duet", htDuet },
{ "flashair", htFlashAir },
{ "astrobox", htAstroBox },
- { "repetier", htRepetier }
+ { "repetier", htRepetier },
+ { "mks", htMKS }
};
CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(PrintHostType)