mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
NEW: warning before user move e axis
Change-Id: Ic06d0fa3b5ff19608a53e2d276d91375156bdc82
This commit is contained in:
parent
5338247639
commit
536df6ca23
4 changed files with 86 additions and 53 deletions
|
@ -261,6 +261,7 @@ protected:
|
|||
AMSMaterialsSetting *m_filament_setting_dlg{nullptr};
|
||||
SecondaryCheckDialog* m_print_error_dlg = nullptr;
|
||||
SecondaryCheckDialog* abort_dlg = nullptr;
|
||||
SecondaryCheckDialog* ctrl_e_hint_dlg = nullptr;
|
||||
SecondaryCheckDialog* sdcard_hint_dlg = nullptr;
|
||||
|
||||
wxString m_request_url;
|
||||
|
@ -299,6 +300,7 @@ protected:
|
|||
void on_axis_ctrl_z_down_10(wxCommandEvent &event);
|
||||
void on_axis_ctrl_e_up_10(wxCommandEvent &event);
|
||||
void on_axis_ctrl_e_down_10(wxCommandEvent &event);
|
||||
void axis_ctrl_e_hint(bool up_down);
|
||||
|
||||
void on_start_unload(wxCommandEvent &event);
|
||||
/* temp control */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue