Skip to content
Filippo edited this page Dec 17, 2015 · 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:

[How to create a plugin](How to create a plugin)

Clone this wiki locally