Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
undefined
@dc42 No warning of any kind. No entries in the event log are created from pausing either.
So the problem was fixable using meta commands. Specifically
if state.ccurrentTool != -1 G92 X{move.axes[0].userPosition} T-1
The userPosition doesn't get reset when G28 is called, so it can be used to restore position.