FIX: add nozzle volume type for single printer

jira: STUDIO-12765
Change-Id: If1134e759c16a162537241e9e9b7db084263fb97
(cherry picked from commit 3a7d55e713117ee8249b2f67e2f399fa0b8a3b70)
This commit is contained in:
zhimin.zeng
2025-06-17 20:34:14 +08:00
committed by Noisyfox
parent 337d987ec8
commit 6fadf2da5c
2 changed files with 48 additions and 10 deletions

View File

@@ -289,6 +289,7 @@ protected:
// m_selection_panel widgets
ComboBox* m_comboBox_nozzle_dia;
ComboBox* m_comboBox_nozzle_volume;
ComboBox* m_comboBox_bed_type;
ComboBox* m_comboBox_process;
Label* m_nozzle_diameter_tips{nullptr};