Convert Graffiti Markup Language (GML) files into G-Code files for the MakerBot Unicorn pen plotter!
You'll need to install Python and some support libraries:
- Edit the configuration section of
gml2unicorn.py
to match your Unicorn plotting preferences. - Acquire a GML file. 000000book is great for this.
python gml2unicorn.py my_graffiti.gml > my_graffiti.gcode
- Load
my_graffiti.gcode
in ReplicatorG - Build!