From 3c061a9f9a1d13a90281cd6d506c35a9936e0ee5 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 15 May 2017 18:46:07 -0500 Subject: [PATCH] UBL tabs, whitespace, spelling, etc. --- Marlin/ubl_G29.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/ubl_G29.cpp b/Marlin/ubl_G29.cpp index 42a95ef56..b906a4760 100644 --- a/Marlin/ubl_G29.cpp +++ b/Marlin/ubl_G29.cpp @@ -538,7 +538,9 @@ // // Fine Tune (i.e., Edit) the Mesh // + fine_tune_mesh(x_pos, y_pos, code_seen('T')); + break; case 5: ubl.find_mean_mesh_height(); break;