-
Notifications
You must be signed in to change notification settings - Fork 546
Plugins
Filippo edited this page Oct 17, 2015
·
34 revisions
bCNC offer a way to create custom part of software that natively integrate with the user interface.
Some plugins are already provided as example and can be found in the "plugin" sub-directory.
It's enough to create a new plugin-file.py and put it this directory to make it loaded by bCNC at startup.
All function and data are accessible from the plugin.
Here a list of actual plugins:
Help bCNC grow making a new plugin