Browse Source

Reword MESH_G28_REST_ORIGIN comment

Scott Lahteine 8 years ago
parent
commit
37c6d0f4ed
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -525,7 +525,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
525 525
   #define MESH_NUM_Y_POINTS 3
526 526
   #define MESH_HOME_SEARCH_Z 4  // Z after Home, bed somewhere below but above 0.0.
527 527
 
528
-  //#define MESH_G28_REST_ORIGIN // Enable to make 'G28' all axis to rest at origin [0,0,0]
528
+  //#define MESH_G28_REST_ORIGIN // After homing all axes ('G28' or 'G28 XYZ') rest at origin [0,0,0]
529 529
 
530 530
   //#define MANUAL_BED_LEVELING  // Add display menu option for bed leveling.
531 531
 

Loading…
Cancel
Save