mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 20:32:06 +00:00
ENH: change extruder icon colour when loading filament
Change-Id: Ifd1e9c868702352790de9ddf25f256d504875785
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user