move engaged from lcd console refreshes power off timeout
This commit is contained in:
parent
831fc2a952
commit
477b6fa1df
3 changed files with 9 additions and 0 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue