Duet3D / DuetSoftwareFramework

Software framework for the next-generation Duet3D platform based on .NET
GNU General Public License v3.0
61 stars 28 forks source link

Implement new M-codes to handle plugins #194

Open chrishamm opened 11 months ago

chrishamm commented 11 months ago

At the moment it is possible to use the PluginManager application to manage plugins and the OM can be already used to access plugin information (like process id or custom plugin data) in SBC mode, however it is not possible to perform actions like starting/stopping plugins using M-codes yet. This should be added in v3.6.