Anyone know what a 2050-10 error is?

I was doing some tuning to my Orca printer profile and was attempting to print a ringing tower to use in calibrating the input shaping and my Artisan screen kept throwing 2050-10 errors. That error code is not documented in the wiki. Does anyone know what this error might be?

While troubleshooting, I ran the G-code in a serial terminal (connected to the Artisan’s USB port) and there didn’t seem to be any particular G-code causing it when the G-code was run one line at a time. I only ran into it when running a group of commands. I sent an email to Snapmaker support, but I thought I’d see if the community knows anything about this error while I wait for a response.

I don’t see the Artisan controller firmware published to github. The Original and 2.0 source code doesn’t use the error 2050.

If support does reply, can you please update this post?

The wiki says it’s something about the controller but the 10 is missing.
I asked support to add it to the wiki too.

I was attempting to print the ringing tower described on this page to tune out some vertical artifacts:

I’m using the Snapmaker Orca beta. Here’s what support has said thus far:

Currently, the Artisan parameter detection doesn’t intercept the situation where multiple frequencies are set to 0, which causes errors.

You need to enter the following two commands to reset the parameters:

M593 P1 X Y F38
M500

It means that the Snapmaker version of Marlin isn’t fully compliant. I’ll probably just have to avoid using a frequency value of 0. I guess I’ll find out when I try.