klippy.log file available here: klippy.zip (1.6 MB)
I am using a SK-Tank with a Raspberry Pi 2B+ and BigTreeTech GTR board
Last night a set a print going only to discover in the morning that the print had halted at some stage during the night:
The “Terminal” window in OctpPrint doesn’t show anything relevant but the “Klipper” window shows this:
00:04:58 probe at 344.000,0.000 is z=1.008500
00:05:04 probe at 175.000,300.000 is z=1.020500
00:05:10 probe at 40.000,0.000 is z=1.009500
00:05:11 Making the following Z adjustments:
stepper_z = -0.190745
stepper_z1 = -0.191872
stepper_z2 = -0.178213
00:05:11 Unknown command:"T0"
00:05:22 Unknown command:"G1 1000"
03:14:25 Klipper: Standby
05:14:57 Klipper: Standby
I set the print going at about midnight so I believe those 00:05:XX logs are of the print starting, then the 03:14:25 Klipper: Standby
message is from when the print halted.
I still find the klippy.log file a little hard to parse but it does contain these interesting lines:
Transition to shutdown state: MCU 'mcu' shutdown: Timer too close
This often indicates the host computer is overloaded. Check
for other processes consuming excessive CPU time, high swap
usage, disk errors, overheating, unstable voltage, or
similar system problems on the host computer.
Dumping gcode input 50 blocks
though I have no idea what time it occurred.
I have actually had something similar to this happen before but had no idea what it was so just rebooted and started again, and it worked fine.
I have no reason to think the MCU is overloaded, or if it were why it would happen at this stage of a print.
Clicking “Analize Log” in the “Klipper” tab of Octoprint shows this interesting graph:
I have little understanding of what it is showing but there is a clear spike in the “Host Buffer” about one third the way through that “Bandwidth” block however the “MCU Load” seems low the whole time. Also the time scale’s odd, showing all the activity happening the previous evening, ceasing at around 8:30pm.
If anyone can help me understand what’s going on I’ll be most grateful!
Thanks.