...
This commit is contained in:
@@ -255,7 +255,8 @@ public:
|
||||
if (adjust_mode && !_currentParams.slewAndStop) {
|
||||
// do not allow mount speed fall below sideral
|
||||
if constexpr (mccIsEquatorialMount(HardwareT::mountType)) {
|
||||
if (tdata.speedX < slewing_params_t::sideralRate) {
|
||||
// turn on sideral rate only if the current position point catches up with the target
|
||||
if ((tdata.target.HA - tdata.HA) <= 0.0 && tdata.speedX < slewing_params_t::sideralRate) {
|
||||
hw_state.X = (double)tdata.target.X;
|
||||
hw_state.Y = (double)tdata.target.Y;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user