3d-gussner 5 年之前
父节点
当前提交
2ceec597a5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Firmware/Dcodes.cpp
  2. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Dcodes.cpp

@@ -626,7 +626,7 @@ void dcode_10()
 
     /*!
     ### D12 - Time <a href="https://reprap.org/wiki/G-code#D12:_Time">D12: Time</a>
-    Writes the actual time in the log file.
+    Writes the current time in the log file.
     */
 
 void dcode_12()

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -8950,7 +8950,7 @@ Sigma_Exit:
 
     /*!
     ### D12 - Time <a href="https://reprap.org/wiki/G-code#D12:_Time">D12: Time</a>
-    Writes the actual time in the log file.
+    Writes the current time in the log file.
     */
 
 #endif //DEBUG_DCODES