Merge pull request #15 from TimEvWw/master

end stop
pull/30/head
Tim Evers 2014-10-30 21:31:41 +01:00
commit 22826fef65
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void CurrentState::storeEndStops() {
CurrentState::getInstance()->setEndStopState(1,0,digitalRead(Y_MIN_PIN));
CurrentState::getInstance()->setEndStopState(1,1,digitalRead(Y_MAX_PIN));
CurrentState::getInstance()->setEndStopState(2,0,digitalRead(Z_MIN_PIN));
CurrentState::getInstance()->setEndStopState(3,1,digitalRead(Z_MAX_PIN));
CurrentState::getInstance()->setEndStopState(2,1,digitalRead(Z_MAX_PIN));
}
void CurrentState::printPosition() {