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>2019-06-13 18:59:05 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-06-13 18:59:05 +0300
commit11a51e9669a92cc6e03683aa9e0d2dade94aa36d (patch)
treec56be56453d135305fece95ec845d5dd242c5d27 /src/FilamentMonitors
parent0e8d585ac18513b086a79e9ea1b7c8c64a0c3400 (diff)
Release 2.03 provisional
When disabling Telnet or HTTP or disabling networking, set the number of sessons to zero Added virtual extruder position to M114 response for Octoprint Added M566 P parameter (jerk policy) Increased pulsed filament monitor pulses/mm displayed value from 2 to 3 decimal places
Diffstat (limited to 'src/FilamentMonitors')
-rw-r--r--src/FilamentMonitors/PulsedFilamentMonitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FilamentMonitors/PulsedFilamentMonitor.cpp b/src/FilamentMonitors/PulsedFilamentMonitor.cpp
index 8221f34b..ed97d4bf 100644
--- a/src/FilamentMonitors/PulsedFilamentMonitor.cpp
+++ b/src/FilamentMonitors/PulsedFilamentMonitor.cpp
@@ -81,7 +81,7 @@ bool PulsedFilamentMonitor::Configure(GCodeBuffer& gb, const StringRef& reply, b
}
else
{
- reply.printf("Pulse-type filament monitor on endstop input %u, %s, sensitivity %.2fmm/pulse, allowed movement %ld%% to %ld%%, check every %.1fmm, ",
+ reply.printf("Pulse-type filament monitor on endstop input %u, %s, sensitivity %.3fmm/pulse, allowed movement %ld%% to %ld%%, check every %.1fmm, ",
GetEndstopNumber(),
(comparisonEnabled) ? "enabled" : "disabled",
(double)mmPerPulse,