NEW:check printer status

Change-Id: If2fec3c693af19bb554efd6f69098a465023ecd5
(cherry picked from commit 8516e7b92eb0073123cacefbd5a256755e6caccc)
This commit is contained in:
tao wang 2023-07-03 22:17:17 +08:00 committed by Lane.Wei
parent 28b56c2efb
commit edb70b06b5
4 changed files with 330 additions and 12 deletions

View file

@ -249,6 +249,7 @@ protected:
wxWindow* m_parent { nullptr };
CaliPageCaption* m_page_caption { nullptr };
CaliPageActionPanel* m_action_panel { nullptr };
wxStaticText* m_statictext_printer_msg{ nullptr };
private:
CalibrationWizardPage* m_prev_page {nullptr};