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-08-22 11:24:23 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-08-22 11:24:23 +0300
commit4a94d6063fabc4f0f6e3466555041b3da1390499 (patch)
tree5d2866ec7414f6e4e6b66a8e9b98fec8f1358352 /src/Hardware
parent65510a271617119f47395e28b8ba42740776e66e (diff)
Added check on brake port board number
Diffstat (limited to 'src/Hardware')
-rw-r--r--src/Hardware/IoPorts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hardware/IoPorts.cpp b/src/Hardware/IoPorts.cpp
index 67d015da..07484371 100644
--- a/src/Hardware/IoPorts.cpp
+++ b/src/Hardware/IoPorts.cpp
@@ -78,7 +78,7 @@ bool IoPort::AssignPort(GCodeBuffer& gb, const StringRef& reply, PinUsedBy neede
const CanAddress boardAddress = RemoveBoardAddress(pn.GetRef());
if (boardAddress != CanInterface::GetCanAddress())
{
- reply.lcat("Remote ports are not supported by this command");
+ reply.lcat("Port must be on main board");
#else
if (!RemoveBoardAddress(pn.GetRef()))
{