Browse Source

Most likely fixing #338

daid303 12 years ago
parent
commit
65c3f1ffcd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/temperature.cpp

+ 1
- 0
Marlin/temperature.cpp View File

1042
 #if EXTRUDERS > 2
1042
 #if EXTRUDERS > 2
1043
       current_temperature_raw[2] = raw_temp_2_value;
1043
       current_temperature_raw[2] = raw_temp_2_value;
1044
 #endif
1044
 #endif
1045
+      current_temperature_bed_raw = raw_temp_bed_value;
1045
     }
1046
     }
1046
     
1047
     
1047
     temp_meas_ready = true;
1048
     temp_meas_ready = true;

Loading…
Cancel
Save