Fixed bug with homing and polling at the same time. Updated readme.

This commit is contained in:
Sonny Jeon
2013-01-06 12:32:41 -07:00
parent e0f619b8c3
commit 4f459e473b
4 changed files with 6 additions and 6 deletions

View File

@@ -90,6 +90,7 @@ void report_alarm_message(int8_t alarm_code)
printPgmString(PSTR("Abort during cycle")); break;
}
printPgmString(PSTR(". MPos?\r\n"));
delay_ms(500); // Force delay to ensure message clears serial write buffer.
}
// Prints feedback messages. This serves as a centralized method to provide additional