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