Technically you could throw in edit Klipper based board if you wanted to dive into setting up the firmware. It would not surprise me if there isn’t already a klipper or Merlin profile for it. I’m currently converting a tronxy x5sa 400 pro over to a maker base klipper board setup. And even that printer has a profile out in the GitHub that I can modify a bit.
3DPrinting
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: or [email protected]
There are CAD communities available at: [email protected] or [email protected]
Rules
-
No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia. Code of Conduct.
-
Be respectful, especially when disagreeing. Everyone should feel welcome here.
-
No porn (NSFW prints are acceptable but must be marked NSFW)
-
No Ads / Spamming / Guerrilla Marketing
-
Do not create links to reddit
-
If you see an issue please flag it
-
No guns
-
No injury gore posts
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
Yeah the issue is AnyCubic seems to have dropped support for this board and any configs online are done by the community. But all of them are guessing the config because AnyCubic didn't release any code or examples. Very annoying.
Yea, any cubic makes great resin printers but their fdm printers seem to not get the love and attention they deserve. (And that’s coming from someone who bought a tronxy ;) )
From AliExpress I think I roughly spent about 100$ on a makerbase all in one board with a built in pi, a touchscreen for it, and an input shaper board- those 3 parts should let you upgrade the printer and allow for much faster print speed
Hey thanks. I was looking at the makerbase boards, good pricing and features!
Cheers Henry
Generally running Marlin 2 on 8 bit doesn't work out so well. This is why Prusa MK4 is such an expensive upgrade and why they haven't been modded much by the community; because of backwards compatibility from their first i3-MK3s+ and the original 8bit boards that ran Legacy Marlin.
I don't know the hardware involved with this AC M4P, but am into hobby electronics pretty deep, and maybe know enough to get myself into trouble. You can run most printers on klipper firmware if you have a computer running Linux. The Linux computer can be anything from an old PC or laptop to a raspberry pi. I think this is much easier than messing with Marlin 2.
If I'm looking for stuff like firmware, I usually just search github directly. If I can round up half a dozen projects where people have posted their firmware and configuration, I can usually piece something together that works, or at least weed out the bad ones to get a better baseline.
I haven't had much issue with running Marlin 2.x on Crealitys 8 bits. Of course I stripped out stupid stuff and enabled things like arc and bltouch. It runs totally fine. It's the lack of storage that was the issue.
With that said storage isn't so much of an issue with the Mega(atmega2560), the real issue lays with AnyCubic and the mishmash they called TriGorilla.
Thanks!
Cheers Henry
If anycubic did anything similar to what they did on the i3 Mega-S (that I have) on the 4Max, the touchscreen most likely has its own firmware and you need special modifications in marlin so it can still "talk" with the screen.
Yes, the TriGorilla boards aren't powerhouses and don't have enough "oomph" for the newest fancy features like input shaping, but they work. I've updated my printer to a community-made Marlin 1.1.9 release, and it works fine in conjunction with an OctoPrint Raspi.
Yeah I figured the screen was just tx ing M commands to marlin, same as most I suppose.
Can you link to which firmware you're using? There are so many floating around. I do plan on setting up an ESP3D like all my other printers to link my octoprint server, it's running ~6 containers for each printer communicating via wifi and ESP3D.
Thanks for the hope!
Cheers Henry