Can't turn extruder heater on with heater icon on Manual Control tab.
Can't turn extruder heater on with heater icon on Manual Control tab. All other icons works. For example bed heater is working as it works earlier. I can't connect occur of this problem with another event. Last time i use my printer it works well. The most strange thing that if i press Print from the Print Preview tab printer starts to heat bed and then it heat extruder and it works. I can turn extruder heater with gcode as well.
When i press extruder heater icon it prints ok but icon still crossed with red line.
I updated Repetier host few weeks earlier, but it works well.
I use 2.1.6 version and Sprinter firmware and i have never this problem earlier.
Comments
The icon changes based on send commands and temperature responses. So if it is hot and shows it off the response of firmware to M105 is in an unknown format. Can you show that here what firmware sends when being hot. In printer settings you need to disable removing M105 responses/commands and enable ack to see them.
Contains no set temperature. So that should be taken from send value.
*40 is checksum that changes since line number changes.
T0 is to tell which extruder is meant. Can be ignored on single extruder systems.
S0 is send temperature, so I think since it is 0 that you did not move the slider to a temperature to set. So it enable dit with current 0 temperature. Move slider first and then enable.
Maybe behavior for this setting of repetier host was changed?