mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-12 06:31:49 +08:00
Add missing mapping
This commit is contained in:
parent
a0f0f329c8
commit
5fe529ffbc
@ -72,7 +72,8 @@ static t_config_enum_values s_keys_map_PrintHostType {
|
|||||||
{ "duet", htDuet },
|
{ "duet", htDuet },
|
||||||
{ "flashair", htFlashAir },
|
{ "flashair", htFlashAir },
|
||||||
{ "astrobox", htAstroBox },
|
{ "astrobox", htAstroBox },
|
||||||
{ "repetier", htRepetier }
|
{ "repetier", htRepetier },
|
||||||
|
{ "mks", htMKS }
|
||||||
};
|
};
|
||||||
CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(PrintHostType)
|
CONFIG_OPTION_ENUM_DEFINE_STATIC_MAPS(PrintHostType)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user