FIX: H2D only displays supported heated beds on cali page

jira: STUDIO-10287  STUDIO-10433
Change-Id: Ief38584243a0ee836f9ba4541d2bb9eaa6343c1c
(cherry picked from commit 6a7d281d0df32d4232ba4da7260a696dc4a84594)
This commit is contained in:
zhimin.zeng
2025-02-14 15:04:59 +08:00
committed by Noisyfox
parent cbfa3fcdf2
commit f92e13bc44
2 changed files with 31 additions and 4 deletions

View File

@@ -286,7 +286,9 @@ protected:
ComboBox* m_comboBox_bed_type;
ComboBox* m_comboBox_process;
Label* m_nozzle_diameter_tips{nullptr};
std::vector<BedType> m_displayed_bed_types;
// multi_extruder
void update_multi_extruder_filament_combobox(const std::string &ams_id, int nozzle_id);
void create_multi_extruder_filament_list_panel(wxWindow *parent);