-
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:
-
Bowl
-
Box
-
Driller
-
Flatten
-
Gear
-
Halftone
-
Heightmap
-
Helical
-
Hilbert
-
Jigsaw
-
Midi2CNC
-
Pyrograph
-
Sketch
-
Spirograph
-
Text
-
Tile
-
Zig-Zag
Help bCNC grow making a new plugin: