Skip to content

Commit

Permalink
Merge pull request #447 from MaslowCNC/reword-pos-error-message
Browse files Browse the repository at this point in the history
Adds a link to a wiki page for when the sled is not keeping up
  • Loading branch information
MaslowCommunityGardenRobot authored May 13, 2018
2 parents 30eedc5 + b2886ec commit 2ad674f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnc_ctrl_v1/Report.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void reportAlarmMessage(byte alarm_code) {
break;
}
case ALARM_POSITION_LIMIT_ERROR: {
Serial.println(F("The sled is not keeping up with its expected position - make a note of the line number. Then click the 'Stop' button to clear the alarm. "));
Serial.println(F("The sled is not keeping up with its expected position and has halted. Click the 'Stop' button to clear the alarm. More information at: https://github.com/MaslowCNC/Firmware/wiki/Keeping-Up "));
sys.stop = true;
break;
}
Expand Down

0 comments on commit 2ad674f

Please sign in to comment.