Skip to content

Commit

Permalink
Reword chain position not found popup
Browse files Browse the repository at this point in the history
The popup which displays when a valid position cannot be found for the given chain lengths has a poor choice of words with the word "calibrate" which is a word we use to mean something else. This changes the wording to be more clear
  • Loading branch information
BarbourSmith committed Apr 6, 2018
1 parent 6ffb1fb commit e6aac40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cnc_ctrl_v1/Kinematics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void Kinematics::forward(const float& chainALength, const float& chainBLength,
Serial.print(chainALength);
Serial.print(", ");
Serial.print(chainBLength);
Serial.println(F(" . Please calibrate chain lengths."));
Serial.println(F(" . Please set the chains to a known length (Actions -> Set Chain Lengths)"));
*xPos = 0;
*yPos = 0;
}
Expand Down

0 comments on commit e6aac40

Please sign in to comment.