i use BIGTREETECH SKR PRO V1.2 MPCNC and TFT in TFT Mode.
the gcode has M0 “text” command.
TFT prints MO Pause and Continue Button only.
I expect to have “text” comment also. Is it a bug in Marlin firmware?
Marlin docs say that M0 is unconditional stop and effectively pauses after the last movement.
You want to issue a text statement with it? Looks like you have to put a message command before it (M117 text message) or wait until after resuming to see the text since the text will show once it starts going again and processes the text following the M0