mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: fix print error display
Change-Id: I8080648e57bef10bc7fa8de9122d57e2e637cf20
This commit is contained in:
parent
06459ac808
commit
9f4b778d8c
2 changed files with 24 additions and 14 deletions
|
@ -19,6 +19,7 @@
|
|||
#include "Calibration.hpp"
|
||||
#include "PrintOptionsDialog.hpp"
|
||||
#include "AMSMaterialsSetting.hpp"
|
||||
#include "ReleaseNote.hpp"
|
||||
#include "Widgets/SwitchButton.hpp"
|
||||
#include "Widgets/AxisCtrlButton.hpp"
|
||||
#include "Widgets/TextInput.hpp"
|
||||
|
@ -255,6 +256,7 @@ protected:
|
|||
PrintOptionsDialog* print_options_dlg { nullptr };
|
||||
CalibrationDialog* calibration_dlg {nullptr};
|
||||
AMSMaterialsSetting *m_filament_setting_dlg{nullptr};
|
||||
std::shared_ptr<SecondaryCheckDialog> m_print_error_dlg = nullptr;
|
||||
|
||||
wxString m_request_url;
|
||||
bool m_start_loading_thumbnail = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue