This project features some helper programs to revive the LPKF91s PCB mill.
The individual components are:
- gcode2hpgl: a converter from gcode to hpgl. (cli, gui)
- hpgl2serial: send a hpgl file to the PCB mill via a serial port. (cli, gui)
- a manual hpgl sender (gui)
Download the program for your platform from the latest build action.
- CMake
- Conan
- boost (asio, program_options)
- gtest
- wxWidgets
conan install conanfile.txt --build=missing
cmake --preset conan-default
cmake -DCMAKE_TOOLCHAIN_FILE=./build/generators/conan_toolchain.cmake -S. -B./build -G "YourGeneratorHere"
cd build
ctest
Doxygen documentation can be found here.
Or build it yourself:
git clone https://github.com/jothepro/doxygen-awesome-css.git docs/doxygen-awesome-css
echo "PROJECT_NUMBER = $(git describe --tags --always --dirty=-dev)" > docs/PROJECT_NUMBER # important, always do this before running doxygen
doxygen
For further information check out the wiki.
This software is open source and released under the MIT License.