Skip to content

Commit

Permalink
bltouch: MarlinFirmware#22916 followup, missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Dec 23, 2021
1 parent 2893048 commit 98dfc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_bed_corners.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static void _lcd_level_bed_corners_get_next_position() {
} while (good_points < nr_edge_points); // loop until all points within tolerance

#if ENABLED(BLTOUCH)
if (bltouch.high_speed_mode)
if (bltouch.high_speed_mode) {
// In HIGH SPEED MODE do clearance and stow at the very end
do_blocking_move_to_z(current_position.z + LEVEL_CORNERS_Z_HOP);
bltouch.stow();
Expand Down

0 comments on commit 98dfc8e

Please sign in to comment.