ENH: update O1S files

jira: [STUDIO-11919]
Change-Id: Iab2e6b8a7162a718c69ccf5e043b3a87ee7d606d
(cherry picked from commit 4fcb5f4a4cfc5268165e2194c22454ffff2e14eb)
This commit is contained in:
xin.zhang 2025-06-13 15:14:08 +08:00 committed by Noisyfox
parent e0c42f0772
commit fdae073072
3 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Before After
Before After

View file

@ -1,6 +1,6 @@
{
"00.00.00.00": {
"display_name": "Bambu Lab H2",
"display_name": "Bambu Lab H2S",
"print": {
"ipcam": {
"resolution_supported": [ "1080p" ],

View file

@ -2087,8 +2087,7 @@ void StatusBasePanel::expand_filament_loading(wxMouseEvent& e)
}
else
{
//TODO
m_filament_load_img->SetBitmap(create_scaled_bitmap("filament_load_o_series_right", this, load_img_size));
m_filament_load_img->SetBitmap(create_scaled_bitmap("filament_load_o_series", this, load_img_size));
}
}
}