Franfran
Franfran
@ruedli I merged the update some days ago in the "devel" branch if you wish to test it. If not, I will pull request into the main branch after adding...
@ruedli Sorry for that, I forgot to set the temperature at 0. Did you activated the checkbox below the PID configuration to store the values automatically?
@ruedli Okay, I know why. Another "Marlin 1.x.x doesn't like marlin 2.x.x" because how I handled it was to wait for the line `"Recv: Kp: xx Ki: xx Kd:xx"`, and...
I hope that it is fixed now. If it worked, you cannot miss it... A message should appear 
Very probably an error in the code that is picking up the values from the received gcode commands. It is meant to fade out, but maybe that it makes more...
@ruedli I hope that it's fine now.. edit: I see that at the end of your logs: ``` Send: M301 E0 Pundefined Iundefined Dundefined Recv: ok p:0.00 i:0.00 d:0.00 c:1.00...
Well, it looks like I'm sending `M301` for the bed and for the extruder too. And the gcode to send is `M304`, the index for extruders is between 0 to...
I pushed the update, could you please try ?
It is, could I see your logs please ?
I see... The PID applying command should be sent just after that the PID is finished. Here, the buffer is full and the command is queued.