mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-30 11:20:32 -07:00
FIX: the cali thumbnail of device page is incorrect
jira: STUDIO-12173 Change-Id: Idc320704813f6e627d043d22e0f68d8b9de901a8 (cherry picked from commit e5f7678e8bf1c640b306530752e75e53bdae0f85) (cherry picked from commit 9eea94115a9b191e2617c9aed5e8b5b4cc2287be)
This commit is contained in:
parent
8ca6484e58
commit
a0f52e2c74
1 changed files with 1 additions and 1 deletions
|
|
@ -3637,7 +3637,7 @@ void StatusPanel::update_subtask(MachineObject *obj)
|
|||
wxString png_path = "";
|
||||
int width = m_project_task_panel->get_bitmap_thumbnail()->GetSize().x;
|
||||
int height = m_project_task_panel->get_bitmap_thumbnail()->GetSize().y;
|
||||
if (m_calib_method == CALI_METHOD_AUTO) {
|
||||
if (m_calib_method == CALI_METHOD_AUTO || m_calib_method == CalibrationMethod::CALI_METHOD_NEW_AUTO) {
|
||||
std::string image_name = obj->get_auto_pa_cali_thumbnail_img_str();
|
||||
if (m_calib_mode == CalibMode::Calib_PA_Line) {
|
||||
if (obj->is_multi_extruders()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue