diff --git a/README.md b/README.md
index bf3af9a5bf74368934b9e95a4d9fb4cf389945c2..ba156ccf2a887bfe2f7813b859729b766bb4e950 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,30 @@
 # micro Stress vs Strain Machine
 
+## uSSM #3 
+
+![img](images/ussm3_chassis.jpg)
+
+Theres a few new criteria that ussm-3 aims to achieve:
+- Manufactured only using simple shop tools, PLA 3d printers, and a standard bed size (24'x 24') laser cutter. 
+- Pulling force of around 600N
+
+In order to be laser cuttable, acryllic and delrin were the main two materials considered. Delrin was the go to option to avoid shattering.
+
+This design uses mainly the following adapted gantry system: [gantry](https://gitlab.cba.mit.edu/jakeread/rctgantries) along with this beam design: [beam](https://gitlab.cba.mit.edu/jakeread/rctgantries/tree/master/beams) for rigidity.
+
+The main idea is to attach a beam to the linear axis and use it as a carriage to hold fixturing for tensile testing on the top half and compression testing in the bottom half. The gantry system shown above does not supply enough torque, so an adapted version was made shown below.
+
+![u3_carriage](images/motorcarriage_vertical.jpg)
+
+The uSSM #3 design takes advantage of the beam design by attaching 4 different beams to a larger "O-face", with webs in the corners to prevent torsion. The larger face itself is split into a bottom and top in order to make assembly easier, make each piece smaller to fit into laser cutter bed, and to have the possibility of changing top for larger specimens. The beam design also utilizes custom joinery talked about in the [beam](https://gitlab.cba.mit.edu/jakeread/rctgantries/tree/master/beams) repository. This makes the machine take some time to build, but it allows delrin sheets to be used, allowing many fabs with laser cutters to be able to make this machine.
+
+![u3_corner](images/uSSM3_corner.jpg)
+
+### fixturing
+Fixturing is being designed to use mainly 3D printed parts. First up, PLA is being in the jaws to see if it can withstand the 600N load alongside a few other McMaster parts and this [load cell](https://www.amazon.com/Pressure-Force-S-type-Sensor-Cable/dp/B01F6IOWDG/)
+![u3_fixturing]( images/USSM3_fixturing.jpg)
+
+
 ## Drawingboard Return
 
 With \#2 feeling somewhat unloved ('both overdesigned and underdesigned'), I'm back at the basics for \#3. There's a few major selections, and decisions to make:
diff --git a/images/Instron_jaws.jpg b/images/Instron_jaws.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..be4be7244caf7054b3390a207647ad701aa4b71b
Binary files /dev/null and b/images/Instron_jaws.jpg differ
diff --git a/images/OTop_halfbuilt.jpg b/images/OTop_halfbuilt.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..a00e1a209df632f9fe83fc028d780fd840d51c79
Binary files /dev/null and b/images/OTop_halfbuilt.jpg differ
diff --git a/images/USSM3_fixturing.jpg b/images/USSM3_fixturing.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8f257137db073047edcd8acf8574cf5e92c411ed
Binary files /dev/null and b/images/USSM3_fixturing.jpg differ
diff --git a/images/carriage_topview.jpg b/images/carriage_topview.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f9021f6d7ea64cd47598e8ef1fbb12f18167939e
Binary files /dev/null and b/images/carriage_topview.jpg differ
diff --git a/images/motorcarriage_vertical.jpg b/images/motorcarriage_vertical.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6ab076a1db9e22829a1b655824f86a5d0bcc17e5
Binary files /dev/null and b/images/motorcarriage_vertical.jpg differ
diff --git a/images/uSSM3_corner.jpg b/images/uSSM3_corner.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d94551e52d0087a6a5a1370b62fe41b46446b635
Binary files /dev/null and b/images/uSSM3_corner.jpg differ
diff --git a/images/ussm3_chassis.jpg b/images/ussm3_chassis.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b4a1831c3fd6d553461b850eaafa542bed8211fc
Binary files /dev/null and b/images/ussm3_chassis.jpg differ