Browse Source

Added Comment in hope of github seeing these updates

Edward Patel 10 years ago
parent
commit
d24ea7c03f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -395,7 +395,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
395 395
 // #define MESH_BED_LEVELING    // Enable mesh bed leveling
396 396
 
397 397
 #ifdef MANUAL_BED_LEVELING
398
-  #define MBL_Z_STEP 0.025
398
+  #define MBL_Z_STEP 0.025  // Step size while manually probing Z axis
399 399
 #endif  // MANUAL_BED_LEVELING
400 400
 
401 401
 #ifdef MESH_BED_LEVELING

Loading…
Cancel
Save