Skip to content

Commit

Permalink
Improve alert for 'Reverse Dec'
Browse files Browse the repository at this point in the history
Refer to current side-of-pier being different than calibration location rather than "just done a meridian flip".
  • Loading branch information
bwdev01 committed Dec 31, 2024
1 parent e7d9f31 commit b07d6cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/scope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,10 @@ void Scope::AlertLimitReached(int duration, GuideAxis axis)
{
if (CanPulseGuide())
{
msg = _("PHD2 is not able to make sufficient corrections in Dec. If you have just done a meridian flip, "
"check to see if the 'Reverse Dec output option' on the Advanced Dialog guiding tab is wrong. "
msg = _("PHD2 is not able to make sufficient corrections in Dec. If the side-of-pier has changed from "
"where you last calibrated, "
"check to see if the 'Reverse Dec output option' on the Advanced Dialog guiding tab is wrong. If "
"so, fix it and recalibrate. "
"Otherwise, "
"check for cable snags, try re-doing your calibration, and check for problems with the mount "
"mechanics.");
Expand Down

0 comments on commit b07d6cf

Please sign in to comment.