mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 04:42:33 +00:00
ENH:Optimization of File Transfer System Part2
jira: [STUDIO-11777] Change-Id: I12744db7d2e3b53425454d632533768c54524677 (cherry picked from commit 4358e9ce351c5784e392a75d1ffcf2f54e1916ec)
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include <wx/simplebook.h>
|
||||
#include <wx/hashmap.h>
|
||||
#include "Printer/PrinterFileSystem.h"
|
||||
#include "Widgets/AnimaController.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
@@ -54,6 +55,7 @@ private:
|
||||
int m_current_filament_id;
|
||||
int m_print_error_code = 0;
|
||||
int timeout_count = 0;
|
||||
int m_connect_try_times = 0;
|
||||
bool m_is_in_sending_mode{ false };
|
||||
bool m_is_rename_mode{ false };
|
||||
bool enable_prepare_mode{ true };
|
||||
@@ -61,6 +63,8 @@ private:
|
||||
bool m_export_3mf_cancel{ false };
|
||||
bool m_is_canceled{ false };
|
||||
bool m_tcp_try_connect{true};
|
||||
bool m_tutk_try_connect{false};
|
||||
bool m_ftp_try_connect{false};
|
||||
std::string m_print_error_msg;
|
||||
std::string m_print_error_extra;
|
||||
std::string m_print_info;
|
||||
@@ -89,11 +93,13 @@ private:
|
||||
wxPanel* m_line_materia{ nullptr };
|
||||
wxBoxSizer* m_storage_sizer{ nullptr };
|
||||
wxPanel* m_storage_panel{ nullptr };
|
||||
wxPanel * m_connecting_panel{nullptr};
|
||||
wxSimplebook* m_simplebook{ nullptr };
|
||||
wxStaticText* m_statictext_finish{ nullptr };
|
||||
wxStaticText* m_stext_sending{ nullptr };
|
||||
wxStaticText* m_staticText_bed_title{ nullptr };
|
||||
wxStaticText* m_statictext_printer_msg{ nullptr };
|
||||
wxStaticText * m_connecting_printer_msg{nullptr};
|
||||
wxStaticText* m_stext_printer_title{ nullptr };
|
||||
wxStaticText* m_rename_text{ nullptr };
|
||||
wxStaticText* m_stext_time{ nullptr };
|
||||
@@ -108,8 +114,10 @@ private:
|
||||
wxBoxSizer* sizer_thumbnail;
|
||||
wxBoxSizer* m_sizer_scrollable_region;
|
||||
wxBoxSizer* m_sizer_main;
|
||||
|
||||
wxStaticText* m_file_name;
|
||||
PrintDialogStatus m_print_status{ PrintStatusInit };
|
||||
AnimaIcon * m_animaicon{nullptr};
|
||||
|
||||
std::vector<wxString> m_bedtype_list;
|
||||
std::map<std::string, ::CheckBox*> m_checkbox_list;
|
||||
|
||||
Reference in New Issue
Block a user