Gcode 2d-plotter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 33: | Line 33: | ||
== painting a coconut == | == painting a coconut == | ||
[[File:Coconut_firstResults.jpg|400px]] | |||
== the horned god == | == the horned god == | ||
[[File:Screenshot from 2019-03-18 16-22-22.png|400px]] | [[File:Screenshot from 2019-03-18 16-22-22.png|400px]] | ||
[[File:Horngod-firstPlot.jpg|400px]] | |||
= TO DO = | = TO DO = | ||
== Connect pen lift from z-axes == | == Connect pen lift from z-axes == | ||
Revision as of 17:51, 18 March 2019
Hacking old 2d data plotters to make art...
First tries
USB to Analog
Based on GCodeToAnalog by GaudiLabs modded grbl firmware.
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
grbl settings and more
https://github.com/grbl/grbl/wiki/Interfacing-with-Grbl
Create gcode from Inkscape
Installing gcodetools extenstion for Inkscape.
Send to plotter
Installing UGS (UniversalGcodeSender), standalone Java program multiplatform.