mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-04 12:34:05 -06:00
Add missing mapping
This commit is contained in:
parent
a0f0f329c8
commit
5fe529ffbc
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue