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
  * M34  - Set SD Card sorting options. (Requires SDCARD_SORT_ALPHA)
97
  * M34  - Set SD Card sorting options. (Requires SDCARD_SORT_ALPHA)
98
  * M42  - Change pin status via gcode: M42 P<pin> S<value>. LED pin assumed if P is omitted.
98
  * M42  - Change pin status via gcode: M42 P<pin> S<value>. LED pin assumed if P is omitted.
99
  * M43  - Display pin status, watch pins for changes, watch endstops & toggle LED, Z servo probe test, toggle pins
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
  * M75  - Start the print job timer.
101
  * M75  - Start the print job timer.
102
  * M76  - Pause the print job timer.
102
  * M76  - Pause the print job timer.
103
  * M77  - Stop the print job timer.
103
  * M77  - Stop the print job timer.
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 or Set Linear Advance K-factor. (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 or HAVE_TMC2208)
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)
223
  * M909 - Print digipot/DAC current value. (Requires DAC_STEPPER_CURRENT)
223
  * M909 - Print digipot/DAC current value. (Requires DAC_STEPPER_CURRENT)

Loading…
Cancel
Save