mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-24 20:55:46 +00:00
NEW:add some new changes for send print job
1. change tray id like to A1, B1, C1, D1 2. can change the name of the project that is sent 3. add ams mapping instructions Change-Id: If301f4051f640157a53d6927a0ddf2facf4961b4
This commit is contained in:
@@ -60,6 +60,14 @@ private:
|
||||
wxColour m_colour_bold_color{ wxColour(38, 46, 48) };
|
||||
|
||||
protected:
|
||||
wxString m_current_project_name;
|
||||
wxBoxSizer* rename_sizer_v{ nullptr };
|
||||
wxBoxSizer* rename_sizer_h{ nullptr };
|
||||
wxStaticText* m_rename_text{ nullptr };
|
||||
TextInput* m_rename_input{ nullptr };
|
||||
Button* m_rename_button{ nullptr };
|
||||
wxPanel* m_rename_normal_panel{ nullptr };
|
||||
wxSimplebook* m_rename_switch_panel{ nullptr };
|
||||
Plater* m_plater{ nullptr };
|
||||
wxPanel* m_line_top{ nullptr };
|
||||
wxPanel* m_panel_image{ nullptr };
|
||||
@@ -98,6 +106,9 @@ protected:
|
||||
wxPanel* m_scrollable_region;
|
||||
wxBoxSizer* m_sizer_scrollable_region;
|
||||
|
||||
void on_kill_focus(wxFocusEvent& event);
|
||||
void on_rename_click(wxCommandEvent& event);
|
||||
void on_rename_enter(wxCommandEvent& event);
|
||||
|
||||
void stripWhiteSpace(std::string& str);
|
||||
wxString format_text(wxString& m_msg);
|
||||
|
||||
Reference in New Issue
Block a user