summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Sprinter/Sprinter.pde2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Sprinter.pde b/Sprinter/Sprinter.pde
index e793891..874c333 100644
--- a/Sprinter/Sprinter.pde
+++ b/Sprinter/Sprinter.pde
@@ -980,7 +980,7 @@ inline void process_commands()
Serial.print("T:");
Serial.print( tt );
Serial.print(" B:");
- Serial.println( analog2temp(current_bed_raw) );
+ Serial.println(analog2tempBed(current_bed_raw));
codenum = millis();
}
manage_heater();