Gcode 2d-plotter: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 6: Line 6:


Uploading the code to Arduino Micro:
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


[[File:upload2ArduMicro.png|400px]]
[[File:upload2ArduMicro.png|400px]]

Revision as of 13:24, 17 March 2019


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.