Browse Source

fix a debug message

Scott Lahteine 8 years ago
parent
commit
f38553b482
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/Marlin_main.cpp

+ 1
- 0
Marlin/Marlin_main.cpp View File

@@ -2005,6 +2005,7 @@ static void clean_up_after_endstop_or_probe_move() {
2005 2005
       if (DEBUGGING(LEVELING)) {
2006 2006
         DEBUG_POS("set_probe_deployed", current_position);
2007 2007
         SERIAL_ECHOPAIR("deploy: ", deploy);
2008
+        SERIAL_EOL;
2008 2009
       }
2009 2010
     #endif
2010 2011
 

Loading…
Cancel
Save