Browse Source

UBL tabs, whitespace, spelling, etc.

Scott Lahteine 7 years ago
parent
commit
3c061a9f9a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/ubl_G29.cpp

+ 2
- 0
Marlin/ubl_G29.cpp View File

538
           //
538
           //
539
           // Fine Tune (i.e., Edit) the Mesh
539
           // Fine Tune (i.e., Edit) the Mesh
540
           //
540
           //
541
+
541
           fine_tune_mesh(x_pos, y_pos, code_seen('T'));
542
           fine_tune_mesh(x_pos, y_pos, code_seen('T'));
543
+
542
           break;
544
           break;
543
 
545
 
544
         case 5: ubl.find_mean_mesh_height(); break;
546
         case 5: ubl.find_mean_mesh_height(); break;

Loading…
Cancel
Save