this post was submitted on 14 May 2026
1388 points (99.2% liked)

Technology

84646 readers
4433 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CalcProgrammer1@lemmy.today 14 points 1 day ago (5 children)

Ender 3 Pro is a completely offline printer. It has a microSD slot and a USB port, that's it. No network connectivoty at all. It runs Marlin firmware which is a long-standing Arduino-based open source 3D printer firmware. It's highly customizable and upgradable. I added a CR Touch bed probe to mine and rebuilt the firmware to enable the unified bed leveling features. It's not the most user friendly but it's a decent, cheap platform, fully open source, and puts out decent prints.

[–] agit68@lemmy.zip 4 points 22 hours ago* (last edited 22 hours ago) (4 children)

You can also run klipper on them if you want network connectivity. Granted you need a raspberry pi to run klipper so there is that.

After running klipper on my Ratrigs I can't even consider Marlin anymore. Modifying a config file and restarting is less painful than having to compile and flash a bin for every modification or update.

[–] takeda@lemmy.dbzer0.com 1 points 12 hours ago (2 children)

As another 3d printing noob, why would I want my 3d printer connected and be in the mercy of some company? Feels like this dependency makes it so you don't truly own the product.

[–] 4b4a90@lemmy.today 1 points 11 hours ago

Klipper wouldn't do that at all on its own. It basically just uses an external computer to run the printer, rather than purely using the printers microcontroller. So you can connect to the computer remotely/over wifi and control the printer if you set it up to do so. It also makes it easier to add extra stuff like cameras, heaters, power switches, etc. too since it all runs through that computer and knows what the printer is doing.

load more comments (1 replies)
load more comments (2 replies)
load more comments (2 replies)