mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: change extruder icon colour when loading filament
Change-Id: Ifd1e9c868702352790de9ddf25f256d504875785
This commit is contained in:
parent
633d14e711
commit
d97db7e617
6 changed files with 56 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue