3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

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

CommandG-code
Display messageM117 {text}