Skip to content
Sean edited this page Sep 26, 2021 · 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:

****NOTE! Most of these plugins do not cause any immediate action or tool movement! They instead create a list of g-code statements similar to opening a file (you can see the gcode created using the editor function) To have the code sent to the CNC machine you MUST press the START button in the Control menu.

Help bCNC grow making a new plugin:

How to create a plugin

Clone this wiki locally