mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: apply DeviceErrorDialog to project
Jira: [STUDIO-12798] Change-Id: I7b3518736bbb106e76fcbc16d0aaa5e08f65c202 (cherry picked from commit f8dbe74fc17ccc81b3fadf638caa108b6f96fdba)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include "Widgets/FilamentLoad.hpp"
|
||||
#include "Widgets/FanControl.hpp"
|
||||
#include "HMS.hpp"
|
||||
#include "DeviceErrorDialog.hpp"
|
||||
|
||||
class StepIndicator;
|
||||
|
||||
@@ -601,8 +602,7 @@ protected:
|
||||
CalibrationDialog* calibration_dlg {nullptr};
|
||||
AMSMaterialsSetting *m_filament_setting_dlg{nullptr};
|
||||
|
||||
PrintErrorDialog* m_print_error_dlg = nullptr;
|
||||
SecondaryCheckDialog* m_print_error_dlg_no_action = nullptr;
|
||||
DeviceErrorDialog* m_print_error_dlg = nullptr;
|
||||
SecondaryCheckDialog* abort_dlg = nullptr;
|
||||
SecondaryCheckDialog* con_load_dlg = nullptr;
|
||||
MessageDialog * ctrl_e_hint_dlg = nullptr;
|
||||
@@ -655,7 +655,6 @@ 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(MachineObject *obj, bool is_exist, wxString msg, std::string print_error_str = "", wxString image_url = "", std::vector<int> used_button = std::vector<int>());
|
||||
void error_info_reset();
|
||||
void show_recenter_dialog();
|
||||
|
||||
@@ -696,8 +695,6 @@ protected:
|
||||
void on_ams_selected(wxCommandEvent &event);
|
||||
void on_ams_guide(wxCommandEvent &event);
|
||||
void on_ams_retry(wxCommandEvent &event);
|
||||
void on_print_error_done(wxCommandEvent& event);
|
||||
void on_print_error_dlg_btn_clicked(wxCommandEvent& event);
|
||||
|
||||
void on_fan_changed(wxCommandEvent& event);
|
||||
void on_cham_temp_kill_focus(wxFocusEvent& event);
|
||||
|
||||
Reference in New Issue
Block a user