Franfran

Results 98 comments of 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 ![image](https://user-images.githubusercontent.com/51274081/131571710-d9e9ffd4-2a7c-4738-8304-29f6fb968b4f.png)

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 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.