From 812aa6312e5176f630beb7731a1b32fba4298888 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Sat, 12 Mar 2022 10:26:20 +0000 Subject: Added missing newline in stall warning message --- src/Platform/Platform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Platform/Platform.cpp b/src/Platform/Platform.cpp index 0de09f38..67df3ded 100644 --- a/src/Platform/Platform.cpp +++ b/src/Platform/Platform.cpp @@ -1234,7 +1234,7 @@ void Platform::Spin() noexcept } else if (logOnStallDrivers.Intersects(mask)) { - MessageF(WarningMessage, "Driver %u stalled at Z height %.2f", nextDriveToPoll, (double)reprap.GetMove().LiveCoordinate(Z_AXIS, reprap.GetCurrentTool())); + MessageF(WarningMessage, "Driver %u stalled at Z height %.2f\n", nextDriveToPoll, (double)reprap.GetMove().LiveCoordinate(Z_AXIS, reprap.GetCurrentTool())); } } # endif -- cgit v1.2.3