You definitely should try and look at the temp commands in the gcode using the txt text editor.

For the nozzle, you should see something like this :
M109 T0 S200
or like this :
M104 T0 S200

For the bed :
M140 T0 S70
or
M190 T0 S70

TX means extruder/bed X, as you only have one, then it is 0
SX means the target temperature

If there is 4 in the MXXX, it means set temperature but don't wait to reach it.
If there is 9 in the MXXX, it means set temperatire AND wait to reach it.
http://reprap.org/wiki/G-code#M104:_...er_Temperature

I agree with the others, try without heated bed and see what happens. Also, there should be nothing in Farenheit. The nozzle temp can be off a bit from the reading but more than 5% is surprising.