Browse Source

Complete M48 description (#9631)

AnHardt 7 years ago
parent
commit
133b38b93b
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/src/gcode/calibrate/M48.cpp
  2. 1
    1
      Marlin/src/gcode/gcode.h

+ 1
- 1
Marlin/src/gcode/calibrate/M48.cpp View File

@@ -40,7 +40,7 @@
40 40
  * M48: Z probe repeatability measurement function.
41 41
  *
42 42
  * Usage:
43
- *   M48 <P#> <X#> <Y#> <V#> <E> <L#>
43
+ *   M48 <P#> <X#> <Y#> <V#> <E> <L#> <S>
44 44
  *     P = Number of sampled points (4-50, default 10)
45 45
  *     X = Sample X position
46 46
  *     Y = Sample Y position

+ 1
- 1
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>. (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.

Loading…
Cancel
Save