r/Creality

Still fascinated how good printers have got in recent years...
🔥 Hot ▲ 127 r/3Dprinting+1 crossposts

Still fascinated how good printers have got in recent years...

First PETG CF print on my K2. No special calibration was done, only used default filament profile, loaded material in CFS and automaticallysynced the loaded filaments in the slicer. Maybe a bit of top underextrusion but otherwise pristine.

Initially had regrets moving my Voron build to the attic and replacing it with a K2 Plus for large stuff and K2 for small stuff.

u/PrintedForFun — 13 hours ago

Help! Creality Hi combo issues with .02 nozzles

Okay im resorting to Reddit because im tired of buying bew unicorn nozzles for the Hi im doing intricate designs on some prints that require a .2 nozzle and for some reason they always get clogged and when i push the noclogger through it it doesnt really work i did a cold pull and got most of it out but theres still some attached to the sides and idk what else to do to clean up the plastic (Its Pla btw) .Its Stressing me out atp

reddit.com
u/Positive_Chicken_689 — 29 minutes ago

Creality K1C

I need help with some settings to run Creality Hyper PLA-CF Black from my Creality K1C. I can’t seem to get this one to print right. I have the dryer and dried this stuff for 8 hours and I just have had a hard time to get this stuff to work for me.

reddit.com
u/Terrible-Sir-5732 — 29 minutes ago
▲ 42 r/Creality+1 crossposts

Creality print 7.1 is awesome

Creality print 7.1 is amazing, can paint on fuzzy walls, has a bunch of options. In the petg pic it's a birdhouse, the ceiling has a texture, the inside parts perfectly flat. Also has ironing for supports , did the predator, supports came off super easy. Usually put in fridge and then warm water, his teeth so easy to break. Another setting supposed to increase strength. First night I got to use 7.1, but it's awesome so far!

u/Eli648294 — 18 hours ago

dusted off an old cr-10 v3 and need help

I just dusted off a cr-10 v3 that has been in storage for a while. I was able to power it up and preheat the end and bed. I was also able to run through the filament change and home with no issue so I know the heating elements and motors are all good. However, when I go to "print from tf" and select a file, it gets to "heating done" then just sits there and doesn't start printing.

I checked the card on my laptop and was able to read the files with no issue.

any ideas what might be wrong? I know that's probably not much to go on, so how do I troubleshoot this?

Thanks in advance!

reddit.com
u/Significant_Ad_8355 — 3 hours ago

My Ender 3 V3 Core XZ how is it looking? Tips? And are there any people with this printer?

Hallo I have been looking into te printer I have and noticed there is abuseluty no one who also has this printer. To give more context.

I have a Ender 3 V3 core XZ not the se ke or plus. (Picture included egnore the mess pls)

And I am trying to find upgrades or anything on the printer. I have a few reviews that i found but thats kinda it. So I am looking for some people who also have this printer preferably. Cause I want to know your experience and if you have any upgrades or upgrades you like to see.

Else if there are people with the se ke or plus. What mods do you have? Cause i am looking in maybe getting stability upgrades like what te plus model comes with.

Else I m making a upgrade were i can put my flashlight on top of the printer. Yea

u/yurge_plays_game — 7 hours ago

Need some help with K1C

I need some help here. I followed an online guide on how to maintain my K1C (which was stupid lol). Anyway the bed went down with a cleaning clamp on one of the screws there was a lot of crunching noise. all I could think of doing was reversing it back up with clamp on the other side. ( more crunching noise) did the auto check/bed leveling thing and it passes everything. however I keep getting this error. what did I do? how to fix it?

u/Automatic-Union-3385 — 4 hours ago

The difference between 'it just works' code VS code with a bit of love.

I've been managing to spend more time with the max recently, another project is close to getting tied up so my adhd brain is seeking dopamine again lol

Had to do a lot of hand-patching to get this to compile, but I've learned a fair bit which is priceless.

####################################################################################

So Creality ship their printers with a 'it works' philosophy, the code klipper runs on is mainly generic, no fancy stuff, easy to compile, easy to release updates you get it (hopefully)

This is what happens when you create a program (for want of a better word) that uses all of the brain that it's meant to run on. I remade python and numpy (needed for a lot of math calculations on a printer) and this is the performance difference.

No overclock, stock cpu settings, this performance has always been there, just not being used, it's free.

The reason why i've done these sorts of things and others like Doom and a Media player on the Max is it's quite sad when people say the K1 series are weak, barely able to run klipper, moaning basically, I'd just like to prove that with a little bit of work the X2000 cpu is quite a little beast.

