Roxy-3D пре 7 година
родитељ
комит
c3c264978f
No account linked to committer's email address
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp

+ 2
- 2
Marlin/src/feature/bedlevel/ubl/ubl_G29.cpp Прегледај датотеку

@@ -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…
Откажи
Сачувај