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>2018-04-29 00:52:40 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-04-29 00:59:17 +0300
commitc00658ef324db4f42e769f681239a3c409c5a8c0 (patch)
treef87ee7420f6a1b7b235e1e81be5fe95954b95b70 /src/Networking/W5500Ethernet
parent5f8c50c7901b3ac60ecf88382f5d6f21c52a24a8 (diff)
Version 2.0beta3
New features: - Stepper driver mode can now be set via D parameter in M569 - Stepper driver chopper control register can now be set via C parameter in M569 - USE THIS ONLY IF YOIU KNOW WHAT YOU ARE DOING! - When Z probe type 0 is selected and DWC/PanelDue have prompted for manual jogging, axis movement before homing is allowed Bug fixes: - If a network password was set, DWC disconnected with a "Not authorised" message after a large file was uploaded - If MaxReps got too high then a watchdog reset occurred. MaxReps has been replaced by a hiccup count. - M122 reported some parts of network status twice on Duet 2 Ethernet and Duet 2 Maestro - If a PT1000 sensor was configured using M305 but a thermistor was plugged in instead, the firmware reported semi-random high temperatures instead of an error - If a PT1000 sensor was configured using M305 and then M305 was used to change it back to a thermistor, it remained configured as a PT1000 - The M105 response on a multi-tool system was not in the exact format that Octoprint wanted
Diffstat (limited to 'src/Networking/W5500Ethernet')
-rw-r--r--src/Networking/W5500Ethernet/W5500Interface.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Networking/W5500Ethernet/W5500Interface.cpp b/src/Networking/W5500Ethernet/W5500Interface.cpp
index 6b946e79..60a254f0 100644
--- a/src/Networking/W5500Ethernet/W5500Interface.cpp
+++ b/src/Networking/W5500Ethernet/W5500Interface.cpp
@@ -380,8 +380,7 @@ void W5500Interface::Spin(bool full)
void W5500Interface::Diagnostics(MessageType mtype)
{
- platform.MessageF(mtype, "=== Network ===\nState: %d\n", (int)state);
- HttpResponder::CommonDiagnostics(mtype);
+ platform.MessageF(mtype, "Interface state: %d\n", (int)state);
}
// Enable or disable the network