Recently to read through the list of supported gcodes and stumbled over M81.
I tested it, but nothing happened.
The description mentions “… a digital pin connected to the PSU’s enable pin”.
So my questions are:
- does the original Snapmaker 2.0 have an enable pin and is it connected to one of the pins of the power cable connector ? I know ATX PSUs have one.
- does digital pin refer to a gpio pin on the controller board or would it required an external MCU like Arduino or even an Raspi ?
I checked the controller source code, and POWER_SUPPLY allows to define the type PSU you are using (ATX and Play station are options mentioned there).
But anythings beyond that needs some deeper analysis, but first wanted to check if there is some experience with that around here.