summaryrefslogtreecommitdiff
path: root/Sprinter/Sprinter.pde
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-07-09 15:20:27 +0200
committerkliment <kliment.yanev@gmail.com>2011-07-09 15:20:27 +0200
commit4491d2a085e333bd3e8d62e1fd792e456548f7de (patch)
treea3d100098e42aa2f3bbf8e1c6c3c833461502739 /Sprinter/Sprinter.pde
parent8f884db6393747ba1da594b4779139fe59d54308 (diff)
Add newline after M119 output
Diffstat (limited to 'Sprinter/Sprinter.pde')
-rw-r--r--Sprinter/Sprinter.pde1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sprinter/Sprinter.pde b/Sprinter/Sprinter.pde
index af9c4b6..975f8fd 100644
--- a/Sprinter/Sprinter.pde
+++ b/Sprinter/Sprinter.pde
@@ -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