FIX:the extruder status display fault while has filament

jira: [STUDIO-9154]
Change-Id: Iadaa5479eb9770c795f2ebc45c8e5305c2c5640b
(cherry picked from commit 27c99677edee337bdda8b947508ff0d586eb1493)
This commit is contained in:
xin.zhang
2024-12-20 10:46:21 +08:00
committed by Noisyfox
parent 09a8ccaa18
commit 741d8d60da
2 changed files with 42 additions and 8 deletions

View File

@@ -118,7 +118,9 @@ class ExtruderImage : public wxWindow
public:
void update(int nozzle_num, int nozzle_id);
void update(ExtruderState single_state);
void update(ExtruderState right_state, ExtruderState left_state);
void msw_rescale();
void setExtruderCount(int nozzle_num);
void setExtruderUsed(std::string loc);