How to write a plugin?
-
I have a duet 3 paired with a rasperry 4 and I need to write some code running on the raspberry to interact with the duet and a usb device.
I'm a programmer so it's not a code related problem but I'm a bit confused on how to write and load a plugin into the DSF system.
What can be a good sample to start with and what is the procedure to add a custom plugin? -
@morgoth90 Plugins are written in Vue. Check out ReleaseMgr (https://github.com/MintyTrebor/ReleaseMgr/) and BtnCmd (https://github.com/MintyTrebor/BtnCmd) for example implementations.
-