fix some bug

This commit is contained in:
QIDI TECH
2025-05-23 20:18:49 +08:00
parent 5ac6bf0ccb
commit 031525a16e
88 changed files with 994 additions and 141 deletions

View File

@@ -1367,9 +1367,6 @@ void PlaterPresetComboBox::update()
}
}
//y59
GUI::wxGetApp().sidebar().update_sync_status(nullptr);
update_selection();
if (m_type == Preset::TYPE_FILAMENT) {
update_badge_according_flag();
@@ -1540,7 +1537,7 @@ void TabPresetComboBox::update()
}
if (m_type == Preset::TYPE_FILAMENT)
add_ams_filaments(into_u8(selected));
add_box_filaments(into_u8(selected));
//QDS: add project embedded preset logic
if (!project_embedded_presets.empty())