mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
FIX:change tray id from 1,2,3,4 to A1,A2,A3,A4
Change-Id: I9da42abb50d95c7a9c41064a993c3cebb68394d9
This commit is contained in:
parent
a9938d7676
commit
0d4b8382f5
2 changed files with 31 additions and 37 deletions
|
@ -149,17 +149,20 @@ public:
|
|||
void OnClick(wxMouseEvent &evt);
|
||||
void post_event(wxCommandEvent &&event);
|
||||
void paintEvent(wxPaintEvent &evt);
|
||||
void Update(Caninfo info);
|
||||
void Update(std::string ams_id, Caninfo info);
|
||||
void msw_rescale();
|
||||
Caninfo m_info;
|
||||
|
||||
|
||||
protected:
|
||||
wxTimer *m_playing_timer= {nullptr};
|
||||
int m_rotation_angle = 0;
|
||||
|
||||
bool m_play_loading = {false};
|
||||
bool m_selected = {false};
|
||||
|
||||
std::string m_ams_id;
|
||||
std::string m_can_id;
|
||||
|
||||
ScalableBitmap m_bitmap_normal;
|
||||
ScalableBitmap m_bitmap_selected;
|
||||
ScalableBitmap m_bitmap_ams_rfid_0;
|
||||
|
@ -172,7 +175,7 @@ protected:
|
|||
ScalableBitmap m_bitmap_ams_rfid_7;
|
||||
std::vector<ScalableBitmap> m_rfid_bitmap_list;
|
||||
|
||||
wxString m_text;
|
||||
wxString m_refresh_id;
|
||||
wxBoxSizer * m_size_body;
|
||||
virtual void DoSetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue