ENH: change extruder icon colour when loading filament

Change-Id: Ifd1e9c868702352790de9ddf25f256d504875785
This commit is contained in:
tao.jin 2022-09-29 10:29:51 +08:00 committed by Lane.Wei
parent 633d14e711
commit d97db7e617
6 changed files with 56 additions and 0 deletions

View file

@ -466,6 +466,7 @@ public:
int mc_left_time; /* left time in seconds */
int last_mc_print_stage;
int home_flag;
int hw_switch_state;
bool is_system_printing();
int print_error;
@ -476,6 +477,8 @@ public:
bool is_axis_at_home(std::string axis);
bool is_filament_at_extruder();
wxString get_curr_stage();
// return curr stage index of stage list
int get_curr_stage_idx();