r/CrealityK1C

K1C failed on day one, got a replacement — keep it or switch to an A1?

New K1C. Fourth print had heavy stringing, Fifth stopped extruding partway through. Clicking, then nothing.

Tried: 240°C retract/extrude, removed the extruder and cleared stuck filament, cleaning needle passed freely through the nozzle. After reassembly it ticked but wouldn't feed. Tested the extruder off the printer — turned the gears by hand with a short piece of filament and it gripped and fed fine. Mounted back on the printer, ticking again. Never fed properly after that.

Room has no AC and I ran it fully enclosed.

Amazon sent a replacement, still boxed. Trying to decide whether to open it or refund and get an A1.

  • If you've owned both, which held up better day to day?
reddit.com
u/iRULZz_SA — 21 hours ago

Heat Creep-Like Symptoms

So, I have been having issues with both the K1C and the K2 Plus at my job. The issue started around the same time with both printers, and I haven't been able to figure out how to fix my issue. So, it's essentially the exact symptoms of heat creep where the filament melts at spots higher and higher up the nozzle until it melts and jams at the very top of the nozzle. I have replaced the hot end, heat sink, cooling fans, extruder, extruder motor and I'm still having the issue on both of them. I have been in contact with Customer service, but I haven't gotten anywhere with them.

I have also taken a Laser Temp gun to check the temperature of the hot end after about 30 minutes of printing, and the top of the heat sink was at around 85 degrees.

The nozzle usual fills up with filament and starts to jam at about the hour mark and I did a test print where I started the print with a brand new nozzle and let it print until it started to clog and under extrude, then I paused the print for 10 minutes or so and then resumed the printing and it started printing fine again. any help or insight is greatly appreciated.

I am printing with CR-PETG with a nozzle temp of 250c and a bed temp of 70c

reddit.com
u/JesseHoch — 2 days ago
▲ 30 r/CrealityK1C+1 crossposts

I sure am glad I installed that new AI camera update that broke my camera feed connection to the web interface

"improved" spaghetti detection was totally worth it!

u/Brightermoor — 9 days ago

k1c has k1 settings after changing motherboard

Hi, i wanted to ask if there’s a specific way to make the printer work properly, since upgrading the version of the firmware for the k1c version hasn’t worked, i used the CR4CU220812S11_ota_img_V1.3.5.22.img for the flash and the CR4CU220812S11_1.3.3.5.ingenic for a recovery, but i have the CR4CU220812S12 motherboard.

Thanks.

u/tera121 — 7 days ago
▲ 8 r/CrealityK1C+1 crossposts

K1C 2025 DXC extruder filament sensor

When I installed the new extruder on my K1C 2025 model, I connected the sensor cable to the nozzle MCU and didnt worked.

The cable pins from the DXC filament sensor are swapped because Creality changed the order of the pins in the Nozzle MCU for the 2025 new model.

You need to accommodate the cables from the sensor connector in the correct order:

https://preview.redd.it/633ppf50yaih1.png?width=1600&format=png&auto=webp&s=8630b1a69b7e31f1caa091d1a5ffe66a5859fd2c

https://preview.redd.it/lg3p9f50yaih1.png?width=720&format=png&auto=webp&s=3b9c41f58d005d877d545a9f8b642fe010ffe539

After that, you need to modify your printer.cfg

First comment old sensor settings

#[filament_switch_sensor filament_sensor]
#pause_on_runout: true
#switch_pin: !PD7

Add the new settings for DXC sensor

[filament_switch_sensor DXC]
pause_on_runout: true
switch_pin: nozzle_mcu:PB9
event_delay: 1.5
pause_delay: 0.25
insert_gcode: 
  M118 Filament inserted
runout_gcode:
  M118 Out of filament
  {% if printer.extruder.can_extrude|lower == 'true' %}
    G91
    G1 E-30 F180
    G1 E-50 F2000
    G90
  {% endif %}

[respond]
default_type: echo
default_prefix: 

I got PB9 from Nozzle MCU chip datashet, is the pin number 46 where is connected the signal from filament sensor. Also removed the "!" because with it, the results were swapped.

Save and restart printer and the sensor will work. You can now query in console
QUERY_FILAMENT_SENSOR SENSOR=DXC

And you will get something like this:

https://preview.redd.it/a534eqw2yaih1.png?width=545&format=png&auto=webp&s=7616f9375e861dcb2627e308bed329b603c3ff5e

Note:
To edit printer.cfg in your K1C 2025 model, you dont need a rooted printer, just go to https://app.fluidd.xyz/ or install fluidd in your computer, and add your printer as PRINTER_IP:7125 (example 192.168.33.134:7125) and then you will see the printer.cfg to update it.

reddit.com
u/IngAguirrel — 11 days ago