mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
ENH: refine ams logic
update ams settings add rfid reading bits Change-Id: If46d2a3bf896e1279514aba94e5facdaee12014d Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
0ed5b956ae
commit
a688265bfd
7 changed files with 84 additions and 11 deletions
|
@ -239,6 +239,7 @@ enum PrintDialogStatus {
|
|||
PrintStatusNeedUpgradingAms,
|
||||
PrintStatusInSystemPrinting,
|
||||
PrintStatusInPrinting,
|
||||
PrintStatusDisableAms,
|
||||
PrintStatusAmsMappingSuccess,
|
||||
PrintStatusAmsMappingInvalid,
|
||||
PrintStatusAmsMappingU0Invalid,
|
||||
|
@ -373,6 +374,7 @@ protected:
|
|||
void update_user_printer();
|
||||
void reset_ams_material();
|
||||
void update_show_status();
|
||||
void update_ams_check(MachineObject* obj);
|
||||
|
||||
wxTimer *m_refresh_timer { nullptr };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue