瀏覽代碼

Allow setting xy_travel_speed for delta leveling also

Scott Lahteine 9 年之前
父節點
當前提交
4e860babbc
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      Marlin/Marlin_main.cpp

+ 1
- 2
Marlin/Marlin_main.cpp 查看文件

1762
 
1762
 
1763
     #if ENABLED(DELTA)
1763
     #if ENABLED(DELTA)
1764
 
1764
 
1765
-      feedrate = XY_TRAVEL_SPEED;
1765
+      feedrate = xy_travel_speed;
1766
 
1766
 
1767
       destination[X_AXIS] = x;
1767
       destination[X_AXIS] = x;
1768
       destination[Y_AXIS] = y;
1768
       destination[Y_AXIS] = y;
1854
         if (z_min_endstop)
1854
         if (z_min_endstop)
1855
       #endif
1855
       #endif
1856
         {
1856
         {
1857
-
1858
           // Move to the start position to initiate deployment
1857
           // Move to the start position to initiate deployment
1859
           destination[X_AXIS] = Z_PROBE_ALLEN_KEY_DEPLOY_1_X;
1858
           destination[X_AXIS] = Z_PROBE_ALLEN_KEY_DEPLOY_1_X;
1860
           destination[Y_AXIS] = Z_PROBE_ALLEN_KEY_DEPLOY_1_Y;
1859
           destination[Y_AXIS] = Z_PROBE_ALLEN_KEY_DEPLOY_1_Y;

Loading…
取消
儲存