From b86125c6d6e2c7b1a9c5120a625647c0e3a4a99d Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 1 Mar 2018 15:23:28 -0600 Subject: [PATCH] Update M900 verbiage --- Marlin/Marlin_main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index c3a910de6..1295f2f4d 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -220,7 +220,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 or HAVE_TMC2208) * 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) @@ -10457,9 +10457,9 @@ inline void gcode_M502() { #if ENABLED(LIN_ADVANCE) /** - * M900: Set and/or Get advance K factor + * M900: Get or Set Linear Advance K-factor * - * K Set advance K factor + * K Set advance K factor */ inline void gcode_M900() { if (parser.seenval('K')) {