Browse Source

Fix 'G29 K' value

Scott Lahteine 4 years ago
parent
commit
50355f4607
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 1
- 1
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp View File

581
     // use cases for the users. So we can wait and see what to do with it.
581
     // use cases for the users. So we can wait and see what to do with it.
582
     //
582
     //
583
 
583
 
584
-    if (parser.seen_test('K')) // Kompare Current Mesh Data to Specified Stored Mesh
584
+    if (parser.seen('K')) // Kompare Current Mesh Data to Specified Stored Mesh
585
       g29_compare_current_mesh_to_stored_mesh();
585
       g29_compare_current_mesh_to_stored_mesh();
586
 
586
 
587
   #endif // UBL_DEVEL_DEBUGGING
587
   #endif // UBL_DEVEL_DEBUGGING

Loading…
Cancel
Save