mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
NEW: add N1/F1 related item at device upgrade page
Change-Id: Icc85088709ccb9b11ba7bd8387b7b57c02cf81a1 (cherry picked from commit cf1b456e0a43775bfa857524b5d5c1676f34f4d4)
This commit is contained in:
parent
46dced098a
commit
68d40d3c14
5 changed files with 3118 additions and 1 deletions
|
@ -309,7 +309,7 @@ void MachineInfoPanel::init_bitmaps()
|
|||
m_img_printer = ScalableBitmap(this, "printer_thumbnail", 160);
|
||||
m_img_monitor_ams = ScalableBitmap(this, "monitor_upgrade_ams", 200);
|
||||
m_img_ext = ScalableBitmap(this, "monitor_upgrade_ext", 200);
|
||||
m_img_extra_ams = ScalableBitmap(this, "monitor_upgrade_ams", 200);
|
||||
m_img_extra_ams = ScalableBitmap(this, "monitor_upgrade_f1", 160);
|
||||
upgrade_green_icon = ScalableBitmap(this, "monitor_upgrade_online", 5);
|
||||
upgrade_gray_icon = ScalableBitmap(this, "monitor_upgrade_offline", 5);
|
||||
upgrade_yellow_icon = ScalableBitmap(this, "monitor_upgrade_busy", 5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue