Display characters/text in macro
-
Hi,
i d'like do a macro, that "print" in screen some of special characteres...
This can be do it?
Explain me:
I do the temperature tuning in a macro, and at the end of macro y send M307 H1 and M307 H0, for see the config numbers....
But there is some manner, of put a message in macro, for example: "Tuning parameters of Nozzle heat cartridge" and "Tunning parameters of bed"
-
You can display a message using M117 or M291.
-
@dc42
does that work for the maestro 12864 as well? -
@veti said in Display characters/text in macro:
@dc42
does that work for the maestro 12864 as well?That's a very good point. I suspect that those commands haven't been implemented on the 12864 display. I will check.
-
M117 and M291 are not currently supported on 12864 displays, so I am adding support in release 2.02RC5.
To display text written by M117, you will need to use a 'value' element with item number 501. A maximum of 1 line of text can be displayed. I believe this conforms to how other firmwares handle M117 on 12864 displays.
M291 will produce a popup message box.