浏览代码

Added Comment in hope of github seeing these updates

Edward Patel 10 年前
父节点
当前提交
d24ea7c03f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h 查看文件

@@ -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

正在加载...
取消
保存