Add newline after M119 output

This commit is contained in:
kliment 2011-07-09 15:20:27 +02:00
parent 8f884db639
commit 4491d2a085

View file

@ -811,6 +811,7 @@ inline void process_commands()
Serial.print("z_max:");
Serial.print((digitalRead(Z_MAX_PIN)^ENDSTOPS_INVERTING)?"H ":"L ");
#endif
Serial.println("");
break;
#ifdef RAMP_ACCELERATION
//TODO: update for all axis, use for loop