kliment / Printrun

Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
GNU General Public License v3.0
2.38k stars 996 forks source link

Interface keeps sending me TT::32.0832.08 //0.000.00 BB::45.0245.02 //0.000.00 @@::00 BB@@::00 #1212

Closed Mercury2585 closed 3 years ago

Mercury2585 commented 3 years ago

I simply dont know what this means or how to fix it

DivingDuck commented 3 years ago

What program version of printrun do you run and what is your printer firmware and firmware version?

volconst commented 3 years ago

Looks like temperature status updates from the printer: (target, current) * (extruder, bed) temps. Maybe the regular expression handles incorrectly multiple matches. Enable Debug Communications and if the same lines appear with RECV: prefix then this is the format of the printer and it's firmware should answer why it looks strange.

DivingDuck commented 3 years ago

Yeah, that was my thought as well. If I remember correct there was a newer marlin firmware in the past that had screw-up the usual format what all other firmware uses. I just wonder if they step to the next level of a firmware mod :)

DivingDuck commented 3 years ago

Hi @Mercury2585, is there any update regarding your problem?

DivingDuck commented 3 years ago

@Mercury2585, I will close the issue due to lack of further information. You are welcome to reopen the issue again if the problem is still valid and you can provide us with the requested information. Best regards, DD