FIX: always show select nozzle type notice

jira: [STUDIO-9151]
Change-Id: I432beaa11c0a776ca214cbfc675227f95837b426
(cherry picked from commit 6587ac01b83268982a049b5ac0c45f8aac2b3f5d)
This commit is contained in:
xin.zhang
2024-12-20 11:53:13 +08:00
committed by Noisyfox
parent 81e57f3d8d
commit 09a8ccaa18
3 changed files with 24 additions and 5 deletions

View File

@@ -743,6 +743,10 @@ public:
int big_fan2_speed = 0;
uint32_t fan_gear = 0;
/*extruder*/
[[nodiscard]] bool is_nozzle_flow_type_supported() const { return is_enable_np; };
[[nodiscard]] NozzleFlowType get_nozzle_flow_type(int extruder_id) const;
//new fan data
AirDuctData m_air_duct_data;
void converse_to_duct(bool is_suppt_part_fun, bool is_suppt_aux_fun, bool is_suppt_cham_fun); // Convert the data to duct type to make the newand old protocols consistent