浏览代码

Default TOUCH_MI_DEPLOY_XPOS to min X (#14736)

Fourmi 5 年前
父节点
当前提交
d34364a086
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/module/probe.cpp

+ 1
- 1
Marlin/src/module/probe.cpp 查看文件

@@ -108,7 +108,7 @@ float zprobe_zoffset; // Initialized by settings.load()
108 108
   // Move to the magnet to unlock the probe
109 109
   void run_deploy_moves_script() {
110 110
     #ifndef TOUCH_MI_DEPLOY_XPOS
111
-      #define TOUCH_MI_DEPLOY_XPOS 0
111
+      #define TOUCH_MI_DEPLOY_XPOS X_MIN_POS
112 112
     #elif TOUCH_MI_DEPLOY_XPOS > X_MAX_BED
113 113
       TemporaryGlobalEndstopsState unlock_x(false);
114 114
     #endif

正在加载...
取消
保存