FIX: support filament display in group result

1. Add "Sup." prefix for support filament
2. Align the filament group elems

jira:STUDIO-10263

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Idd6d11d14cd378142dff03596eea5efb47dde79f
(cherry picked from commit 038df3180a5b79cde7980b0f3cdecb4bbfffc820)
This commit is contained in:
xun.zhang
2025-02-10 21:05:35 +08:00
committed by Noisyfox
parent 074a9c1bba
commit ab42d424a9
4 changed files with 96 additions and 31 deletions

View File

@@ -704,6 +704,7 @@ public:
std::string type;
std::string hex_color;
unsigned char filament_id;
bool is_support_filament;
};
enum class EViewType : unsigned char