mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
NEW:Revert "add pause print message"
This reverts commit f24178896e2e9701165a3a5df8e711489beb34e5. Reason for revert: pause Change-Id: Ie55d14143a9e5ea9d593cb2ff0196688f3b0345e
This commit is contained in:
parent
28ed757701
commit
bc469bdcb6
5 changed files with 19 additions and 117 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue