FIX: check if the filament is unknown

jira: [STUDIO-12085]
Change-Id: Ibf40d7a5106a40385aff5c769e5b7e5cdb866de0
(cherry picked from commit 012b6f2395d66b7b1bdafa3e851ca4b2f874eb23)
This commit is contained in:
xin.zhang
2025-05-12 15:05:46 +08:00
committed by Noisyfox
parent 0317e0dd88
commit 2bbd4f89f8
4 changed files with 61 additions and 0 deletions

View File

@@ -194,6 +194,9 @@ public:
virtual bool Enable(bool enable = true);
void parse_object(MachineObject* obj);
private:
std::string get_filament_id(const std::string& ams_id, const std::string& can_id);
public:
std::string m_current_select;
};