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:
Diffstat (limited to 'src/Hardware/IoPorts.cpp')
-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()))
{