|
OpenXCut
1.0.0
A controlling tool for Laser Cutters
|
A job creation tool for laser cutters. OpenXCut can be built in standalone mode and as a plugin for OpenFlipper.
It uses EpiBeam for communication with the individual cutters.
You can download binaries here: Releases
Supporting additional cutters is possible via EpiBeam plugins.
External Dependencies:
Optional:
Remember to clone the repository with git clone --recursive option or run git submodule update --init to check out EpiBeam as well.
Once the dependencies are installed you can run cmake as usual.
OpenXCut is built as a standalone application by default, that is the CMake variable OPENXCUT_BUILD_STANDALONE is set to true.
If you do not enable OPENXCUT_BUILD_STANDALONE this repository behaves like a regular OpenFlipper Plugin. Just check it out in the OpenFlipper root folder as "Plugin-OpenXCut" and it will get included in the OpenFlipper build automatically.