Restore the extruder name fallback and fix the loading-busy check

This commit is contained in:
SoftFever
2026-07-17 01:16:47 +08:00
parent 4bca7b3008
commit 8a6609f282
3 changed files with 14 additions and 9 deletions
@@ -22,6 +22,7 @@ struct DevAmsSlotInfo
std::string slot_id;
public:
bool operator!=(const DevAmsSlotInfo& other) const { return !(*this == other); }
bool operator==(const DevAmsSlotInfo& other) const { return ams_id == other.ams_id && slot_id == other.slot_id;}
};