Ver código fonte

fix a debug message

Scott Lahteine 8 anos atrás
pai
commit
f38553b482
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      Marlin/Marlin_main.cpp

+ 1
- 0
Marlin/Marlin_main.cpp Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar