ENH: generate wipe tower when custom change gcode filament

Change-Id: Ia0c81453f09457a9d1d56fbcdce79112953c0208
This commit is contained in:
zhimin.zeng 2022-12-16 18:06:28 +08:00 committed by Lane.Wei
parent 75c5d7b267
commit 4284d2ddb0
10 changed files with 58 additions and 11 deletions

View file

@ -256,7 +256,7 @@ public:
const wxString& get_last_loaded_gcode() const { return m_last_loaded_gcode; }
void update();
void update(bool conside_update_flag = false);
//BBS
void object_list_changed();
void stop_jobs();
@ -558,6 +558,9 @@ public:
void bring_instance_forward();
bool need_update() const;
void set_need_update(bool need_update);
// ROII wrapper for suppressing the Undo / Redo snapshot to be taken.
class SuppressSnapshots
{