--- tag: m0117 title: Set LCD Message brief: Set the message line on the LCD. author: thinkyhead requires: ULTRA_LCD group: lcd codes: [ M117 ] notes: - Requires an LCD controller. - The message should appear immediately, but it will depend on LCD settings. parameters: - tag: string optional: true description: LCD status message examples: - pre: Set the message to "Hello World!" code: M117 Hello World! --- Set the status line message on the LCD.