Fixed bug with homing and polling at the same time. Updated readme.
This commit is contained in:
1
report.c
1
report.c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user