I'm sure that my question has been answered before but I can't find it with the search tools. I apologize in advance.
I have hand generated some Gcode to do 3D milling of a strange shape. It takes a while to run so I would like to display progress in the Status line. The ideal would be something like "( depth = #99)" where the #99 variable contains the current pass depth. This doesn't work because the "#99" is not parsed within a comment. I am aware of suggestions such as Display a variable on the status line However, is there any easy way to display the current value stored in a variable?