ENH:add log

jira: none
Change-Id: I95f709399f63a0d5093d4c6a3dd7bc8f5c4f04b0
(cherry picked from commit c6f7e2e9e029a51c82fecd379ad55ad5e676862c)
This commit is contained in:
zhou.xu
2025-02-15 10:27:08 +08:00
committed by Noisyfox
parent e746ef0451
commit 45e21155d5
3 changed files with 13 additions and 3 deletions

View File

@@ -2919,6 +2919,7 @@ void Sidebar::sync_ams_list(bool is_from_big_sync_btn)
_L("Sync filaments with AMS"), wxOK);
dlg.ShowModal();
}
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "on_filament_count_change";
wxGetApp().plater()->on_filament_count_change(n);
for (auto& c : p->combos_filament)
c->update();