From cb0f64d860ad80e2f0a1cda48e64265812ea2ce4 Mon Sep 17 00:00:00 2001
From: Robert <roberthart56@gmail.com>
Date: Fri, 25 Mar 2022 20:01:16 -0400
Subject: [PATCH] rearrange

---
 UrumbotXYZ/README.md            | 8 ++++++--
 UrumbotXYZ/fixed_axis/README.md | 4 +++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/UrumbotXYZ/README.md b/UrumbotXYZ/README.md
index 4f6469f..223e1f5 100644
--- a/UrumbotXYZ/README.md
+++ b/UrumbotXYZ/README.md
@@ -1,10 +1,14 @@
 ## Integrated XYZ machines from Urumbu axis components.
 
+###Machine using xy table and a fixed cam-driven z-axis.
+
+This machine is documented [here.](../UrumbotXY/README.md).  It does a nice job of machining PCB traces, but with a few mm of travel, is a specialist.
+
 ### Machine with short z-axis moving on x-beam.
 
-[details](./moving_z_axis/README.md)
+A short z-axis was mounted on the x-beam of the Core-xy table.  The first iteration of this design lacked the stifness needed to machine PCB's and wax.  [Details are here.](./moving_z_axis/README.md) 
 
 ### Machine with short z-axis fixed to the frame.  Moving table.
 
-[details](./fixed_axis/README.md)
+The same axes were rearranged so that the z-axis was fixed relative to the frame, and the xy- carriage supports a moving table.  This arrangement was nearly stiff enough to machine PCBs and wax.  [Details](./fixed_axis/README.md)
 
diff --git a/UrumbotXYZ/fixed_axis/README.md b/UrumbotXYZ/fixed_axis/README.md
index b9d3570..42851cd 100644
--- a/UrumbotXYZ/fixed_axis/README.md
+++ b/UrumbotXYZ/fixed_axis/README.md
@@ -10,6 +10,8 @@ Below is a video demonstrating 3D motion from g-code.
 
 <img src=./img/xyz.cmp.mp4 width=100%><br>
 
+And wax milling:
 
+<img src=./img/wax_milling.cmp.mp4 width=100%><br>
 
-
+More details to follow soon.
-- 
GitLab