mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06: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:
parent
06ac3f73a6
commit
46dc96fddf
15 changed files with 567 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue