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-09-23 09:21:03 +08:00
committed by Noisyfox
parent 0317e0dd88
commit 2bbd4f89f8
4 changed files with 61 additions and 0 deletions
+1
View File
@@ -261,6 +261,7 @@ public:
void parse_ext_info(MachineObject* obj, AmsTray tray);
bool support_drying() const { return (ams_type == AMSModel::N3S_AMS) || (ams_type == AMSModel::N3F_AMS); };
Caninfo get_caninfo(const std::string& can_id, bool& found) const;
};
/*************************************************