mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: clear last job status
Change-Id: I91c406c45c9e9d2a1c08048849a45babc41bb564
This commit is contained in:
parent
a95de8ae25
commit
ab54fb6c80
3 changed files with 29 additions and 4 deletions
|
@ -26,6 +26,8 @@ public:
|
|||
void update_subtask(MachineObject* obj);
|
||||
void update_basic_print_data(bool def, float weight = 0.0, int prediction = 0);
|
||||
void reset_printing_values();
|
||||
void clear_last_job_status();
|
||||
|
||||
void on_device_connected(MachineObject* obj) override;
|
||||
|
||||
void set_cali_method(CalibrationMethod method) override;
|
||||
|
@ -34,6 +36,7 @@ protected:
|
|||
float get_selected_calibration_nozzle_dia(MachineObject* obj);
|
||||
|
||||
bool m_print_finish {false};
|
||||
bool m_is_between_start_and_running { false };
|
||||
wxBoxSizer* m_top_sizer;
|
||||
CaliPageStepGuide* m_step_panel { nullptr };
|
||||
PrintingTaskPanel* m_printing_panel { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue