Browse Source

Fix 'G29 K' value

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
f1f622de01
  1. 2
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

2
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

@ -581,7 +581,7 @@ void unified_bed_leveling::G29() {
// use cases for the users. So we can wait and see what to do with it. // use cases for the users. So we can wait and see what to do with it.
// //
if (parser.seen_test('K')) // Kompare Current Mesh Data to Specified Stored Mesh if (parser.seen('K')) // Kompare Current Mesh Data to Specified Stored Mesh
g29_compare_current_mesh_to_stored_mesh(); g29_compare_current_mesh_to_stored_mesh();
#endif // UBL_DEVEL_DEBUGGING #endif // UBL_DEVEL_DEBUGGING

Loading…
Cancel
Save