I’ve been trying to figure out how to override the M117 command to be able to not only to perform the native behavior but also mirror the messages on the console.
I can successfully use rename_existing: M117.1 to make a macro for it, but calling the base behavior is quite tricky as this command is not based on parameters…
Unless I’m missing something here, there is no way to get the full command line as it was executed, so I’ve created a pull request to add a command_line pseudo-variable that allows me to get the whole command and then use that directly, like so:
Hi!
I’ve read a discussion regarding your PR.
Could you please tell, if you finally managed to get M117 to be mirrored in the console? If yes, could you please tell how you did it?
Thx!