Your log is showing that your canbus is constantly experiencing that error (No buffer space).
This means that klipper did put data in canbus - but they was not sended because of some short issues, eventually they stuck for soo long - that you get ‘Timer too close’ error.
This is almost always a wiring issue, I was just dealing with the same thing. Check all your connections and your crimps to make sure they’re all making good connections.
If the connection is flaky the data gets stuck in the buffer until it fills up and throws this error.
I have same issue, I have set txqueuelen to 1024 in /etc/network/interfaces.d/can0 but that’s no guarantee it will not default back to 10, I have no idea why but it does.
Running: ip -det link show can0 directly after manually setting it always displays 1024, however, some time later, the same command now shows 10.
For example, during several test sessions over the space of several days, I checked it and only on one occasion was it set to 1024, every other time it had defaulted to 10.
After reading this post, I will go back and see if buffer has once again defaulted to 10, it might be my issue…
Update, it had… set it manually and tried printing again… too early to say but it looks like that was the issue as print has already gone far beyond where it errored out on the last four occasions… Now at 15%, would bet that’s it fixed…
So, it appears txqueuelen defaults back to 10 after a reboot/power-up and settings in …interfaces.d/can0 are ignored…
That’s a problem, but as it only relates to those who use CANBus, I guess that’s why this issue hasn’t been discussed more often.
I’m no expert so best wait to see if anyone has an issue with this method. I have booted several time and buffer size of 1024 persists. I assume if the file already exists, it should be safe to add the line to it…