rmorgan001 / GSServer

ASCOM Synta protocol driver for SkyWatcher and Orion telescope mounts
GNU General Public License v3.0
40 stars 17 forks source link

Alignment bug fixes #13

Closed JPhilC closed 3 years ago

JPhilC commented 3 years ago

Hi Rob,

I have had a look at the problems we both encountered when synching and slewing around Ursa Major. I found a couple of bugs. One was a straight typo where a referred to the whole model "AlignmentPoints" where I should have referred to a subset "alignmentPoints". The other was because I was putting the corrected axis positions into the ActualAxes? properties, not the raw axes values (converted to degrees).

Kind regards,

Phil