mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 19:32:18 +00:00
FIX: check filament type instead of filament id
jira: [STUDIO-12954] Change-Id: Iab008c698e6c71a6df2ac4a81801681eb4b94d6c (cherry picked from commit 295a6d51ab2f59bfeef84e9ff33dac3c0aea1d93)
This commit is contained in:
@@ -793,6 +793,7 @@ public:
|
||||
AmsTray *get_ams_tray(std::string ams_id, std::string tray_id);
|
||||
|
||||
std::string get_filament_id(std::string ams_id, std::string tray_id) const;
|
||||
std::string get_filament_type(const std::string& ams_id, const std::string& tray_id) const;
|
||||
|
||||
// parse amsStatusMain and ams_status_sub
|
||||
void _parse_ams_status(int ams_status);
|
||||
|
||||
Reference in New Issue
Block a user