mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
FIX: fix some issues about CalibrationWizard
1. fix STUDIO-3238、STUDIO-3233、STUDIO-3138、STUDIO-3210 Change-Id: Id7586a8a7a9e4ea04c2616099759c3527acdb1de Change-Id: Ibb943e587edc464e2982bfee0d02a072dcf9ffd3
This commit is contained in:
@@ -100,6 +100,7 @@ public:
|
||||
CalibrationPanel(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxTAB_TRAVERSAL);
|
||||
~CalibrationPanel();
|
||||
Tabbook* get_tabpanel() { return m_tabpanel; };
|
||||
void update_print_error_info(int code, std::string msg, std::string extra);
|
||||
void update_all();
|
||||
bool Show(bool show);
|
||||
void on_printer_clicked(wxMouseEvent& event);
|
||||
|
||||
Reference in New Issue
Block a user