ENH:Supplement to printing status supplement
Change-Id: I116e84705b390b99f8646b64eb7e96ae4c35c7d3
This commit is contained in:
parent
faeb95d59d
commit
e78812dac4
|
@ -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:
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue