Update M900 verbiage

This commit is contained in:
Scott Lahteine
2018-03-01 15:11:12 -06:00
parent e2df286444
commit 88b6a15b47
2 changed files with 3 additions and 3 deletions

View File

@ -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')) {