NEW:Revert "add pause print message"

This reverts commit f24178896e2e9701165a3a5df8e711489beb34e5.

Reason for revert: pause

Change-Id: Ie55d14143a9e5ea9d593cb2ff0196688f3b0345e
This commit is contained in:
梨子 2023-07-11 19:59:52 +08:00 committed by Lane.Wei
parent 28ed757701
commit bc469bdcb6
5 changed files with 19 additions and 117 deletions

View file

@ -23,6 +23,7 @@ struct TickCode
class TickCodeInfo
{
std::string pause_print_msg;
bool m_suppress_plus = false;
bool m_suppress_minus = false;
bool m_use_default_colors = false;
@ -37,6 +38,7 @@ public:
Mode mode = Undef;
bool empty() const { return ticks.empty(); }
void set_pause_print_msg(const std::string& message) { pause_print_msg = message; }
bool add_tick(const int tick, Type type, int extruder, double print_z);
bool edit_tick(std::set<TickCode>::iterator it, double print_z);