this post was submitted on 23 Sep 2023
20 points (100.0% liked)

3DPrinting

15271 readers
45 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: !functionalprint@kbin.social or !functionalprint@fedia.io

There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 1 year ago
MODERATORS
 

I've recently returned to the hobby, after some lifestyle changes brought on by the pandemic. It's been a lot of fun catching up on the latest developments, like the emergence of Bambu, etc. My printer is an Ender 3 from Sainsmart, bought in late 2019. I'm guessing it's one of the earliest hardware revisions. I printed a few of the suggested upgrades back when I first bought it, but it was printing pretty well out of the box, so I never did any real mods.

I couldn't help but pick up some recent deals: I ordered the Ender 3 V3 SE, along with a Sprite Pro extruder and dual Z-axis kit - so I can still have a nice machine to print with while I upgrade and tune my old one.

So I wanted to ask the community a few things:

  • Am I likely to need a new motherboard to run this extruder? Hoping I can get away with just firmware

  • Same question, but for Klipper? I currently run Octopi, if I switch away from Marlin, will I also need to drop that as well?

  • Are there any other mods I should be considering to maximize the machine's potential? I'd like to use what I have available where possible, just couldnt resist the Sprite Pro as I want to do ASA and TPU.

Would love to hear folks' thoughts, seems like a better time than ever to be in the hobby!

you are viewing a single comment's thread
view the rest of the comments
[–] cwc@lemmy.world 1 points 1 year ago (1 children)

Ah good to know. When the new Ender gets here it will probably inherit the Octoprint setup then. I'm slowly accepting that I'll need to upgrade the old mainboard to use Klipper and get the most out of the motors/etc. I just know that once I'm sitting and looking at the old board and extruder, I'm going to be wanting to turn them into a third machine... 🤦‍♂️

[–] dack@lemmy.world 3 points 1 year ago (2 children)

I highly recommend switching to fluidd or mainsail. They don't require any more CPU power than octoprint (possibly a bit less, actually). They are more modern and polished interfaces than octoprint.

[–] morbidcactus@lemmy.ca 2 points 1 year ago

Second this, I run mainsail for my voron and octoprint for my prusa, mainsail is just way nicer of an interface Imo, especially on mobile.

[–] u_tamtam@programming.dev 1 points 11 months ago (1 children)

Do "more modern and polished UIs" make up for the loss of extensibility via plugins? Octoprint has bazillion of them, and I would take killer and productive ones like spool manager over subjectively better look

[–] dack@lemmy.world 1 points 11 months ago* (last edited 11 months ago) (1 children)

The architecture is a bit different than octoprint. Fluidd and mainsail are purely client side UI's, while Moonraker provides the server side API for them to connect to. So any additional functionality would need to integrate with Moonraker - not Fluidd/Mainsail.

A lot of functionality that is plugin based in octoprint is core to Moonraker and fluidd/mainsail. Things like cameras, mesh bed tools, gcode viewer, UI layout customization, power device control, etc are all included.

Spool manager is not something I've personally needed or used, but this would probably be a good option: https://github.com/Donkie/Spoolman

[–] u_tamtam@programming.dev 1 points 11 months ago

Yeah, that's what strikes me about Moonraker and its UIs: they seem more rigid and limiting than octoprint and its plugins ecosystem (I can spin one up in mere minutes to do pretty much anything), but those who love fluidd and mainsail them love them very much. I'd like to have someone explain to me why Moonraker is getting the lion share of the nerdier side of the community, it feels like I'm missing something obvious :)