I am unable to start prints reliably. They get stuck at heating for seemingly long time(12 minutes) This issue was experinced on RPi3 and RPi4. I was running Klipper successfully for a long time, with disabled bed heat wait, but today i went back to Marlin and the issue reappeared.
What did you already try to solve it?
I tried to disable wait for heatup, stopped plugins, ran in safe mode
Please enable serial logging and try to reproduce the issue.
Then upload another systeminfo bundle. Hopefully we can see what's going on in the serial.log
There we have it. Started a print, waited a long time with no start. Canceled, started anew and it started immediatelly. Looks like the start Gcode doesn't get send everytime.octoprint-systeminfo-20220122075659.zip (2.3 MB)
It's possible. When I was on Kliipper the AC bed was overshooting a lot, thats why I disabled wait for it. Klipper PID algorithm, was not helpful. It's a known issue with beds that cool slower than they heat up.
On older Marlin versions I had pretty stable PID settings for both hotend and bed(same hardware) Maybe they changed something in the algos, as they did with the direction for all motors.
As for the startup gcode- I've tried multiple versions, some with or without those lines. I'll get them sorted. It's a problem alright, but not the main issue, as in fact prints start with that gcode when it's actually being sent.