G92 documentation
-
https://docs.duet3d.com/User_manual/Reference/Gcodes#g92-set-user-position says "This command updates the user position and not the machine position." That's not true on my RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.4 (2022-10-20). Both move.axes[n].machinePosition and move.axes[n].userPosition are updated to reflect the specified value.
It could possibly have been intended to say that the command does not change the machine actual-physical-position, but I don't read it that way because that's already covered in the text, where it says "No physical motion will occur."
-
Also, I've just noticed that when I search for G92 the automatic scroll-to-position in the page doesn't work, but it does work for other codes I've tried. I suspect the problem is the search function is trying to go to 'g92-set-position', and the anchor in the source is actually '92-set-user-position'.
-
@achrn thanks for pointing this out. I have amended the text, and I will have the link fixed.
-
-