Macro output and relative position

Hi Guys,
I love using gsender. Thank you very much!
I have couple questions about macros

  1. is there a way to display a message with the variable value? I tried M0; some message [myvariable] and it did not work.
  2. posz gives current z position. What if i need absolute Z position (sorry if i am not calling it a right term)?
    Thanks a lot!

Hi @Navipro,
The only way to display messages with variable values is through the console, so for a message and value it’s (myvariablemessage: [myvariable]).

mposz is machine z position, posz is workspace z position.

Thank you very much! I will give it a try