3d-gussner 4 years ago
parent
commit
2ceec597a5
2 changed files with 2 additions and 2 deletions
  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