mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 19:02:10 +00:00
FIX: printer file system network reconnect bug && invalid obj bug
Jira: [STUDIO-13295] Change-Id: I3b0c907ab4357d09ad592a0d937d83aaa15e8680 (cherry picked from commit 928d6b4c6a8c3ea8c9bd179c51afdb7dc55f45ce)
This commit is contained in:
@@ -223,7 +223,7 @@ public:
|
||||
void msw_rescale();
|
||||
|
||||
public:
|
||||
void enable_partskip_button(bool enable);
|
||||
void enable_partskip_button(MachineObject* obj, bool enable);
|
||||
void enable_pause_resume_button(bool enable, std::string type);
|
||||
void enable_abort_button(bool enable);
|
||||
void update_subtask_name(wxString name);
|
||||
@@ -239,7 +239,6 @@ public:
|
||||
void set_plate_index(int plate_idx = -1);
|
||||
void market_scoring_show();
|
||||
void market_scoring_hide();
|
||||
void update_machine_object(MachineObject* obj);
|
||||
|
||||
public:
|
||||
ScalableButton* get_abort_button() {return m_button_abort;};
|
||||
|
||||
Reference in New Issue
Block a user