mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 04:42:33 +00:00
FIX: support save remote file to storage
jira: [STUDIO-9095] Change-Id: I675d942b52e723908a5be1861efe7917cdcc599d (cherry picked from commit 5850bc8fbd0dd6e757e48e54275c1788e15ff93e)
This commit is contained in:
@@ -79,6 +79,7 @@ protected:
|
||||
CheckBox* m_cb_plate_mark;
|
||||
CheckBox* m_cb_auto_recovery;
|
||||
CheckBox* m_cb_open_door;
|
||||
CheckBox* m_cb_save_remote_print_file_to_storage;
|
||||
CheckBox* m_cb_sup_sound;
|
||||
CheckBox* m_cb_filament_tangle;
|
||||
CheckBox* m_cb_nozzle_blob;
|
||||
@@ -90,6 +91,8 @@ protected:
|
||||
Label* text_plate_mark_caption;
|
||||
Label* text_auto_recovery;
|
||||
Label* text_open_door;
|
||||
Label* text_save_remote_print_file_to_storage;
|
||||
Label* text_save_remote_print_file_to_storage_explain;
|
||||
Label* text_sup_sound;
|
||||
Label* text_filament_tangle;
|
||||
Label* text_nozzle_blob;
|
||||
@@ -101,7 +104,6 @@ protected:
|
||||
StaticLine* line5;
|
||||
StaticLine* line6;
|
||||
StaticLine* line7;
|
||||
StaticLine* open_door_line;
|
||||
SwitchBoard* open_door_switch_board;
|
||||
wxBoxSizer* create_settings_group(wxWindow* parent);
|
||||
|
||||
@@ -133,6 +135,7 @@ public:
|
||||
|
||||
private:
|
||||
void UpdateOptionOpenDoorCheck(MachineObject *obj);
|
||||
void UpdateOptionSavePrintFileToStorage(MachineObject *obj);
|
||||
};
|
||||
|
||||
}} // namespace Slic3r::GUI
|
||||
|
||||
Reference in New Issue
Block a user