From 55a68c12b7b1176eb6e279d3be2377322a9a8533 Mon Sep 17 00:00:00 2001
From: Sam Calisch <sam.calisch@cba.mit.edu>
Date: Tue, 26 Feb 2019 09:40:40 -0500
Subject: [PATCH] Update README.md

---
 README.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0c7bf6c..afdd18d 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,19 @@
-# wireplotting
+# CNC Wire Plotting
+
+This page documents work developing a computer controlled plotting process for fine wires.  In short, wire is dispensed from a spool and is pressed onto an adhesive substrate by a four axis motion system, effectively drawing with wire.  This workflow could be used to create sensors, actuators, motors, speakers, heaters, manipulators, board games, levitation stages, ...   
 
 <img src='img/sprung-plotter.jpg' height=400px>
 
+With proper wire handling and tension, this process can be quite fast, operating at the limits of the motion system.  The video below is plotting at 1000mm/s.
 
 <img src='img/three-phase-plotting-720.mp4' height=300px>
 
-<img src='img/plothead-edm.jpg' height=300px>
+The head is designed to press the wire down with as little friction as possible, while constraining the wire position as close to the application point as possible without interfering with already-placed wires.
+
 <img src='img/plothead-edm-2.jpg' height=300px>
+<img src='img/plothead-edm.jpg' height=300px>
 
-Planar lorentz force actuators:
+Magnet wire is inexpensively available in a variety of gauges, and the integral insulation allows wires to be packed more densely than possible in flex circuit board manufacturing.  For instance, in the planar lorentz force actuators below, the 80 micron copper wire has 10 micron insulation thickness, and so is packed with 20 micron spacing.
 
 <img src='img/flatcoil-40awg-microscope.jpg' height=300px>
 <img src='img/flatcoil-cut.jpg' height=300px>
-- 
GitLab