farmbot-arduino-firmware
farmbot-arduino-firmware copied to clipboard
[bug, minor] Firmware interface reports wrong dv/dt for Z-axis state
Playing with the FarmbotFirmware
interface to the Farmduino and noticed that the accelerate and decelerate reports for Z-axis state are "upside-down".
Picture this :-)
This may occur on any axis when moving in the negative direction:
https://github.com/FarmBot/farmbot-arduino-firmware/blob/ffe3573be542226ae68fd7ec84cdbc3011bf0895/src/MovementAxis.cpp#L204-L239
Oh, Ok. Not a "mathematical" state report, but a funky FarmBot thing ?
From Merriam Webster :
Definition of accelerate intransitive verb 1: to move faster : to gain speed
and
Definition of decelerate transitive verb 1: to reduce the speed of : slow down
:-)