FIX:added n3s load/unload filament steps

Change-Id: I75ebf4d3c7854ded933d1a755b13cab48b1efc90
(cherry picked from commit 17dddbdccc1692642493dfbda237d15f7b69b573)
This commit is contained in:
tao wang
2025-01-20 11:48:08 +08:00
committed by Noisyfox
parent 9a7ee39837
commit 2fc1b8479e

View File

@@ -129,7 +129,7 @@ void FilamentLoad::SetupSteps(bool has_fila_to_switch) {
m_filament_unload_steps->DeleteAllItems();
m_filament_vt_load_steps->DeleteAllItems();
if (m_ams_model == AMSModel::GENERIC_AMS || m_ext_model == AMSModel::N3F_AMS) {
if (m_ams_model == AMSModel::GENERIC_AMS || m_ext_model == AMSModel::N3F_AMS || m_ext_model == AMSModel::N3S_AMS) {
if (has_fila_to_switch) {
m_filament_load_steps->AppendItem(FILAMENT_CHANGE_STEP_STRING[FilamentStep::STEP_HEAT_NOZZLE]);
m_filament_load_steps->AppendItem(FILAMENT_CHANGE_STEP_STRING[FilamentStep::STEP_CUT_FILAMENT]);