thinkyhead

M117 - Set LCD Message

lcd Set the message line on the LCD. ULTRA_LCD

Description

Set the status line message on the LCD.

Notes

Requires an LCD controller.

The message should appear immediately, but it will depend on LCD settings.

Usage

M117 [string]

Parameters

[string]

LCD status message

Example

Set the message to “Hello World!”

M117 Hello World!