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-14 19:34:35 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-06-14 19:34:35 +0300
commitff268191e9e8cf3ed8981e61182fceb40f317da3 (patch)
tree566a11cf2c89772e083bde44ae3152ba709d21f8 /src/FilamentMonitors
parent2879dbd6e5208832d34a9c0be86ae45c14b8cd63 (diff)
Copied final changes from dev branch 2.03 release
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 90b4bc69..ea457c80 100644
--- a/src/FilamentMonitors/PulsedFilamentMonitor.cpp
+++ b/src/FilamentMonitors/PulsedFilamentMonitor.cpp
@@ -83,7 +83,7 @@ bool PulsedFilamentMonitor::Configure(GCodeBuffer& gb, const StringRef& reply, b
{
reply.copy("Pulse-type filament monitor on pin ");
GetPort().AppendPinName(reply);
- reply.catf(", %s, sensitivity %.2fmm/pulse, allowed movement %ld%% to %ld%%, check every %.1fmm, ",
+ reply.catf(", %s, sensitivity %.3fmm/pulse, allowed movement %ld%% to %ld%%, check every %.1fmm, ",
(comparisonEnabled) ? "enabled" : "disabled",
(double)mmPerPulse,
lrintf(minMovementAllowed * 100.0),