Implemented a message on Printer display for pause print

+ Added new icons
This commit is contained in:
YuSanka 2019-11-27 14:44:33 +01:00
parent 963969e210
commit 496e09302f
7 changed files with 107 additions and 16 deletions

View file

@ -927,6 +927,7 @@ private:
bool m_suppress_add_code = false;
ManipulationState m_state = msSingleExtruder;
std::string m_custom_gcode = "";
std::string m_pause_print_msg;
int m_current_extruder = -1;
wxRect m_rect_lower_thumb;