This repo will contain files for creating your own eggbot and controlling it.
- Build the eggbot
- Program it with GRBL
- Create a .gcode file in Inkscape
- Convert the .gcode file to Eggbot-compatible format
- Send the Eggbot-compatible file to the Eggbot controller
Create a .gcode file using the Inkscape plugin Gcodetool. See this link for an example how to do it.
To convert a .gcode file design.gcode for usage with the eggbot, pass it through the converter eggbot_gconvert.py:
python3 eggbot_gconvert.py design.gcode
This creates a file with the name design.eggbot.gcode.
This requires some software that talks over serial port with the GRBL controller in the Eggbot. A common tool that works well is the Universal Gcode Sender.