Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/_gcode
diff options
context:
space:
mode:
authorScott Lahteine <github@thinkyhead.com>2021-11-15 20:23:20 +0300
committerScott Lahteine <github@thinkyhead.com>2021-11-15 20:23:20 +0300
commit3a139e5df4cc6137a4fd592aefb13f3965a42cfb (patch)
treeba9175b1ae904987a43fdcdb58b46807a4f65155 /_gcode
parentead949d3b9418679cdbd2132f11480674a5d107c (diff)
✨ Docs for M123
MarlinFirmware/Marlin#23086
Diffstat (limited to '_gcode')
-rw-r--r--_gcode/M123.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/_gcode/M123.md b/_gcode/M123.md
new file mode 100644
index 00000000..2dabaec4
--- /dev/null
+++ b/_gcode/M123.md
@@ -0,0 +1,23 @@
+---
+tag: m0123
+title: Fan Tachometers
+brief: Report fan speeds from tachometers
+author: thinkyhead
+
+group: control
+
+codes: [ M123 ]
+
+parameters:
+
+examples:
+ -
+ pre: Report current fan speeds
+ code: M123
+ -
+ pre: Report fan speeds every 5 seconds
+ code: M123 S5
+
+---
+
+If your machine has fans with tachometers this command will report their current speed readings in RPM. Marlin can also auto-report the fan speeds at regular intervals, as set by `M123 S`.