diff options
author | kliment <kliment.yanev@gmail.com> | 2011-07-06 15:15:41 +0200 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-07-06 15:15:41 +0200 |
commit | 63f13c00b8d5cd71078ea540f434defa4bba71ec (patch) | |
tree | 1e138bc5d175d4b5f7e243d9bea06b2df09e64d3 /Sprinter | |
parent | 4cc80e07da21798d9de5aa7487f5b4cf34afff07 (diff) | |
parent | bdc7c47ad280c193e5ba53bc6cc8bf10ac081977 (diff) |
Merge branch 'master' into experimental
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/Sprinter.pde | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Sprinter.pde b/Sprinter/Sprinter.pde index d4ba90d..cc31668 100644 --- a/Sprinter/Sprinter.pde +++ b/Sprinter/Sprinter.pde @@ -716,7 +716,7 @@ inline void process_commands() { tt=analog2temp(current_raw); Serial.print("T:"); - Serial.print( tt ); + Serial.print( tt ); Serial.print(" B:"); Serial.println( analog2temp(current_bed_raw) ); codenum = millis(); |