mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-29 22:59:35 -07:00
GCodeViewer -> Refactoring and code cleanup
This commit is contained in:
@@ -98,12 +98,12 @@ class Preview : public wxPanel
|
||||
wxCheckBox* m_checkbox_travel;
|
||||
wxCheckBox* m_checkbox_retractions;
|
||||
wxCheckBox* m_checkbox_unretractions;
|
||||
#if ENABLE_GCODE_VIEWER_SEPARATE_PAUSE_PRINT
|
||||
#if ENABLE_GCODE_VIEWER
|
||||
wxCheckBox* m_checkbox_tool_changes;
|
||||
wxCheckBox* m_checkbox_color_changes;
|
||||
wxCheckBox* m_checkbox_pause_prints;
|
||||
wxCheckBox* m_checkbox_custom_gcodes;
|
||||
#endif // ENABLE_GCODE_VIEWER_SEPARATE_PAUSE_PRINT
|
||||
#endif // ENABLE_GCODE_VIEWER
|
||||
wxCheckBox* m_checkbox_shells;
|
||||
wxCheckBox* m_checkbox_legend;
|
||||
|
||||
@@ -195,12 +195,12 @@ private:
|
||||
void on_checkbox_travel(wxCommandEvent& evt);
|
||||
void on_checkbox_retractions(wxCommandEvent& evt);
|
||||
void on_checkbox_unretractions(wxCommandEvent& evt);
|
||||
#if ENABLE_GCODE_VIEWER_SEPARATE_PAUSE_PRINT
|
||||
#if ENABLE_GCODE_VIEWER
|
||||
void on_checkbox_tool_changes(wxCommandEvent& evt);
|
||||
void on_checkbox_color_changes(wxCommandEvent& evt);
|
||||
void on_checkbox_pause_prints(wxCommandEvent& evt);
|
||||
void on_checkbox_custom_gcodes(wxCommandEvent& evt);
|
||||
#endif // ENABLE_GCODE_VIEWER_SEPARATE_PAUSE_PRINT
|
||||
#endif // ENABLE_GCODE_VIEWER
|
||||
void on_checkbox_shells(wxCommandEvent& evt);
|
||||
void on_checkbox_legend(wxCommandEvent& evt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user