FIX: filament loading steps

jira: [STUDIO-14428]
Change-Id: I68612346ef9cb50e302323daa47421c22a87be97
(cherry picked from commit 9fb4b9b6a3a16b08d9dc52a4d6dbc15044275dcf)
This commit is contained in:
xin.zhang
2025-09-05 11:14:34 +08:00
committed by Noisyfox
parent 21407e91de
commit 8863631c92
6 changed files with 151 additions and 130 deletions

View File

@@ -174,6 +174,9 @@ void FilamentLoad::SetupSteps(bool has_fila_to_switch) {
m_filament_unload_steps->AppendItem(FILAMENT_CHANGE_STEP_STRING[FilamentStep::STEP_CUT_FILAMENT]);
m_filament_unload_steps->AppendItem(FILAMENT_CHANGE_STEP_STRING[FilamentStep::STEP_PULL_CURR_FILAMENT]);
}
Layout();
Fit();
}