Basic Information:
Printer Model: Kingroon KP3S Pro V2
MCU / Printerboard: GD32F303/RP2040
Host / SBC: Armbian-unofficial 24.2.0-trunk Jammy
klippy.log klippy.log.zip (378.1 KB)
Hello.
I’m trying to print a part from transparent TPU. After a few layers, under-extrusion begins. The first thing I checked was the rotation_distance, and it corresponds to the printer manufacturer’s value.
I assumed that the printing speed was too low, the plastic wasn’t dried properly, it was boiling, and was being fed unevenly. I increased the speed, and on that part, I printed 2 mm with a 0.1 mm layer using 100% infill until the walls started printing. Again, under-extrusion occurred. I stopped the print and decided to check the extruder calibration as described in the Klipper documentation.
I ran the command G91 G1 E50 F60
and found that instead of 50 mm, about 32 mm was extruded. I repeated the test—again, under-extrusion of 24 mm. Then I tried G1 E50 F120
and this time it extruded approximately the expected amount, maybe slightly less (by about 1 mm), but not half as much.
I performed a klipper restart and a firmware restart through the Fluidd interface. I repeated the test, and the same behavior occurred, though the under-extrusion was slightly less. I then turned off the printer, turned it on again, and repeated the test—everything was fine.
I rolled everything back to version v0.12.0-93-g43a9685c5. I started printing the part again, but at lower speeds since the problem at low printing speeds occurred faster (just to save on plastic). On the second layer, the gaps started to appear. I interrupted the print, repeated the extrusion test, and again, at a speed of 60, there was under-extrusion of 3–4 mm. This doesn’t always happen, though. At a speed of 120 (`G1 E50 F120), I couldn’t reproduce the under-extrusion. At speeds of 30 and 10, it also sometimes occurs.
Please advise on how to troubleshoot this issue.