From 88b6a15b47967b9b2e50050cfc86f3cec046f563 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Thu, 1 Mar 2018 15:11:12 -0600
Subject: [PATCH] Update M900 verbiage

---
 Marlin/src/gcode/feature/advance/M900.cpp | 4 ++--
 Marlin/src/gcode/gcode.h                  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Marlin/src/gcode/feature/advance/M900.cpp b/Marlin/src/gcode/feature/advance/M900.cpp
index e9d5360a97..dd286e0475 100644
--- a/Marlin/src/gcode/feature/advance/M900.cpp
+++ b/Marlin/src/gcode/feature/advance/M900.cpp
@@ -29,9 +29,9 @@
 #include "../../../module/stepper.h"
 
 /**
- * M900: Set and/or Get advance K factor
+ * M900: Get or Set Linear Advance K-factor
  *
- *  K<factor>                  Set advance K factor
+ *  K<factor>   Set advance K factor
  */
 void GcodeSuite::M900() {
   if (parser.seenval('K')) {
diff --git a/Marlin/src/gcode/gcode.h b/Marlin/src/gcode/gcode.h
index ef2d1dbfa2..3d1c84ff79 100644
--- a/Marlin/src/gcode/gcode.h
+++ b/Marlin/src/gcode/gcode.h
@@ -216,7 +216,7 @@
  * M867 - Enable/disable or toggle error correction for position encoder modules.
  * M868 - Report or set position encoder module error correction threshold.
  * M869 - Report position encoder module error.
- * M900 - Get and/or Set advance K factor and WH/D ratio. (Requires LIN_ADVANCE)
+ * M900 - Get or Set Linear Advance K-factor. (Requires LIN_ADVANCE)
  * M906 - Set or get motor current in milliamps using axis codes X, Y, Z, E. Report values if no axis codes given. (Requires HAVE_TMC2130)
  * M907 - Set digital trimpot motor current using axis codes. (Requires a board with digital trimpots)
  * M908 - Control digital trimpot directly. (Requires DAC_STEPPER_CURRENT or DIGIPOTSS_PIN)
-- 
GitLab