ENH:Supplement to printing status supplement

Change-Id: I116e84705b390b99f8646b64eb7e96ae4c35c7d3
This commit is contained in:
Kunlong Ma 2023-08-18 18:42:51 +08:00 committed by Lane.Wei
parent faeb95d59d
commit e78812dac4
1 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,8 @@ wxString get_stage_string(int stage)
case 29: case 29:
return _L("Cooling chamber"); return _L("Cooling chamber");
case 30: case 30:
return _L("Paused by the Gcode inserted by user");
case 31:
return _L("Motor noise showoff"); return _L("Motor noise showoff");
default: default:
; ;