ping for farm mode added

This commit is contained in:
PavelSindler 2017-03-07 19:21:14 +01:00 committed by GitHub
parent 7883d4eb4d
commit a821f8d488

View file

@ -324,4 +324,8 @@ THERMISTORS SETTINGS
#define Z_BABYSTEP_MIN -3999
#define Z_BABYSTEP_MAX 0
#define PING_TIME 25 //time in s
#define PING_TIME_LONG 600 //10 min; used when length of commands buffer > 0 to avoid false triggering when dealing with long gcodes
#define PING_ALLERT_PERIOD 60 //time in s
#endif //__CONFIGURATION_PRUSA_H