This is a CNC control program, created during my summer internship with SE3D. The program receives user input and interpolates the data into G-Code compatible with SE3D's r3bEL X and r3bEL mini bioprinters. Use with other 3D printers is possible, but extrusion should only take place on appropriately sized petri dishes (at least 100mm), or the Greiner 650161 96-Well Microplate.
- Calcium Chloride Solution
- Biomolecule in a 1% Alginate Solution
- Substrate Solutions
The GUI is built with Qt Creator and written entirely in C++. Example screenshots:
Selectable text with .gcode file output
- Compiled program
- The compiled program should contain all necessary frameworks
- Source code
- Xcode
- At least Qt 5.9.1
- Download the latest release.
- Extract the compressed file.
- Double click the downloaded .exe or .app file. If this results in an error, run as administrator or open the application via Security & Privacy within System Preferences.
- If issues persist, create an issue.
- Make sure all required dependencies are installed
- Clone the repository using https://github.com/brendanwong/gcg-gui.git
- Use Qt Creator to open gcg-gui.pro
- Run the program using Qt