浏览代码

correct truncated comment

Roxy-3D 7 年前
父节点
当前提交
c3c264978f
没有帐户链接到提交者的电子邮件
共有 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
 

正在加载...
取消
保存