Browse Source

correct truncated comment

Roxy-3D 7 years ago
parent
commit
c3c264978f
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

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

@@ -599,8 +599,8 @@
599 599
     if (parser.seen('S')) {     // Store (or Save) Current Mesh Data
600 600
       g29_storage_slot = parser.has_value() ? parser.value_int() : storage_slot;
601 601
 
602
-      if (g29_storage_slot == -1)                     // Special case, we are going to 'Export' the mesh to the
603
-        return report_current_mesh();
602
+      if (g29_storage_slot == -1)                     // Special case, the user wants to 'Export' the mesh to the
603
+        return report_current_mesh();                 // host program to be saved on the user's computer
604 604
 
605 605
       int16_t a = settings.calc_num_meshes();
606 606
 

Loading…
Cancel
Save