mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: fix skip print error logic
Change-Id: I08f21cc585613cf92c22698448a5316e305eeb90 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
c7d8b3871a
commit
79958838e3
2 changed files with 11 additions and 5 deletions
|
@ -234,6 +234,7 @@ public:
|
|||
|
||||
void reset_temp_misc_control();
|
||||
int before_error_code = 0;
|
||||
int skip_print_error = 0;
|
||||
wxBoxSizer *create_ams_group(wxWindow *parent);
|
||||
wxBoxSizer *create_settings_group(wxWindow *parent);
|
||||
|
||||
|
@ -280,7 +281,7 @@ protected:
|
|||
|
||||
void on_subtask_pause_resume(wxCommandEvent &event);
|
||||
void on_subtask_abort(wxCommandEvent &event);
|
||||
void on_subtask_clean(wxCommandEvent &event);
|
||||
void on_print_error_clean(wxCommandEvent &event);
|
||||
void show_error_message(wxString msg);
|
||||
void error_info_reset();
|
||||
void show_recenter_dialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue