diff --git a/resources/images/printer_preview_O1S.png b/resources/images/printer_preview_O1S.png index a7b7083aed..e2181aa6a0 100644 Binary files a/resources/images/printer_preview_O1S.png and b/resources/images/printer_preview_O1S.png differ diff --git a/resources/printers/O1S.json b/resources/printers/O1S.json index be8e6e40e8..3694a36ccb 100644 --- a/resources/printers/O1S.json +++ b/resources/printers/O1S.json @@ -1,6 +1,6 @@ { "00.00.00.00": { - "display_name": "Bambu Lab H2", + "display_name": "Bambu Lab H2S", "print": { "ipcam": { "resolution_supported": [ "1080p" ], diff --git a/src/slic3r/GUI/StatusPanel.cpp b/src/slic3r/GUI/StatusPanel.cpp index ab04e247b2..82a90ee044 100644 --- a/src/slic3r/GUI/StatusPanel.cpp +++ b/src/slic3r/GUI/StatusPanel.cpp @@ -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)); } } }