Gcode 2d-plotter: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Hacking old 2d data plotters to make art...


= First tries =


Hacking old 2d data plotters to make art...
== USB to Analog ==


Based on [https://github.com/GaudiLabs/GCodeToAnalog GCodeToAnalog] by GaudiLabs.
Based on [https://github.com/GaudiLabs/GCodeToAnalog GCodeToAnalog] by GaudiLabs modded grbl firmware.


Uploading the code to Arduino Micro:
Uploading the code to Arduino Micro:
Line 10: Line 12:


[[File:upload2ArduMicro.png|400px]]
[[File:upload2ArduMicro.png|400px]]
== grbl settings and more ==
https://github.com/grbl/grbl/wiki/Interfacing-with-Grbl
== Create gcode from Inkscape ==


Installing [https://github.com/cnc-club/gcodetools gcodetools extenstion for Inkscape].
Installing [https://github.com/cnc-club/gcodetools gcodetools extenstion for Inkscape].


[[File:screenshot_inkscape2GCode.png|400px]]
[[File:screenshot_inkscape2GCode.png|400px]]
== Send to plotter ==


Installing [https://winder.github.io/ugs_website/ UGS (UniversalGcodeSender)], standalone Java program multiplatform.
Installing [https://winder.github.io/ugs_website/ UGS (UniversalGcodeSender)], standalone Java program multiplatform.


[[File:Selection_999(489).png|400px]]
[[File:Selection_999(489).png|400px]]
= First results =
== painting a coconut ==
== the horned god ==
[[File:Screenshot from 2019-03-18 16-22-22.png|400px]]
= TO DO =
== Connect pen lift from z-axes ==

Revision as of 17:40, 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.

First results

painting a coconut

the horned god

TO DO

Connect pen lift from z-axes