NEW: support clean print error

Change-Id: I0d0b6b5dae22bf5ee793d748d3afb5d45fbf744a
This commit is contained in:
Stone Li 2023-03-16 12:26:23 +08:00 committed by Lane.Wei
parent 8675815fb3
commit 9606a04117
4 changed files with 24 additions and 4 deletions

View file

@ -312,7 +312,7 @@ protected:
void on_subtask_pause_resume(wxCommandEvent &event);
void on_subtask_abort(wxCommandEvent &event);
void on_print_error_clean(wxCommandEvent &event);
void show_error_message(wxString msg, std::string print_error_str = "");
void show_error_message(MachineObject* obj, wxString msg, std::string print_error_str = "");
void error_info_reset();
void show_recenter_dialog();