mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
ENH:display different thumbnails according to the printer type
Change-Id: I1534594923fdcafb231661a1a7fa289221277449
This commit is contained in:
parent
5139edb876
commit
b5e38e02fe
14 changed files with 474 additions and 387 deletions
|
@ -114,6 +114,8 @@ public:
|
|||
MachineInfoPanel(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString);
|
||||
~MachineInfoPanel();
|
||||
|
||||
void on_sys_color_changed();
|
||||
void Update_printer_img(MachineObject* obj);
|
||||
void init_bitmaps();
|
||||
|
||||
Button* get_btn() {
|
||||
|
@ -181,6 +183,7 @@ public:
|
|||
void refresh_version_and_firmware(MachineObject* obj);
|
||||
void update(MachineObject *obj);
|
||||
void show_status(int status);
|
||||
void on_sys_color_changed();
|
||||
|
||||
MachineObject *m_obj { nullptr };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue