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:
authorChristian Hammacher <bmasterc@gmail.com>2019-06-25 12:54:39 +0300
committerChristian Hammacher <bmasterc@gmail.com>2019-06-25 12:54:39 +0300
commit5b7f021cba21231c2099d268442cf0faea66e34c (patch)
tree4565159c0e520c73cbb1dbffdcfc266292b1aa76 /src/FilamentMonitors
parent3825c7f2890cb07856925e3d7d489c36f1fee13c (diff)
parentd8bf587c5fa3c6514bc4f3a3c17b4b5beb4e6110 (diff)
Merge remote-tracking branch 'origin/v3-dev' into v3-chrishamm
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 01e27ed4..c0ed14b4 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),