Skip to content

Commit

Permalink
Adjust homing backoff feedrate (MarlinFirmware#14972)
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation authored and thinkyhead committed Aug 20, 2019
1 parent 5a7c021 commit 33f6d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ void homeaxis(const AxisEnum axis) {
];
if (backoff_mm) {
current_position[axis] -= ABS(backoff_mm) * axis_home_dir;
line_to_current_position();
line_to_current_position(Z_PROBE_SPEED_FAST);
}
#endif

Expand Down

0 comments on commit 33f6d77

Please sign in to comment.