flexi-bot/docs/marlin/_gcode/M117.md
2023-09-05 20:38:49 +02:00

30 lines
485 B
Markdown

---
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.