-
Notifications
You must be signed in to change notification settings - Fork 546
Plugins
SteveMoto edited this page Jun 29, 2018
·
34 revisions
bCNC offer a standard way to create custom part of software natively integrated with the user interface.
Some plugins are already provided and can be found in the "plugin" sub-directory.
To make a new one is enough to create a python file (.py) and put it this directory to make it loaded by bCNC at startup.
All function and data present in the program are accessible from the plugin.
Here a list of actual plugins:
Help bCNC grow making a new plugin: