mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
NEW:add pause print message
Change-Id: I5b1fe20f0ecbcb9349f630f40048eb3c7eebb577
This commit is contained in:
parent
d8517991e4
commit
01e556a038
5 changed files with 117 additions and 19 deletions
|
@ -23,7 +23,6 @@ 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;
|
||||
|
@ -38,7 +37,6 @@ 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