Anyway, this is the difference, enhanced files VS stock files. If my math is correct its around a 40X speedup, no overclocking, no hacks just using a chip with its full capabilities (tbf there's a bit more on the table)

####################################################################################

root@K1Max-1361 /root [#] PYTHONPATH=/usr/data/Custom_stuff/numpy-test/python3.8/site-packages LD_LIBRARY_PATH=/usr/data/Custom_stuff/numpy-test python3 -c "

> import numpy as np

> import time

> a = np.random.rand(1000, 1000)

> b = np.random.rand(1000, 1000)

> start = time.time()

> c = np.dot(a, b)

> print('Matrix multiply 1000x1000:', time.time()-start, 'seconds')

> "

Matrix multiply 1000x1000: 3.58868408203125 seconds

root@K1Max-1361 /root [#] python3 -c "

> import numpy as np

> import time

> a = np.random.rand(1000, 1000)

> b = np.random.rand(1000, 1000)

> start = time.time()

> c = np.dot(a, b)

> print('Matrix multiply 1000x1000:', time.time()-start, 'seconds')

> "

Matrix multiply 1000x1000: 149.9074788093567 seconds

root@K1Max-1361 /root [#]

####################################################################################

Tldr Stock does the math in 150 seconds, fancy shizz does the math in 3.5.

This is a bit like gaming on a pc, Stock the Max is using an IGPU, unlocking everything is like adding a GPU to to the same pc if that makes sense?

Anyway, gonna leave it for tonight, just thought I'd share what the Ingenic X2000 chip can do when properly utilised :)

reddit.com
u/Mart7Mcfl7 — 4 hours ago
▲ 3 r/Creality+1 crossposts

Disabled Generic Filaments?

I’m having some troubles with really most slicers other than Bambu Studios right now. I updated Orcaslicer to the newest version and now my filament options are VERY narrow. Generic filaments like Generic PLA and Generic TPU are listed as unsupported and it only wants me to select filament that’s the same brand as the printer. Is this just a new thing or do I have a setting messed up? Thanks!

reddit.com
u/Late_Can_6881 — 8 hours ago
▲ 2 r/resinprinting+1 crossposts

Creality Halot R6 update problem

I got a firmware update prompt on my printer saying something like “there’s a firmware update available, do you want to install it?” I clicked yes, and since then it hasn’t worked at all.

The weird part is that the update was from 2024, so its not even something new. Has anyone else experienced this? Is there any way to fix it or roll back the firmware?

reddit.com
u/nexyo26 — 8 hours ago
▲ 2 r/Creality+1 crossposts

Kliply not connectedfollowed by crash on Linux (fedora)

I'm on orca 2.3.2, I have a k2 combo and I have the port as 4408, host is octo/kipper and agent is orca. Iv tryed changing the host the creality as well and it does the same thing. Anyone know a fix?

reddit.com
u/GINJAWHO — 13 hours ago

Good alternatives for the filament shredder that just came out?

I was thinking of buying the filament maker from Creality, but was hesitant about buying the shredder as it might be too much. is there a better alternative to the filament shredder that works for most filaments? (preferably PLA and PETG)

reddit.com
u/MaxieFriend — 5 hours ago

K2 Plus huge leveling issues

Hey,

I wanted to ask you guys if you are having the similar problem.

Currently I am not able to get a good leveling, so at some points the head is too far or too close to the printbed. It is very inconsistent.

I think I tried everything that is possible that could fix the problem (flow rat, z offset, cleaning the bed, cleaning the nozzle, using another filament, ...).
I usually print with PLA or ABS, and the problem seems to be especially on ABS. Maybe because of the higher print bed temperatures? But I don't know what to do anymore.

Thanks for answers in advance :)

reddit.com
u/ringswinginurmomding — 6 hours ago

What am I doing wrong here? (Re-post with pics...)

Trying to get as smooth a surface as possible. This is not smooth. What am I doing wrong?

Creality Ender-5 Max running Hyper PLA, nozzle @ 220°, bed @ 45°.

Does turning on "Precise Wall" help this? Is my Z offset wrong?

u/Upstairs_Housing_209 — 6 hours ago
▲ 3 r/resinprinting+1 crossposts

Is there an option to replace just the glass on the (Halot mage s) screen?

For context there was a mishap with the print bed impacting the screen and leaving a crack in the glass. The actual panel still works perfectly so I am wondering if there is an option to just replace the glass?

The glowing dot in the second photo is just hardened resin reflecting off the glass (it doesn’t have enough strength to show up through the uv screen despite its size).

u/Advanced-Amphibian43 — 12 hours ago

What am I doing wrong here?

Trying to get as smooth a surface as possible. This is not smooth. What am I doing wrong?

Creality Ender-5 Max running Hyper PLA, nozzle @ 220°, bed @ 45°.

Does turning on "Precise Wall" help this? Is my Z offset wrong?

reddit.com
u/Upstairs_Housing_209 — 6 hours ago

Help with my Halot R6

Hi everyone! I need help with my Creality Halot R6. I tried to update the firmware and now it's stuck on the Creality boot screen and won't go further. I've already tried:

- Reflashing via USB drive (FAT32, file in root)

- Connecting to PC via USB to use PhoenixSuit (FEL mode)

- Contacting Creality support with no response

The mainboard says "R528 MIPI MAINBOARD" (Allwinner R528 SoC).

I need the firmware in .img format compatible with PhoenixSuit/FEL mode to reflash it, or any other method that has worked for someone in the same situation.

Has anyone successfully recovered a bricked Halot R6? Any help is greatly appreciated! 🙏

reddit.com
u/Massive_Engine_9165 — 6 hours ago

Need help deciding on new printer!

I currently have an ender 3s1, I'm looking at a new printer with multi color. initially was looking at ender 3v4 combo but now I'm confused between the 3v4, sparkx, and the hi. they're all combos for $400 on crealitys website and not much info on differences. any input would be appreciated!

reddit.com
u/Capable_Poetry_3837 — 11 hours ago
▲ 3 r/3Dprinting+3 crossposts

What is causing these issues?

Both printed separately, one printed with PA set to 0,03 the other one set to 0,055. Both have the same issues at the same spots. Any advice?

u/Otherwise_Ad4179 — 14 hours ago
Week