Skip to content

Commit 5ceb5af

Browse files
committed
bltouch: MarlinFirmware#22916 followup, missing bracket
1 parent 2893048 commit 5ceb5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/menu/menu_bed_corners.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static void _lcd_level_bed_corners_get_next_position() {
292292
} while (good_points < nr_edge_points); // loop until all points within tolerance
293293

294294
#if ENABLED(BLTOUCH)
295-
if (bltouch.high_speed_mode)
295+
if (bltouch.high_speed_mode) {
296296
// In HIGH SPEED MODE do clearance and stow at the very end
297297
do_blocking_move_to_z(current_position.z + LEVEL_CORNERS_Z_HOP);
298298
bltouch.stow();

0 commit comments

Comments
 (0)