mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-19 15:09:05 +08:00
ENH:display preview images of more models
jira:[STUDIO-9353] Change-Id: I1e1c23df196c43ae702078dce20f4fc86a02d047
This commit is contained in:
parent
40d9c20b0d
commit
881de812d8
@ -2979,6 +2979,11 @@ void SelectMachineDialog::on_selection_changed(wxCommandEvent &event)
|
||||
}
|
||||
|
||||
if (obj) {
|
||||
|
||||
// update image
|
||||
auto printer_img_name = "printer_preview_" + obj->printer_type;
|
||||
m_printer_image->SetBitmap(create_scaled_bitmap(printer_img_name, this, 52));
|
||||
|
||||
obj->command_get_version();
|
||||
obj->command_request_push_all();
|
||||
if (!dev->get_selected_machine()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user