daid303 пре 12 година
родитељ
комит
65c3f1ffcd
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      Marlin/temperature.cpp

+ 1
- 0
Marlin/temperature.cpp Прегледај датотеку

@@ -1042,6 +1042,7 @@ ISR(TIMER0_COMPB_vect)
1042 1042
 #if EXTRUDERS > 2
1043 1043
       current_temperature_raw[2] = raw_temp_2_value;
1044 1044
 #endif
1045
+      current_temperature_bed_raw = raw_temp_bed_value;
1045 1046
     }
1046 1047
     
1047 1048
     temp_meas_ready = true;

Loading…
Откажи
Сачувај