Gcode 2d-plotter

From SGMK-SSAM-WIKI
Revision as of 13:24, 17 March 2019 by Dusjagr (talk | contribs)
Jump to navigation Jump to search


Hacking old 2d data plotters to make art...

Based on GCodeToAnalog by GaudiLabs.

Uploading the code to Arduino Micro:

avrdude -c stk500v1 -p atmega32u4 -P /dev/ttyACM0 -b19200 -U flash:w:/home/dusjagr/Documents/SGMK/gcode_plotter/GCodeToAnalog-master/grbl-atmega32u4-support-8c_analog/grbl.hex

Installing gcodetools extenstion for Inkscape.

Installing UGS (UniversalGcodeSender), standalone Java program multiplatform.