Are there any tokens available in GCode?

Specifically my request is related to the @execute command. I'm trying to pass the current print job name to an external program when the job starts. I've got everything configured with the print events and the extcommands.xml file. Everything is working as expected, but I'm not sure how to get the name of the file passed in to the program. So, I was wondering if there is a syntax that would allow me to send this information?

Thank you.

Comments

  • No host commands do not support variables.

    The only way is the program querying the server for file name. We have a API doc that shows how to do that.
Sign In or Register to comment.