Calibratioon

This commit is contained in:
sunsets
2023-08-25 09:36:16 +08:00
parent a867b747e6
commit e452f65575
46 changed files with 3884 additions and 2 deletions

View File

@@ -21,6 +21,8 @@
#include "PrinterWebView.hpp"
// B28
#include "GuideWebView.hpp"
//B34
#include "calib_dlg.hpp"
class wxBookCtrlBase;
class wxProgressDialog;
@@ -210,7 +212,8 @@ public:
Plater *m_plater{nullptr};
//B34
PA_Calibration_Dlg *m_pa_calib_dlg{nullptr};
//B4
wxString tem_host;
PrinterWebView * m_printer_view{nullptr};