Browse Source

Update M900 verbiage

Scott Lahteine 7 years ago
parent
commit
88b6a15b47
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      Marlin/src/gcode/feature/advance/M900.cpp
  2. 1
    1
      Marlin/src/gcode/gcode.h

+ 2
- 2
Marlin/src/gcode/feature/advance/M900.cpp View File

29
 #include "../../../module/stepper.h"
29
 #include "../../../module/stepper.h"
30
 
30
 
31
 /**
31
 /**
32
- * M900: Set and/or Get advance K factor
32
+ * M900: Get or Set Linear Advance K-factor
33
  *
33
  *
34
- *  K<factor>                  Set advance K factor
34
+ *  K<factor>   Set advance K factor
35
  */
35
  */
36
 void GcodeSuite::M900() {
36
 void GcodeSuite::M900() {
37
   if (parser.seenval('K')) {
37
   if (parser.seenval('K')) {

+ 1
- 1
Marlin/src/gcode/gcode.h View File

216
  * M867 - Enable/disable or toggle error correction for position encoder modules.
216
  * M867 - Enable/disable or toggle error correction for position encoder modules.
217
  * M868 - Report or set position encoder module error correction threshold.
217
  * M868 - Report or set position encoder module error correction threshold.
218
  * M869 - Report position encoder module error.
218
  * M869 - Report position encoder module error.
219
- * M900 - Get and/or Set advance K factor and WH/D ratio. (Requires LIN_ADVANCE)
219
+ * M900 - Get or Set Linear Advance K-factor. (Requires LIN_ADVANCE)
220
  * 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)
220
  * 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)
221
  * M907 - Set digital trimpot motor current using axis codes. (Requires a board with digital trimpots)
221
  * M907 - Set digital trimpot motor current using axis codes. (Requires a board with digital trimpots)
222
  * M908 - Control digital trimpot directly. (Requires DAC_STEPPER_CURRENT or DIGIPOTSS_PIN)
222
  * M908 - Control digital trimpot directly. (Requires DAC_STEPPER_CURRENT or DIGIPOTSS_PIN)

Loading…
Cancel
Save