Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-09-22 16:12:27 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-09-22 16:12:27 +0300
commitfb6e581fabf851ae58a9e6c6c1323255db8f1a00 (patch)
treef1b80190c3ee059d32d74313b5d075848002d006 /src/Platform
parent9dfa321bda5aa5ea322d413cb9d7a8c2fb00e9e3 (diff)
Bug fix to M569.2 when running as an expansion board
Diffstat (limited to 'src/Platform')
-rw-r--r--src/Platform/Platform.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Platform/Platform.cpp b/src/Platform/Platform.cpp
index fef6bf65..3b0ddabc 100644
--- a/src/Platform/Platform.cpp
+++ b/src/Platform/Platform.cpp
@@ -5185,7 +5185,6 @@ GCodeResult Platform::EutProcessM569Point2(const CanMessageGeneric& msg, const S
}
}
- reply.printf("Register %02x value %08" PRIx32, regNum, regVal);
return rslt;
#else
return GCodeResult::errorNotSupported;