G92 Set Position stopped working

Hi!

After several 0.91/0.92 firmware switches between I noticed G92 command stopped working. When I manually set up new position with command G92 and do homing it set back to machine 0. Until now I do it this way:

1. Manually set nozzle at desired height
2. Type G92 Z0
3. Type M114 to check if new position is set
4. Run print (it always starts from homing)



How to run print at set height?

Comments

  • Homing always resets the G92 position. That is what is supposed to happen.

    Solution is to not home Z so in slicer code do not use G28 but only G28 X0 Y0

    Correct solution is of course calibrate your Z endstop correctly.
Sign In or Register to comment.