Skip to end of banner
Go to start of banner

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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

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)

  • No labels