mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
NEW: add HMS to query hms info
display hms msg in HMS tab of Monitor Change-Id: I4df1c63b104463ba62cdf7eb079a540a4176f8c5 Signed-off-by: Stone Li <stone.li@bambulab.com> (cherry picked from commit f4635d18f3383e70177536dfbe5edf2e1370b746)
This commit is contained in:
parent
efd20d0a84
commit
73e4078348
17 changed files with 385 additions and 128 deletions
|
@ -44,7 +44,7 @@ static const std::string MODELS_STR = "models";
|
|||
const std::string AppConfig::SECTION_FILAMENTS = "filaments";
|
||||
const std::string AppConfig::SECTION_MATERIALS = "sla_materials";
|
||||
|
||||
std::string AppConfig::get_langauge_code()
|
||||
std::string AppConfig::get_language_code()
|
||||
{
|
||||
std::string get_lang = get("language");
|
||||
if (get_lang.empty()) return "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue