Comment on Modernizing an Ender 3
evidences@lemmy.world 1 year ago
That should all be fine, I’m pretty sure the cable in the Sprite pro upgrade kit terminates into jst connectors for the old style boards.
As for octoprint it will run with Klipper but I think it has trouble when trying to push speed, seems like most people recommend mainsail or fluid for the Klipper host.
cwc@lemmy.world 1 year ago
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 1 year ago
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 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 year ago
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 year ago
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 server side 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: github.com/Donkie/Spoolman