Selaa lähdekoodia

Adjust homing backoff feedrate (#14972)

InsanityAutomation 4 vuotta sitten
vanhempi
commit
33f6d77281
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp Näytä tiedosto

@@ -1663,7 +1663,7 @@ void homeaxis(const AxisEnum axis) {
1663 1663
     ];
1664 1664
     if (backoff_mm) {
1665 1665
       current_position[axis] -= ABS(backoff_mm) * axis_home_dir;
1666
-      line_to_current_position();
1666
+      line_to_current_position(Z_PROBE_SPEED_FAST);
1667 1667
     }
1668 1668
   #endif
1669 1669
 

Loading…
Peruuta
Tallenna