diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index aecec7ae..540ed9cf 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1528,7 +1528,7 @@ // every couple of seconds when it can't accept commands. // #define HOST_KEEPALIVE_FEATURE // Disable this if your host doesn't like keepalive messages -#define DEFAULT_KEEPALIVE_INTERVAL 2 // Number of seconds between "busy" messages. Set with M113. +#define DEFAULT_KEEPALIVE_INTERVAL 5 // Number of seconds between "busy" messages. Set with M113. #define BUSY_WHILE_HEATING // Some hosts require "busy" messages even during heating // @@ -2356,4 +2356,5 @@ #define ANYCUBIC_TOUCHSCREEN #define ANYCUBIC_FILAMENT_RUNOUT_SENSOR //#define ANYCUBIC_TFT_DEBUG - +//#define KNUTWURST_MEGAS_DEBUG +//#define KNUTWURST_TMC_DEBUG diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 4ce6a862..fe1ffbf4 100755 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -33,6 +33,9 @@ */ #define CONFIGURATION_ADV_H_VERSION 020005 +#define KNUTWURST_MEGAS_ADV +#define KNUTWURST_TMC_ADV + // @section temperature //=========================================================================== @@ -3142,3 +3145,6 @@ // Enable Marlin dev mode which adds some special commands //#define MARLIN_DEV_MODE + +//#define KNUTWURST_MEGAS_ADV +//#define KNUTWURST_TMC_ADV