FIX: extend max ams num of per nozzle align with printer

Jira: [STUDIO-13786]
Change-Id: I178766bce3926bf3c33f256b88c769826d48fc43
(cherry picked from commit 2a07c8fea76ee6130cce07c1a72c73f085d5390a)
This commit is contained in:
hemai
2025-08-04 09:59:55 +08:00
committed by Noisyfox
parent a12330f4e7
commit a8f70a72c9
2 changed files with 44 additions and 136 deletions

View File

@@ -230,6 +230,7 @@ public:
protected:
void create_selection_panel(wxWindow* parent);
void create_filament_list_panel(wxWindow* parent);
wxBoxSizer* create_ams_items_sizer(wxPanel* ams_preview_panel, std::vector<AMSPreview*> &ams_preview_list, std::vector<AMSinfo> &ams_info, int nozzle_id);
void init_selection_values();
void update_filament_combobox(std::string ams_id = "");
@@ -363,4 +364,3 @@ public:
}} // namespace Slic3r::GUI
#endif