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>2017-08-10 21:52:59 +0300
committerDavid Crocker <dcrocker@eschertech.com>2017-08-10 21:53:14 +0300
commit0acba07cf0d17c9be05a2e19b28200fc4fbf5cc0 (patch)
tree21833cb86009313954a9c8b772e7dc3e71c9364a /src/RepRap.cpp
parenteffa97c7e743a42cdf9ffefcf59160a881dca946 (diff)
Version 1.19RC6
Fixed U axis issue on IDEX machines Changed the way that the R parameter in G1 commands works More work on filament sensor support Filament consumed during tool change macros no longer counts towards % total filament used
Diffstat (limited to 'src/RepRap.cpp')
-rw-r--r--src/RepRap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RepRap.cpp b/src/RepRap.cpp
index 745d619f..d8de26a8 100644
--- a/src/RepRap.cpp
+++ b/src/RepRap.cpp
@@ -1404,7 +1404,7 @@ OutputBuffer *RepRap::GetLegacyStatusResponse(uint8_t type, int seq)
if (displayMessageBox)
{
- response->catf(",\"msgBox.mode\":%d,\"msgBox.timeout\":%.1f,\"msgBox.axes\":%u",
+ response->catf(",\"msgBox.mode\":%d,\"msgBox.timeout\":%.1f,\"msgBox.controls\":%u",
boxMode, timeLeft, boxControls);
response->cat(",\"msgBox.msg\":");
response->EncodeString(boxMessage, ARRAY_SIZE(boxMessage), false);