

Title: AI helped me recover a failed 12-hour print mid way through
My QIDI Plus 4 stopped because the hotend couldn’t maintain 255°C. The silicone sock split yesterday and i removed it thinking it wont matter and I didn't have a spare anyway. QIDI’s automatic recovery then resumed incorrectly and nearly caused a collision so I had to stop it which reset the build plate and printer head back to normal.
I gave the ai the original G-code, klippy.log file and a photo of the build plate. Then it found the printer’s exact final position halway through layer 11. it then created a custom recovery G-code to resume from where it had failed before.
after some chatting with the ai it removed all the gcode that my original file had before the layer it failed on but it needed to probe the bed. i noticed on the left side of my build plate there was a strip that wasn't printed on that the printer could use to probe against. So i told ai that and sent a picture of the failed print and from that it set up the probing on only the left side of the build plate.
Here is chatgpt explaining what it did:
- Avoided the normal purge, bed mesh and centre probing routines.
- Homed only X/Y.
- Probed Z in the clear strip on the left of the existing print.
- Approached the restart coordinate from safely above.
- Completed the unfinished extrusion move and continued the original G-code.
- Reduced the nozzle to 240°C, limited part cooling to 25%, and slowed the repaired section before returning to normal speed.
What was most impressive though was it realized that without the silicone sock attached the nozzle wasn't able to maintain the 255c nozzle temperature as the cooling fan was now cooling the nozzle too much so it compensated by turning the nozzle temp down to 240c and reducing the cooling fan so i could continue my print without a silicone sock while i wait for the new one to come later from amazon.
I just wanted to share this with you as I've never succeeded in continuing my failed prints like this before. Hope it helps some of you out.