Display Message
Shows a message on the printer's LCD screen during printing. Useful for progress tracking or debugging.
Block
Interactive preview is available in the interactive reader.
Parameters
text- Message to show on printer LCD.
How it works
Display Message outputs M117 {text} to the G-code. When the printer executes this command, it displays the text on the LCD screen. The message stays visible until the next M117 or until the print finishes.
G-code output
| Command | G-code |
|---|---|
| Display message | M117 {text} |