From 87c254b2381ffe80dd6826bbb66b06b6bc81d545 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 23 Jan 2018 18:48:53 -0600 Subject: [PATCH] Patch M114 D logical output --- Marlin/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 968ffbcbe..808da5842 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -8391,7 +8391,7 @@ void report_current_position() { LOGICAL_Y_POSITION(current_position[Y_AXIS]), LOGICAL_Z_POSITION(current_position[Z_AXIS]) }; - report_xyze(logical); + report_xyz(logical); SERIAL_PROTOCOLPGM("Raw: "); report_xyz(current_position);