From 84230b9a1de5a9d41242839bec29a7188d7b3eca Mon Sep 17 00:00:00 2001 From: Frederik Menke Date: Thu, 20 Oct 2022 23:22:53 +0200 Subject: [PATCH] Enable M114_REALTIME --- Marlin/Configuration_adv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index d0a2372e77..597b562b46 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3800,7 +3800,7 @@ // Extra options for the M114 "Current Position" report //#define M114_DETAIL // Use 'M114` for details to check planner calculations -//#define M114_REALTIME // Real current position based on forward kinematics +#define M114_REALTIME // Real current position based on forward kinematics //#define M114_LEGACY // M114 used to synchronize on every call. Enable if needed. //#define REPORT_FAN_CHANGE // Report the new fan speed when changed by M106 (and others)