FIX:optimize the process of loading/unloading p1p printers

Change-Id: Ib1b83aceca9753a6d6086c0b159da015d705f86a
This commit is contained in:
tao wang 2023-05-29 16:31:08 +08:00 committed by Lane.Wei
parent 12d0a51362
commit a476bbd229
2 changed files with 28 additions and 4 deletions

View file

@ -2519,8 +2519,8 @@ void AMSControl::UpdateStepCtrl(bool is_extrusion)
wxString VT_TRAY_LOAD_STEP_STRING[VT_LOAD_STEP_COUNT] = {
_L("Heat the nozzle"),
_L("Feed new filament from external spool"),
_L("Confirm whether the filament has been extruded"),
_L("Push new filament into the extruder"),
_L("Grab new filament"),
_L("Purge old filament"),
};