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

@ -189,6 +189,8 @@ void enquecommand_P(const char *cmd); //put an ascii command at the end of the c
void prepare_arc_move(char isclockwise);
void clamp_to_software_endstops(float target[3]);
void refresh_cmd_timeout(void);
#ifdef FAST_PWM_FAN
void setPwmFrequency(uint8_t pin, int val);
#endif