V2.1.6 Host displaying incorrect temperature
I am bringing up a A30T, I already have a Prusa i3 and works fine for years. I have two laptops (Acer and Lenvo; Acer running win7 Lenovo running win10). Both machines are running version V2.1.6 although the Acer machine install happened at least a year or more ago and the Lenovo happened this week. The Acer machine works fine with the Prusa i3 (actually a Geeetech) and all the temperature displayed on the manual control page are correct (and have been since I use this machine & printer for quite some time). The Lenovo machine I've been using to bring up the A30T and it too works fine, all the temperatures are displayed correctly. If I use the Acer machine with Win7 to control the A30T the extruder temperature is usually incorrect, however reviewing the gcode coming back with ACK enabled the temperature is correct, just displayed wrong on the right screen that shows x/y/z/extruder controls and such. Example instead of displaying 218C it is reporting 122.9C. If I increase the temperature a degree or two the PC will ding indicating the temperature has been reached but the temperature on the display is 122.9 (and the gcode coming back is correct).
Again, this happens on the laptop I've been using for years without issue with my smaller printer but on the bigger printer it's failing the temperature display. The Lenovo machine works fine.
Same version of Repetier-Host.
What am I doing wrong??
Steve
Again, this happens on the laptop I've been using for years without issue with my smaller printer but on the bigger printer it's failing the temperature display. The Lenovo machine works fine.
Same version of Repetier-Host.
What am I doing wrong??
Steve
Comments
M105*44
ok T:212.3/214.0 B:47.9 / 0.0 T0:212.3 /214.0 T1:142.8 /0.0 T2:121.3 /0.0 F:100 R:100 @:0 B@:0
Notice that T0:212.3 /214 is correct but T1 and T2 temperatures are more or less no-ops.
Geeetech confirmed this with me.
Is there a patch that could be had to have Repetier Host only look at the T0 reported temp. What is displayed is the T1 value, I've confirmed that. There is a "1" next to the hot end icon on the Repetier control window but no way, that I can see, to have that report one of the 3 T's being reported back.
Are there always spaces before /? For T: it does not look like that.
when slicing (Cura or Prusa) the extruder is selected with the T0, T1, T2 gcode (tool select). I'm going to ask Geeetech to get the source code (it's not on their site). Others have asked for it too but I'm not sure why Geeetech isn't sharing as freely as other controller cards they've made. This one is based on the STM32F103 processor unlike previous controllers that used Atmel processors. I would think sending out the value that is depicted in T0 for T1 and T2 would be a work around for now and probably not that difficult.