Knaster / EkdahlFar

Ekdahl Far Master Firmware
GNU General Public License v3.0
0 stars 0 forks source link

Post-boot homing fails #1

Closed Knaster closed 6 months ago

Knaster commented 6 months ago

Trying to rehome the bow after boot fails and renders the pressure unmovable for some reason

Knaster commented 6 months ago

Fixed. added foundSecondHomeFalling = false; to void updatePositionSecondHomingFalling()

Knaster commented 6 months ago

Fails differently now, still cannot rehome after one failed homing

Knaster commented 6 months ago

Fixed rehoming issue with adding movingTo = 0; before setting home offset in void updatePositionFirstHomingFalling() Fixed immovable problem by setting isMoving = false; in void eStop()