Pārlūkot izejas kodu

Tweak probe debug, add newline

Scott Lahteine 7 gadus atpakaļ
vecāks
revīzija
d5f598cd82
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1
    2
      Marlin/Marlin_main.cpp

+ 1
- 2
Marlin/Marlin_main.cpp Parādīt failu

@@ -2046,8 +2046,7 @@ static void clean_up_after_endstop_or_probe_move() {
2046 2046
 
2047 2047
       #if ENABLED(DEBUG_LEVELING_FEATURE)
2048 2048
         float first_probe_z = current_position[Z_AXIS];
2049
-        if (DEBUGGING(LEVELING))
2050
-          SERIAL_ECHOPAIR("1st Probe Z:", first_probe_z);
2049
+        if (DEBUGGING(LEVELING)) SERIAL_ECHOLNPAIR("1st Probe Z:", first_probe_z);
2051 2050
       #endif
2052 2051
 
2053 2052
       // move up by the bump distance

Notiek ielāde…
Atcelt
Saglabāt