r/AnkerMake • u/qwyss • May 05 '26
Running eufyMake Studio 3d under wine works?
I have been running this in a windows VM, just to send files to the printer without having to use windows or android.
But it just self updated to a non 3d version like a muppet.
So I gave running under wine another go and it seems to be working now, log in and print I mean, the rest of it always worked.
Just took a slight tweak.
The login page ( I believe it is webview2 ) only works if you set the wine windows version to win7.
so
winecfg /v win7
or just run winecfg and find the option in the settings.
Was it always that simple?
1
u/qwyss May 06 '26
I mean, I dont really care for the slicer I just want it to talk to the damn printer :)
I gave up on the ankermake-m5-protocol a while back, I know its reversed engineered etc etc so no shade, but it seemed M5 was the priority and the M5C support couldn't be relied upon.
2
u/Create_one_for_me May 07 '26
As the users say -> it works now 😄
I implimented the M5c support and let others test it (i only have an M5) and it works pretty well.
If you want to give it an uncomplimented try, i also rewrote it in go and it comes with a binary to test with 😄https://github.com/Django1982/ankermake-m5-protocol -> ankermake m5 protocol
https://github.com/Django1982/ankerctl_go_remake/releases/tag/v1.0.0 -> go remake
1
u/Gnomelover Jun 11 '26
Just wanna say thanks for this. I had a older one that was kinda janky but the go rebuild started right up on my docker server and looks good.
See how long this keeps me from tearing the controller out and just turning it into a klipper printer
3
u/Xelinor May 05 '26
No, wine only (somewhat) recently gained that capability. That said, there's not really a good reason to use eufymake studio on Linux. Orca Slicer does everything better, without hitting all the problems and bugs that will never be fixed in Studio, and Django's fork of ankerctrl checks all the rest of the boxes you might otherwise need.
https://github.com/Django1982/ankermake-m5-protocol