ENH: add thumbnail for printer and bed type

2. modify ams color style
jira: none

Change-Id: Ibc4cc21c4bcbd2e3c35f81c574f24786f41b9e62
(cherry picked from commit b391241a0b2bb0445e376ba7d130860293417076)
This commit is contained in:
zhimin.zeng
2024-12-23 15:28:41 +08:00
committed by Noisyfox
parent 40e53b587c
commit 7e6a95c764
4 changed files with 56 additions and 4 deletions

View File

@@ -210,7 +210,7 @@ public:
std::vector<PlaterPresetComboBox*>& combos_filament();
Search::OptionsSearcher& get_searcher();
std::string& get_search_line();
void update_printer_thumbnail();
private:
struct priv;
std::unique_ptr<priv> p;