How to Fix Creality Error 2111: Low Extrusion Temperature


Creality error 2111 (Low Extrusion Temperature) is a safety interlock on K1, K1 Max, and K1C printers that prevents the extruder from running when the nozzle temperature is below the 170°C minimum threshold. Unlike most error codes, this one is almost always caused by a software or configuration issue rather than a hardware failure.

What the Error Means

The K1-series firmware enforces a cold-extrusion guard: if a move command attempts to push filament while the nozzle reads below 170°C, the print halts and error 2111 is logged. Typical triggers include a slicer profile where the nozzle temperature was set to 0°C or omitted entirely, a third-party slicer that lacks the correct start G-code for Creality OS, or a corrupted G-code file where the heating command was stripped. Hardware thermistor failure can also produce a false low-temperature reading, though this is less common.

Step-by-Step Fix

  1. Open the G-code file in a text editor and search for the first M104 or M109 command — confirm the temperature value is appropriate for your filament (200°C+ for PLA, 230°C+ for ABS/ASA, 240°C+ for PETG).
  2. In your slicer, verify the nozzle temperature field is populated and not set to 0. Check both the first-layer temperature and the remaining-layers temperature.
  3. Confirm your start G-code does not contain M104 S0 or M109 S0 early in the sequence, which would command the heater off.
  4. If using a third-party slicer, import or recreate your profile using a Creality Print machine definition as a base to ensure the correct temperature commands are included.
  5. Re-slice the file, export a fresh G-code, and transfer it to the printer.
  6. If the error appears even with a correctly sliced file, navigate to Settings → About and confirm the firmware is up to date — a firmware bug on early K1 builds could occasionally misread thermistor values.
  7. If firmware is current and slicer settings are correct, test the thermistor by checking the reported nozzle temperature on the printer’s home screen at room temperature — it should read approximately 20–25°C. A reading far outside this range indicates a failed thermistor.

Parts Required

  • No replacement parts required for a slicer/configuration fix
  • NTC100K thermistor (K1/K1 Max/K1C compatible) — only if thermistor failure is confirmed

Contact Creality support if the error persists after correcting slicer settings and updating firmware.

Frequently asked questions

What does Creality 2111 mean?

Creality error 2111 (Low Extrusion Temperature) is a safety interlock on K1, K1 Max, and K1C printers that prevents the extruder from running when the nozzle temperature is below the 170°C minimum threshold. Unlike most error codes, this one is almost always caused by a software or configuration issue rather than a hardware failure.

How do I fix Creality 2111?

Creality K1/K1 Max/K1C error 2111 fires when the nozzle is below 170°C at extrusion. Fix slicer settings, G-code profiles, and firmware to resolve it.