racribeiro

Changing firmware...

About

Username
racribeiro
Joined
Visits
11
Last Active
Roles
Member

Comments

  • No need, its done. M105 response should look like: ok T:42 /0 B:29 /0 B@:0 T0:42 /0 @0:0 /4 Don't miss the spaces before the '/', they are important. Rui
  • Ok.  Then: MTEMP auto reporting from firmware is deprecated and the monitor results are parsed from M105 response. Can you show me a couple of M105 responses? I've found the Commands::printTemperatures function, but all the Com::t* stuff isn't very …
  • Hi, the question is what is the protocol that it uses. On the code on extruder.cpp I find: void writeMonitor(){     Com::printF(Com::tMTEMPColon,(long)HAL::timeInMilliseconds());    TemperatureController *act = tempController[manageMonitor];    Com:…