Behaviour of G92
Hi all,
Just checking on the seen behaviour of G92 command.
As it may make some difference here, my machine uses a Z probe and all triggers are done at their minimum position, so 0.
Yesterday I was trying to resume a print job and because I could' run the Z homing the idea was to home X and Y and then manually set the Z position.
So after moving the Z axis to the position I wanted I issued command G92 Z50 with the idea that the system would assume the current position as 50. But as soon as I tried to move it afterwards the firmware would output Z as -100 or similar and start moving non stop.
So my question is, shouldn't the G92 make the firmware determine the current postion as the one sent in this case 50 for Z, so that if Issue after G1 Z55 it will move 5 up (in this printer case it would be up)
Cheers
Comments
G28 Z
G1 Z20
G92 Z10
I would expect the LCD to display 10mm as Z position - but it displays 20.
M114 reports Z on 10mm.
When I issue G91 Z15, the printer goes 5mm the correct way.
Perhaps a display refresh should be called after G92?
Even after the move above to Z15, the display shows 25mm - which (in reality) is the valid distance, but I would expect to display the 15 instead.