|
@@ -4,6 +4,8 @@
|
|
|
#include "Configuration.h"
|
|
|
|
|
|
#define FARM_DEFAULT_SAFETYTIMER_TIME_ms (45*60*1000ul)
|
|
|
+#define NC_TIME 10 //time in s for periodic important status messages sending which needs reponse from monitoring
|
|
|
+#define NC_BUTTON_LONG_PRESS 15 //time in s
|
|
|
|
|
|
#ifdef PRUSA_FARM
|
|
|
extern uint8_t farm_mode;
|