https://bugs.kde.org/show_bug.cgi?id=410094
--- Comment #21 from Jasem Mutlaq <mutla...@ikarustech.com> --- The only place where this happens is in sendNewNumber(...) so it sets the EQNP property to IPS_BUSY. However, processNumber(...) in Align class looks for updates in EQUATORIAL_EOD_COORD (sent by the driver). So this whole logic is locked behind getting an update in this property from the driver. Therefore, if the driver now sends EQNP with IPS_OK, then m_wasSlewStarted remains false and nothing happens. Does your driver define EQUATORIAL_COORD as well? -- You are receiving this mail because: You are watching all bug changes.