move engaged from lcd console refreshes power off timeout

This commit is contained in:
Josef Pavlik
2014-02-03 11:30:12 +01:00
parent 831fc2a952
commit 477b6fa1df
3 changed files with 9 additions and 0 deletions

View File

@ -1046,6 +1046,10 @@ static void homeaxis(int axis) {
}
}
#define HOMEAXIS(LETTER) homeaxis(LETTER##_AXIS)
+void refresh_cmd_timeout(void)
{
previous_millis_cmd = millis();
}
void process_commands()
{