Browse Source

Update Marlin G-code summary

Scott Lahteine 7 years ago
parent
commit
fbc41c0e98
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/gcode/gcode.h

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

@@ -97,7 +97,7 @@
97 97
  * M34  - Set SD Card sorting options. (Requires SDCARD_SORT_ALPHA)
98 98
  * M42  - Change pin status via gcode: M42 P<pin> S<value>. LED pin assumed if P is omitted.
99 99
  * M43  - Display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
100
- * M48  - Measure Z Probe repeatability: M48 P<points> X<pos> Y<pos> V<level> E<engage> L<legs> <S>chizoid. (Requires Z_MIN_PROBE_REPEATABILITY_TEST)
100
+ * M48  - Measure Z Probe repeatability: M48 P<points> X<pos> Y<pos> V<level> E<engage> L<legs> S<chizoid>. (Requires Z_MIN_PROBE_REPEATABILITY_TEST)
101 101
  * M75  - Start the print job timer.
102 102
  * M76  - Pause the print job timer.
103 103
  * M77  - Stop the print job timer.
@@ -217,7 +217,7 @@
217 217
  * M868 - Report or set position encoder module error correction threshold.
218 218
  * M869 - Report position encoder module error.
219 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 or HAVE_TMC2208)
221 221
  * M907 - Set digital trimpot motor current using axis codes. (Requires a board with digital trimpots)
222 222
  * M908 - Control digital trimpot directly. (Requires DAC_STEPPER_CURRENT or DIGIPOTSS_PIN)
223 223
  * M909 - Print digipot/DAC current value. (Requires DAC_STEPPER_CURRENT)

Loading…
Cancel
Save