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:
Diffstat (limited to 'src/libslic3r/PrintConfig.hpp')
-rw-r--r--src/libslic3r/PrintConfig.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libslic3r/PrintConfig.hpp b/src/libslic3r/PrintConfig.hpp
index 8e64e70ea..7d3bedb11 100644
--- a/src/libslic3r/PrintConfig.hpp
+++ b/src/libslic3r/PrintConfig.hpp
@@ -79,6 +79,7 @@ enum PrintHostType {
htAstroBox,
htRepetier,
htKlipper,
+ htMPMDv2,
};
enum AuthorizationType {
@@ -242,6 +243,7 @@ template<> inline const t_config_enum_values& ConfigOptionEnum<PrintHostType>::g
{"astrobox", htAstroBox},
{"repetier", htRepetier},
{"klipper", htKlipper},
+ {"mpmdv2", htMPMDv2},
};
return keys_map;
}