Skip to content

mcgingras/MadTatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Mad Tatter

CAD Machine designed to give tattoos.
Site + Software.

An INFO 4320 project @ Cornell University. Built by Michael Gingras, Andrew Grossfeld and Anna Kamphampaty

Table of Contents

Features

  • svg2gcode: convert svg files to gcode to run on the machine.
  • draw: draw your own svgs
  • live: see a live stream of the machine
  • tcp: TCP support for GCODE instructions with arduino
  • ink box: currently the tattoos are done with inkbox gel. REAL to come later.

Example

show some examples

Philosophy

The goal of this project is to create a machine capable of tattooing a human arm. In the interest of this project, we are limiting our machine’s tattooing capabilities to drawing with a pen. We hope our project will initiate discussion about the role of machines in artistic, creative work. Our aim is to make (temporary) tattooing more accessible for artists who don't have time to apprentice under someone, and to let a user receive a temporary tattoo of their choice through a machine.

To initiate this discussion and explore the role of machines in art, we hope to answer the following questions: Will the user’s experience with a machine be better or worse than if they went to a human tattoo artist? Can machines replace humans in the realm of art and tattoos? We trust machines to carry out highly complex tasks — will we trust them with something that is artistic in nature?

Site

The site is built in Flask. Main components are svg2gcode, gcode d3 visualizer, and the TCP to arduino capabilities. Each of these functionalities is in its own module for use outside of this project.

Arduino

The software responsible for controlling the Mad Tatter is written in the arduino .ino language.

FAQ

Why mad tatter?

ask andrew

Will this work with real tattoos?

The initial project was proposed with real tattoos in mind. For safety reasons, the course staff would not let us make a machine capable of actually tattooing a human arm, but Michael plans on continuing the project to add support for real tattoos.

How can I make the machine myself?

Schematics available upon request.

I am from inkbox and think this is super cool.

Please send us more gel!!

Installation

To run the flask web app...

python run.py