Skip to content

Commit

Permalink
Merge pull request #421 from MaslowCNC/reword-set-chain-lengths-popup
Browse files Browse the repository at this point in the history
Reword chain position not found popup
  • Loading branch information
BarbourSmith authored Apr 6, 2018
2 parents c50fe20 + e6aac40 commit 1871fba
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 1871fba

Please sign in to comment.