From 574b2f8aedea1fb4b14be7b095a55c1f7c3d4463 Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Wed, 6 Feb 2019 11:07:31 +0100 Subject: [PATCH] Enable busy messages on M109/M190 --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index db7ba60..3732105 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1245,7 +1245,7 @@ // #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 BUSY_WHILE_HEATING // Some hosts require "busy" messages even during heating +#define BUSY_WHILE_HEATING // Some hosts require "busy" messages even during heating // // M100 Free Memory Watcher