mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 19:17:33 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user