Thomas Reitmayr

Results 46 comments of Thomas Reitmayr

Unfortunately I just realized, that the IP address in the created printer config is set to an empty string. I will have to check whether it is just not part...

Added a commit which preserves the printer IP addresses from a valid previous ankerctl configuration if the server replied with empty IP addresses (which it always does for me). So...

The third commit adds a web interface for logging in to AnkerMake's server and fetch the configuration from there. As captchas seem to be requested quite frequently, those are also...

In the source code of AnkerMake Studio there is an option to turn on MQTT tracing, see [AnkerStudio/src/libslic3r/AppConfig.cpp#L132-L133](https://github.com/ankermake/AnkerMake-PrusaSlicer-Release/blob/a095f40be22f6804f3911eeacc4364158e8f005c/AnkerStudio/src/libslic3r/AppConfig.cpp#L132-L133). The config entry `mqtt_trace_enable = 0/1` is read from `AppData\Roaming\AnkerMake Studio Profile\AnkerMake...

I finally succeeded in decoding the packets for my M5C, so here are some of my observations (also from looking at the anker_plugin_network.dll): * The unencrypted header seems to have...

Finally managed to get at least `ankerctl.py mqtt monitor` to work properly - see my changes (including some debug messages) in my fork at https://github.com/treitmayr/ankermake-m5-protocol/tree/playground-m5c Note that there are already...

> Great job! I think you two are the first two to get the M5c working with it. Thanks! Unfortunately I still cannot upload gcode files (at least via Prusa...

@billyjbryant I will probably get the time to create a proper PR from my fork at https://github.com/treitmayr/ankermake-m5-protocol/tree/playground-m5c at the next weekend. Then I would also like to find out why...

Added PR #145. Please check for the AnkerMake M5C and M5 (if possible).

There are two options: * The traditional way with ankerctl: Run "AnkerMake Slicer" (not the newer "AnkerMake Studio") using wine, log in, and then grab the generated encrypted login.json file...