I am trying to create a button that sends the printhead to the XY job start and allow the user to enter the coordinates. Here are the settings I have tried:
Name: Go to Start X
Commands: G0 X{{ x }}
User Inputs - checked
Name: x
Parameter: x
Default: - left blank
I think should be Command: G0 X%(x)s based on the default custom control documentation. Not sure what the plugin does to potentially convert that info.
I seemed to have deleted the post about creating a reporting button of XYZ coordinates. I did read your reply before deleting. I put M114 in the Terminal and it reported this:
No this is not my plugin, and technically you don't even need a plugin to be able to do this. The functionality is built into OctoPrint, as documented here. I don't use the plugin myself as there have been reports of the customizations getting wiped out, so I recommend once you get it set up the way you like it you might want to disable the plugin. The buttons you add will still be available.