ENH: some single nozzle printer support nozzle flow type

jira: [STUDIO-11821]
Change-Id: If94cd6d332fa908dda3c950940586e4bb8cef2ec
(cherry picked from commit 32f02721cabf4ff7c7789e6d5472a36083114c3c)
This commit is contained in:
xin.zhang
2025-04-23 21:17:22 +08:00
committed by Noisyfox
parent f36a264569
commit c7ba6684c1
2 changed files with 33 additions and 3 deletions

View File

@@ -28,6 +28,9 @@ protected:
ComboBox* nozzle_type_checkbox;
ComboBox* nozzle_diameter_checkbox;
Label* nozzle_flow_type_label;
ComboBox* nozzle_flow_type_checkbox;
Label *change_nozzle_tips;
ComboBox* multiple_left_nozzle_type_checkbox;