Excellent article. It is very hard to understand a few things about Prusa, lately:
1. The Nextruder looks 5 years behind Bambulab nozzle switching, without to mention the cost of a new nozzle. A clogged nozzle is a non issue in a Bambulab printer, but it causes me a big cost and more work with my MK4 (which has the same extruder as the Core One).
2. How is it possible that these printers still lack at least a cheap webcam?
3. One of the strengths of Prusa should be support. It used to be very good, years ago. Now the issue the OP is reporting about the app that is not able to detect the principal component in the sound of the belt, is an example of a more extended problem, that one can see in many ways, especially in the MK4 / Core One documentation, that is especially lacking.
In general, here the OP is doing the work that Prusa should be doing to provide a better experience, without to mention all the design issues that they are not fixing directly before shipping their printers. I'm also a Bambulab user, and my A1 costed a fraction of my MK4 and it is the printer I always hit because of the zero-issues. It just works.
Now companies may have ups and downs, but there is some problem at Prusa: they are still not understanding what's really happening and where their problems are.
omnimus · 8h ago
1. I think even on bambu people switch extruder so they have swichable nozzles. Atleast thats what i did on my P1S. There is huge aftermarket with these if you need them.
2. Reasoning i heard is that Prusa printers are used a lot by print farms that dont want them for security reasons and that there are aftermarket cams that are going to be a lot better than what they can deliver. Again cam on Bambu P1S is pretty bad so if you like the feature you end up changing it but because the chip in P1S is pretty low powered you end up adding whole different camera system.
3. This is very good point. I guess they were under pressure to release asap and the docs are rushed / in process. The upside is that they have track record of long support for the products.
I am not sure that they are so clueless.
I’ve had P1S for some time. It’s great. I wanted focus on 3D printing not on 3D printer.
But now? Bambu is update away from not being able to print outside their cloud. There is zero openness. They do everything to stop any kinf of reverse engineering or alternative firmwares. Afaik they might just decide tomorrow that they stop support some of the older models and they simply stop printing.
I still ended up messing, modding, tweaking and learning about the Bambu printer anyway.
But i also found a lot of use for 3D printer. So idea of buying 3x times more expensive printer kit that will take me 20h to assemble and then even more time to tweak to print as good as Bambu… is OK? Almost intruging? I will know that with care it will work for a looong time i will know how it works and it will be valuable knowledge.
It seems a lot like linux vs mac. At some point you bite the bullet and never look back. Or you do and go back.
kiba · 8h ago
I just buy the built version.
omnimus · 8h ago
Yeah i am probably cheap OR i have this false idea that i will ubderstand the printer more…
i_am_jl · 7h ago
I just finished assembling my Core One.
I definitely understand how the printer works better than if I bought it assembled. It'll definitely save me time troubleshooting/maintaining/repairing it later. But I spent more time building it than I could ever save during teardown/rebuilds.
I bought a kit because I like building stuff, the Core One kit had the same appeal as a Lego model or a model car. If that's not appealing to you, do yourself a favor and buy the completed printer.
If you do get the kit, get a couple of ice cube trays to use to organize fasteners; keeping them organized in the bags Prusa sends was a battle I wasn't interested in fighting.
foobarian · 8h ago
I assembled the mk3s from kit. It was long but at least I have a mental model of where things are, and what to remove first if I needed to exchange parts.
bantunes · 10h ago
The Buddy3D camera has a firmware update recently, now it can RTSP stream inside your LAN and you can force day/night detection. Also, it saves timelapses to a local microSD. Still not super cheap, but yeah.
conorbergin · 9h ago
I think someone says this in every HN post involving CAD, but the reason FreeCAD is "buggy" and Solvespace is small and fast is Solvespace has a fraction of the power. FreeCAD uses the Open Cascade kernel, which can do complex 3d boolean and fillet operations, not having these operations severely limits the geometry you can create, and you will run into walls very quickly using Solvespace, OpenSCAD or anything else with a hand rolled geometry kernel. Even commercial projects use an off the shelf kernel, they're just difficult to write.
Miraste · 8h ago
This is true, but it's not a reason to put buggy in quotes. FreeCAD is, objectively, full of bugs. Running into bugs all the time also limits what you can create. For hobbyist 3d printing purposes, Solvespace and OpenSCAD can cover the vast majority of simple single-part designs.
conorbergin · 8h ago
I could not imagine trying to design a 3d part without fillets. I use Build123d mostly, and have even gone as far as using the Open Cascade library directly, but if I had to choose between FreeCAD or OpenSCAD/Solvespace I would rather work around FreeCADs jank than give up fillets.
lq9AJ8yrfs · 6h ago
Have you tried BOSL2? [1] Adds a lot to openscad, enough to keep me going at least. Fillets, chamfers, rounding, common parts, anchoring options, and it makes use of parent-child relationships between parts.
Not entirely perfect and some compromises, for example faceting isn't always consistent and hashtag highlighting doesn't seem quite right, but overall still it's good enough for me. The wiki on GitHub is pretty good, and with the source in hand I have had an easy time understanding what it does and tweaking it as needed.
For openscad itself, there are nightly builds with the new geometry engine, which too mostly works for me and is a huge speedup over the older CGAL engine. Renders that took minutes in CGAL now take seconds with the new engine. I like to take faceting through the roof for nicely rounded curves, but that kills CGAL apparently.
I see you still have to add a fudge number to stop the faces intersecting when doing a difference boolean. I'm afraid this is still strictly worse than Build123d or any other DSL than wraps OpenCascade.
therouwboat · 4h ago
I tried build123d with ocp vscode standalone and it seems interesting, but edit->run script->check browser-workflow feels annoyingly slow.
Maybe I'll try blender addon tomorrow.
conorbergin · 3h ago
I've been using it for a while and I honestly don't even check the output until I'm done sometimes. I think it's more important to make good preliminary sketches and have a good idea of what you want to make, checking the output every time you change a dimension isn't that useful.
Miraste · 7h ago
Understandable, there are plugins and workarounds for fillets in OpenSCAD but they're not great.
If you're using Open Cascade through something other than FreeCAD, you may be having a better experience anyway. FreeCAD uses their own fork, which is hundreds of commits behind.
hnuser123456 · 4h ago
OpenSCAD is verbose, but fillets are just a cylinder subtracted from a rectangular prism.
mathiaspoint · 8h ago
FreeCAD is a mess. Especially if you're doing things like CAM.
capyba · 7h ago
Hard agree.
Alibre CAD has affordable permanent/monthly licenses, I recommend that as the affordable commercial option.
Arcuru · 7h ago
I didn't realize Paul Lutus had an active blog! I would highly recommend not only reading this post but checking out the author. I read their book Confessions many years ago and it was one of the things that helped push me to look for fulfillment outside of tech.
It looks like he posted this so may see my comment. I just want to say thanks, I appreciate the things you've put out into the world.
Good timing with this. I had an old maker select v2 from ~2015, and at some point, the SD card got jammed in and ripped the card reader off the PCB, so I just ordered a Core One (preassembled) over the weekend. The CoreXY system (and enclosure) seems more elegant than bed-slinging, but it's evidently more fiddly. Hopefully the enclosure also prevents it from accumulating dust as quickly.
You mentioned you stripped one of the tensioners - does a screw thread into a 3d printed part? Is there a more robust version of the part?
ashoeafoot · 10h ago
Has anyone made any experience with printer head changes (similar to factory robots exchanging grippers)?
I dont want the print to pause in some gcode function waiting for me to pick &place
mjb · 10h ago
There are a large number of "toolchanger" printers out there, include Prusa's XL. They're pretty great: multiple nozzle sizes and types, multi-material and multi-color without a lot of waste, and even the ability to use different tools (like lasers and subtractive manufacturing). In the consumer space the technology is still fairly expensive, and the complexity reduces reliability, but I suspect is going to become more and more of the norm over time.
Most modern printers also support simpler multi-material setups which change the filament in a single tool automatically. Waste is fairly high (because of the need to purge), and speed fairly low (because of the need to purge), but the technology is mature and cheap.
rtkwe · 9h ago
Bambu also has their new 2 head printer the H2D where you can print incompatible materials like PLA and PETG for perfect supports that don't stick to the main print.
0x457 · 9h ago
Yes, but you could print incompatible materials before just fine. It was just either time-consuming (manual change) or time-consuming and wasteful (AMS-like systems that cut filament)
Miraste · 8h ago
Printing multiple materials with an AMS-like system will usually cause print failures. Remnants of the materials will stick in the single print head and mix with the incompatible materials. And manually switching isn't feasible if you're trying to do something like print supports--are you going to swap filament rolls by hand every layer?
bdcravens · 46m ago
I've printed both PETG and PLA just fine (using PETG as a support interface) in the AMS. The key is to turn off the prime tower, and increase the flushing volume between those materials. (I do now have an H2D, and it's definitely an upgrade over having to do that)
0x457 · 5h ago
I've printed _many_ parts with multi-material using AMS: PLA, PETG, different support materials. Never had a single failure. It's wasteful, but never had issues.
> And manually switching isn't feasible if you're trying to do something like print supports--are you going to swap filament rolls by hand every layer?
No, first because I would use support material just for the interface and if it's curved, then no. Even with X1C's AMS, any IDEX, H2D print time would be hilariously ballooned. I'n saying that dual-nozzle design didn't make it possible, it made it more convenient.
Miraste · 3h ago
That is curious. I've only tried multimaterial work with an AMS Lite on an A1, but it critically compromised layer bonding due to residue, and it was a reproducible problem.
0x457 · 2h ago
I have a whole rc plane printed out of PLA-LW and PETG for interface, model used a lot of supports. Still in one piece. My only print issues with x1c:
- I forget which plate was used for petg and which one for pla and mix them up
- Revo nozzles had clogs, solved by switching to diamondback
- Can't pull the very end of the 3rd party spools and either gives me "motor overloaded" or void layers.
rtkwe · 9h ago
Two heads lets you keep them completely separate which is good because PETG to PLA tends to jam and you need to purge a LOT to get all the PETG out or it can mix with the PLA causing really weak parts.
98codes · 10h ago
The Prusa XL[1] can be configured for 5 toolheads for fast, automatic switching ala factory robots.
What you're looking for a printer with tool changing capabilities such as Prusa XL or DIY like Voron with mods.
skybrian · 11h ago
What practical reasons are there to choose the Core One over an MK4S or vice-versa? The Core One is slightly more expensive.
hnuser123456 · 11h ago
The Core One uses a "CoreXY" system where the extruder moves in X and Y directions instead of X and Z, and the bed moves in Z instead of Y. It eliminates issues caused by large prints progressively increasing the mass/momentum on the Y axis, but it requires a more complex system of belts. Also, the Core One only comes in an enclosure, which is good for some materials that need warmer air, but can hinder PLA, which needs cool air.
Generally, it seems like if you just want to reliably print PLA, get a MK4S, but if you want the temp-controlled enclosure or filament versatility, get a Core One.
Palomides · 11h ago
core one is enclosed and somewhat (20%?) faster
skybrian · 9h ago
Why does enclosed matter, though?
Apparently there is a filter add-on that might help with printing something smelly?
Many materials with desirable properties (e.g. temperature resistance, strength) can only be printed in a heated enclosure. ABS and Nylon, for example.
And if you're printing ABS then you need fume extraction because unlike more common materials, ABS fumes are toxic.
It's not strictly necessary for your basic PLA and PETG, but it can help sometimes if the ambient temperature is really low or if the environment is drafty which can cause prints to lift off the bed.
This article highlights why Bambu has been eating Prusa's lunch the past few years. Imagine spending over $1000 then needing to print parts to get it to work properly.
I swapped my Ender5 for an X1C two years ago, and since then, I have only had to do whatever maintenance the X1C tells me. Using my X1C feels much closer to using my laser paper printer, whereas my Ender5 ended up being a hobby in itself.
nmeofthestate · 11h ago
While skimming through this I was thinking "this is a PR disaster", because people are going to see the contrived, extreme ways this guy has fucked up his Prusa printer to illustrate his how-to and think it's representative of the printer that they would receive if they ordered one.
Miraste · 8h ago
If we're comparing, it would be useful to look at the way these things are done on a Bambu printer.
Z-axis and XY-axis calibration: Designed to be unnecessary. Not possible with stock software. Possible with Orcaslicer on old or custom firmware, in which case the procedure would look similar.
Belt tensioning: Similar, but easier and better designed (no half-baked app involved).
Camera: Bambu also requires an account, I believe. Other than that, it's much better: it comes with the printer, is in color, has a light, runs at a useful framerate, and can take offline timelapses.
I don't think the comparison is positive for Prusa.
Palomides · 11h ago
this is a nice post on how to maintain and repair a Core One, not things you have to regularly do
kinda irritating that every single thread about a Prusa printer has a dismissive post from someone who went from a janky Ender to a Bambu
sho_hn · 10h ago
> kinda irritating that every single thread about a Prusa printer has a dismissive post from someone who went from a janky Ender to a Bambu
A lot of HN users have bought a Bambu and feel a need to justify their choice after the fact in a way that gels with their outsized need to perform as experts in front of others. This leads to a lot of comments basically just repeating Bambu talking points without having evaluated any alternatives. "The printer for the masses" just becomes received wisdom.
If you know better, just let it wash over you and go do cool stuff.
I'm also sort of wondering if it's a bit of an American thing, where Americans tend to have this odd self-disparaging impulse to call Western-made products crap and point to Asian manufacturers as having figured it out. See e.g. Japanese cars. Perhaps Bambu is perceived as the Toyota of 3D printers or something.
rblatz · 7h ago
As someone that went from a janky Ender to a Bambu X1C, I think I can explain the differences. Is your hobby 3d printing? If so a machine that allows you more freedom to tinker and requires more hands on knowledge, but at a slightly lower price makes sense. If you use a 3d printer for your other hobbies, then something more appliance like that just works like the Bambu lines is probably a better fit.
I basically never 3d printed before, because every time I wanted to print I spent more time fiddling with the printer than I spent on my actual hobby. Now I spend almost no time thinking about the printer, and I use it almost daily.
I think both Prusa and Bambu have great printers and target different demographics, Bambu was a better fit for me and my needs, and I think a lot of people fall into the same general class as me. If you want a 3d printing appliance go with a Bambu, if you want to spend time customizing and upgrading and tinkering with a 3d printer go with another brand like Prusa.
Symbiote · 5h ago
> if you want to spend time customizing and upgrading and tinkering with a 3d printer go with another brand like Prusa.
Prusa is the company making reliable, open and therefore repairable/upgradable printers. But reliable is first, and the majority of Prusa printers will not be modified from purchase.
dekhn · 2h ago
I did not find my Prusa (MK3 upgrade to mk3s and also a new mk3s) to be reliable. It had all sorts of failure modes and eventually I stopped using both of them. I did repair both of them a few times but the extruder design is just really inconvenient. I replaced it with a printer that cost far less - cheap enough that after a few years, if it started to behave poorly, I'd replace it with another cheap printer (after reading reviews to make sure its constraints were consistent with my workflow).
Prusa did some great stuff but the market copied the good stuff and evolved past them.
sho_hn · 4h ago
I bought an MK4 two years ago, it's been printing for 1500+ hours, and I haven't done any tinkering. It's just a workhorse.
Again, you said it yourself: You went from an Ender to a Bambu, and you seem to just assume that a Prusa requires "tinkering".
rblatz · 1h ago
This was in response to a post about how to setup and calibrate and deal with Prusa Core One issues. The Bambu literally just runs a self calibration on first run, making the need for this sort of process unnecessary.
Maybe it’s not a big deal to do this on first setup, but clearly someone thought it was worth writing a blog post to explain to people.
Miraste · 8h ago
I don't think it has anything to do with a halo around Asian companies. Bambu and Creality are both Chinese. I've used plenty of Prusa, Ender, and Bambu printers, and this is what I've found:
Bambu: break the least. That's it, that's the whole secret to why everyone recommends them. Sure, the print quality is good, and there are some nice QOL things, but they took off because you can hit print and expect to get a print.
Prusa: These are mostly reliable. Not as reliable as Bambu. The Prusa printer I have right now has had two fatal malfunctions over the years I've used it, both of which were due to design flaws Bambu printers don't have. They are making a lot of progress, and I hope they catch back up.
Creality (Ender manufacturer): No one should buy Creality products. They are worthless. Everything from the lowest bargain-bin Ender 3 to the latest K2 Plus will break and might burn the building down.
jazzyjackson · 9h ago
I'm an open source fan boy but my friend is always sending me links to the bambu sales. I don't think she's a self-disparaging american, and we've worked together in FabLabs we've practically used every printer out there so its not for lack of evaluation. She pushes bambu on me because she's sympathetic to what a PITA it is to deal with the majority of printers. Lulzbot is good too but I have to ask myself if my patriotism is worth it to pay 3x as much for a worse product ? Made-In-Colorado is extruded aluminum screwed together with brackets. [0] Made in Shenzhen is welded steel. [1] Also, there is very good reason that Toyota developed its reputation relative to American cars, and it's not Japanophilia.
The other thing to note is that they're in stock, folks have had to wait quite a long time to get their core-ones.
I'd love to support prusa or the others instead, but have hardware to ship and can't justify paying more for less reliable and more costly to run printers.
Prusa is great, but it's hard to justify an increased cost to my customers for "greatness".
hnuser123456 · 4h ago
Core One prebuilt lead time claims to only be 1 week currently, I'll let you know if that's true within a week.
lutusp · 12h ago
Learn how to set up and use the new Prusa printer. The article includes troubleshooting tips and example projects.
1. The Nextruder looks 5 years behind Bambulab nozzle switching, without to mention the cost of a new nozzle. A clogged nozzle is a non issue in a Bambulab printer, but it causes me a big cost and more work with my MK4 (which has the same extruder as the Core One).
2. How is it possible that these printers still lack at least a cheap webcam?
3. One of the strengths of Prusa should be support. It used to be very good, years ago. Now the issue the OP is reporting about the app that is not able to detect the principal component in the sound of the belt, is an example of a more extended problem, that one can see in many ways, especially in the MK4 / Core One documentation, that is especially lacking.
In general, here the OP is doing the work that Prusa should be doing to provide a better experience, without to mention all the design issues that they are not fixing directly before shipping their printers. I'm also a Bambulab user, and my A1 costed a fraction of my MK4 and it is the printer I always hit because of the zero-issues. It just works.
Now companies may have ups and downs, but there is some problem at Prusa: they are still not understanding what's really happening and where their problems are.
2. Reasoning i heard is that Prusa printers are used a lot by print farms that dont want them for security reasons and that there are aftermarket cams that are going to be a lot better than what they can deliver. Again cam on Bambu P1S is pretty bad so if you like the feature you end up changing it but because the chip in P1S is pretty low powered you end up adding whole different camera system.
3. This is very good point. I guess they were under pressure to release asap and the docs are rushed / in process. The upside is that they have track record of long support for the products.
I am not sure that they are so clueless.
I’ve had P1S for some time. It’s great. I wanted focus on 3D printing not on 3D printer.
But now? Bambu is update away from not being able to print outside their cloud. There is zero openness. They do everything to stop any kinf of reverse engineering or alternative firmwares. Afaik they might just decide tomorrow that they stop support some of the older models and they simply stop printing.
I still ended up messing, modding, tweaking and learning about the Bambu printer anyway.
But i also found a lot of use for 3D printer. So idea of buying 3x times more expensive printer kit that will take me 20h to assemble and then even more time to tweak to print as good as Bambu… is OK? Almost intruging? I will know that with care it will work for a looong time i will know how it works and it will be valuable knowledge.
It seems a lot like linux vs mac. At some point you bite the bullet and never look back. Or you do and go back.
I definitely understand how the printer works better than if I bought it assembled. It'll definitely save me time troubleshooting/maintaining/repairing it later. But I spent more time building it than I could ever save during teardown/rebuilds.
I bought a kit because I like building stuff, the Core One kit had the same appeal as a Lego model or a model car. If that's not appealing to you, do yourself a favor and buy the completed printer.
If you do get the kit, get a couple of ice cube trays to use to organize fasteners; keeping them organized in the bags Prusa sends was a battle I wasn't interested in fighting.
Not entirely perfect and some compromises, for example faceting isn't always consistent and hashtag highlighting doesn't seem quite right, but overall still it's good enough for me. The wiki on GitHub is pretty good, and with the source in hand I have had an easy time understanding what it does and tweaking it as needed.
For openscad itself, there are nightly builds with the new geometry engine, which too mostly works for me and is a huge speedup over the older CGAL engine. Renders that took minutes in CGAL now take seconds with the new engine. I like to take faceting through the roof for nicely rounded curves, but that kills CGAL apparently.
[1] https://github.com/BelfrySCAD/BOSL2
Maybe I'll try blender addon tomorrow.
If you're using Open Cascade through something other than FreeCAD, you may be having a better experience anyway. FreeCAD uses their own fork, which is hundreds of commits behind.
Alibre CAD has affordable permanent/monthly licenses, I recommend that as the affordable commercial option.
It looks like he posted this so may see my comment. I just want to say thanks, I appreciate the things you've put out into the world.
You mentioned you stripped one of the tensioners - does a screw thread into a 3d printed part? Is there a more robust version of the part?
I dont want the print to pause in some gcode function waiting for me to pick &place
Most modern printers also support simpler multi-material setups which change the filament in a single tool automatically. Waste is fairly high (because of the need to purge), and speed fairly low (because of the need to purge), but the technology is mature and cheap.
> And manually switching isn't feasible if you're trying to do something like print supports--are you going to swap filament rolls by hand every layer?
No, first because I would use support material just for the interface and if it's curved, then no. Even with X1C's AMS, any IDEX, H2D print time would be hilariously ballooned. I'n saying that dual-nozzle design didn't make it possible, it made it more convenient.
- I forget which plate was used for petg and which one for pla and mix them up
- Revo nozzles had clogs, solved by switching to diamondback
- Can't pull the very end of the 3rd party spools and either gives me "motor overloaded" or void layers.
[1] https://www.prusa3d.com/en/product/original-prusa-xl-assembl...
Generally, it seems like if you just want to reliably print PLA, get a MK4S, but if you want the temp-controlled enclosure or filament versatility, get a Core One.
Apparently there is a filter add-on that might help with printing something smelly?
https://www.prusa3d.com/product/advanced-filtration-for-prus...
And if you're printing ABS then you need fume extraction because unlike more common materials, ABS fumes are toxic.
It's not strictly necessary for your basic PLA and PETG, but it can help sometimes if the ambient temperature is really low or if the environment is drafty which can cause prints to lift off the bed.
See: https://help.prusa3d.com/filament-material-guide
I swapped my Ender5 for an X1C two years ago, and since then, I have only had to do whatever maintenance the X1C tells me. Using my X1C feels much closer to using my laser paper printer, whereas my Ender5 ended up being a hobby in itself.
Z-axis and XY-axis calibration: Designed to be unnecessary. Not possible with stock software. Possible with Orcaslicer on old or custom firmware, in which case the procedure would look similar.
Belt tensioning: Similar, but easier and better designed (no half-baked app involved).
Camera: Bambu also requires an account, I believe. Other than that, it's much better: it comes with the printer, is in color, has a light, runs at a useful framerate, and can take offline timelapses.
I don't think the comparison is positive for Prusa.
kinda irritating that every single thread about a Prusa printer has a dismissive post from someone who went from a janky Ender to a Bambu
A lot of HN users have bought a Bambu and feel a need to justify their choice after the fact in a way that gels with their outsized need to perform as experts in front of others. This leads to a lot of comments basically just repeating Bambu talking points without having evaluated any alternatives. "The printer for the masses" just becomes received wisdom.
If you know better, just let it wash over you and go do cool stuff.
I'm also sort of wondering if it's a bit of an American thing, where Americans tend to have this odd self-disparaging impulse to call Western-made products crap and point to Asian manufacturers as having figured it out. See e.g. Japanese cars. Perhaps Bambu is perceived as the Toyota of 3D printers or something.
I basically never 3d printed before, because every time I wanted to print I spent more time fiddling with the printer than I spent on my actual hobby. Now I spend almost no time thinking about the printer, and I use it almost daily.
I think both Prusa and Bambu have great printers and target different demographics, Bambu was a better fit for me and my needs, and I think a lot of people fall into the same general class as me. If you want a 3d printing appliance go with a Bambu, if you want to spend time customizing and upgrading and tinkering with a 3d printer go with another brand like Prusa.
Prusa is the company making reliable, open and therefore repairable/upgradable printers. But reliable is first, and the majority of Prusa printers will not be modified from purchase.
Prusa did some great stuff but the market copied the good stuff and evolved past them.
Again, you said it yourself: You went from an Ender to a Bambu, and you seem to just assume that a Prusa requires "tinkering".
Maybe it’s not a big deal to do this on first setup, but clearly someone thought it was worth writing a blog post to explain to people.
Bambu: break the least. That's it, that's the whole secret to why everyone recommends them. Sure, the print quality is good, and there are some nice QOL things, but they took off because you can hit print and expect to get a print.
Prusa: These are mostly reliable. Not as reliable as Bambu. The Prusa printer I have right now has had two fatal malfunctions over the years I've used it, both of which were due to design flaws Bambu printers don't have. They are making a lot of progress, and I hope they catch back up.
Creality (Ender manufacturer): No one should buy Creality products. They are worthless. Everything from the lowest bargain-bin Ender 3 to the latest K2 Plus will break and might burn the building down.
[0] https://buy.lulzbot.com/products/lulzbot-3d-printer-taz-work...
[1] https://us.store.bambulab.com/products/x1-carbon
The other thing to note is that they're in stock, folks have had to wait quite a long time to get their core-ones.
I'd love to support prusa or the others instead, but have hardware to ship and can't justify paying more for less reliable and more costly to run printers.
Prusa is great, but it's hard to justify an increased cost to my customers for "greatness".