Releases: BigBrain3D/Swapper3D_ServoSetup
Release list
1.0.5 CRITICAL: TR, TH, CA, and WA, servo angles updated
CRITICAL: TR, TH, CA, and WA, servo angles updated. This will require removing those servos and adjusting them from scratch with the alignment template.
Also, found another issue which may be the cause of some users having setup the servo positions correctly
but the positions somehow became "off"
looks like sometimes pressing the left or right button, like switching to the next servo,
would cause a spurious UP or Down button press
this was caused by "button bounce"
so users would set the angle correctly->change to the next servo-> adjust angle -> and so on but each time pressing right could have changed the previous value and they would save the values but wouldn't have know that they changed.
added de-bounce logic so the spurious button presses no longer happen
Seemed to only happen to right button...
1.0.4 New code ensures that each servo is energized as soon as the power is on
//found that sometimes the servos were not energizing when the system was powered on
//and they were not moving to their starting position as saved in the eeprom
//this could cause an issue where the user following the instruction of setting the start positions
//places the horn on the output shaft in what they think is the first counter-clockwise spline position
//but in actuality it would not be that position
// this could result in the wrong position being saved
//the following code ensures that each servo is energized as soon as the power is on.
1.0.2
1.0.1
1.0.0
working initial release
Full Changelog: https://github.com/BigBrain3D/Swapper3D_ServoSetup/commits/1.0.0