mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: [STUDIO-2899] Model mall entrance issue
The device window switches from a printer that has printed the mall model to a printer that does not download the model from the mall. The printing progress area also displays a rating button Change-Id: I240cc4d2045cab043f9f6d20e8d40632c4f5b862
This commit is contained in:
parent
f3fdfee569
commit
187718890f
2 changed files with 9 additions and 4 deletions
|
@ -269,6 +269,7 @@ protected:
|
|||
std::shared_ptr<ImageTransientPopup> m_image_popup;
|
||||
std::shared_ptr<CameraPopup> m_camera_popup;
|
||||
std::vector<SliceInfoPanel *> slice_info_list;
|
||||
std::set<int> rated_model_id;
|
||||
AMSSetting *m_ams_setting_dlg{nullptr};
|
||||
PrintOptionsDialog* print_options_dlg { nullptr };
|
||||
CalibrationDialog* calibration_dlg {nullptr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue