mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 04:12:07 +00:00
NEW:Add safety button
jira: [STUDIO-14064] Change-Id: I6a9be69033ea80c2242561c4e1b0ca5626bc7a51 (cherry picked from commit ac4af3aa1de453330fbf2d58988a6e1ea8d5d445)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "Calibration.hpp"
|
||||
#include "CalibrationWizardPage.hpp"
|
||||
#include "PrintOptionsDialog.hpp"
|
||||
#include "SafetyOptionsDialog.hpp"
|
||||
#include "AMSMaterialsSetting.hpp"
|
||||
#include "ExtrusionCalibration.hpp"
|
||||
#include "ReleaseNote.hpp"
|
||||
@@ -524,6 +525,7 @@ protected:
|
||||
wxStaticText* m_calibration_text;
|
||||
Button* m_parts_btn;
|
||||
Button* m_options_btn;
|
||||
Button* m_safety_btn;
|
||||
Button* m_calibration_btn;
|
||||
StepIndicator* m_calibration_flow;
|
||||
|
||||
@@ -613,6 +615,7 @@ protected:
|
||||
AMSSetting *m_ams_setting_dlg{nullptr};
|
||||
PrinterPartsDialog* print_parts_dlg { nullptr };
|
||||
PrintOptionsDialog* print_options_dlg { nullptr };
|
||||
SafetyOptionsDialog* safety_options_dlg { nullptr };
|
||||
CalibrationDialog* calibration_dlg {nullptr};
|
||||
AMSMaterialsSetting *m_filament_setting_dlg{nullptr};
|
||||
|
||||
@@ -732,6 +735,8 @@ protected:
|
||||
void on_show_parts_options(wxCommandEvent& event);
|
||||
/* print options */
|
||||
void on_show_print_options(wxCommandEvent &event);
|
||||
/* safety options */
|
||||
void on_show_safety_options(wxCommandEvent &event);
|
||||
|
||||
/* calibration */
|
||||
void on_start_calibration(wxCommandEvent &event);
|
||||
|
||||
Reference in New Issue
Block a user