瀏覽代碼

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
 

Loading…
取消
儲存