Read the position of the Ewellix lifting column and restore it back to original position after movement

Get the current position (in mm)

Store the current position in one of Pallys callbacks or in a seperate thread.

saved_pos = get_liftkit_position()

Restore the saved position:

Use the stored position from above to move the lifkit back.

move_liftkit(saved_pos)