mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
NEW: add calibration for 3rd printer
cherry pick from SoftFever Change-Id: Ibb2b4693c3f2e800dbef1542cbada6736154ce48
This commit is contained in:
parent
8a34f6b606
commit
4b23192d6f
13 changed files with 1014 additions and 12 deletions
|
@ -29,6 +29,7 @@
|
|||
// BBS
|
||||
#include "BBLTopbar.hpp"
|
||||
#include "PrinterWebView.hpp"
|
||||
#include "calib_dlg.hpp"
|
||||
|
||||
#define ENABEL_PRINT_ALL 0
|
||||
|
||||
|
@ -336,6 +337,13 @@ public:
|
|||
void RunScript(wxString js);
|
||||
void show_device(bool bBBLPrinter);
|
||||
|
||||
// SoftFever calibration
|
||||
PA_Calibration_Dlg * m_pa_calib_dlg{nullptr};
|
||||
Temp_Calibration_Dlg * m_temp_calib_dlg{nullptr};
|
||||
MaxVolumetricSpeed_Test_Dlg *m_vol_test_dlg{nullptr};
|
||||
VFA_Test_Dlg * m_vfa_test_dlg{nullptr};
|
||||
Retraction_Test_Dlg * m_retraction_calib_dlg{nullptr};
|
||||
|
||||
// BBS. Replace title bar and menu bar with top bar.
|
||||
BBLTopbar* m_topbar{ nullptr };
|
||||
PrintHostQueueDialog* printhost_queue_dlg() { return m_printhost_queue_dlg; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue