mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-09 13:05:00 -06:00
FIX: update the AMS refresh check flag about N3S
jira: [STUDIO-11016] Change-Id: Icbfc8d29e6b3fe5b61183796ce9976a655765264 (cherry picked from commit 1c62771c4c6c296aee536373c3c0dcc4b9c3422b)
This commit is contained in:
parent
484d70efb5
commit
b6cd98dfa1
1 changed files with 1 additions and 1 deletions
|
|
@ -3463,7 +3463,7 @@ void StatusPanel::update_ams(MachineObject *obj)
|
|||
m_ams_control->StopRridLoading(ams_id, tray_id);
|
||||
}
|
||||
} else {
|
||||
int check_flag = (1 << 16) + ams_id_int - 128;
|
||||
int check_flag = (1 << (16 + ams_id_int - 128));
|
||||
if ((obj->tray_reading_bits & check_flag) != 0) {
|
||||
m_ams_control->PlayRridLoading(ams_id, tray_id);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue