ENH:allow RFID for all AMS

Change-Id: Idb0b2eb71307748f3448f9746696cac946345df7
(cherry picked from commit ae5df57d385d7170e9c7230d9deca32e9d24dfb6)
This commit is contained in:
tao wang
2025-01-01 16:30:38 +08:00
committed by Noisyfox
parent 28e55e4ec8
commit 417454a4c5
3 changed files with 46 additions and 16 deletions

View File

@@ -1098,6 +1098,7 @@ public:
int command_ams_filament_settings(int ams_id, int slot_id, std::string filament_id, std::string setting_id, std::string tray_color, std::string tray_type, int nozzle_temp_min, int nozzle_temp_max);
int command_ams_select_tray(std::string tray_id);
int command_ams_refresh_rfid(std::string tray_id);
int command_ams_refresh_rfid2(int ams_id, int slot_id);
int command_ams_control(std::string action);
int command_set_chamber_light(LIGHT_EFFECT effect, int on_time = 500, int off_time = 500, int loops = 1, int interval = 1000);
int command_set_chamber_light2(LIGHT_EFFECT effect, int on_time = 500, int off_time = 500, int loops = 1, int interval = 1000);