M0 "text" doesnt print text on LCD

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

Looks like this question was asked 2 years ago:

3 Likes