Browse Source

Update commentary on M48

Scott Lahteine 7 years ago
parent
commit
909fac6d90
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      Marlin/Marlin_main.cpp

+ 1
- 4
Marlin/Marlin_main.cpp View File

7229
    *     L = Number of legs of movement before probe
7229
    *     L = Number of legs of movement before probe
7230
    *     S = Schizoid (Or Star if you prefer)
7230
    *     S = Schizoid (Or Star if you prefer)
7231
    *
7231
    *
7232
-   * This function assumes the bed has been homed.  Specifically, that a G28 command
7233
-   * as been issued prior to invoking the M48 Z probe repeatability measurement function.
7234
-   * Any information generated by a prior G29 Bed leveling command will be lost and need to be
7235
-   * regenerated.
7232
+   * This function requires the machine to be homed before invocation.
7236
    */
7233
    */
7237
   inline void gcode_M48() {
7234
   inline void gcode_M48() {
7238
 
7235
 

Loading…
Cancel
Save