diff --git a/docs/machines/3DPrinter/Step by Step Assembly.md b/docs/machines/3DPrinter/Step by Step Assembly.md index d9a4ce1e2cc273f68f1f845eb939f26a94f1a4a6..a7c73b0236756ddc55e974f73c3819678bf8c243 100644 --- a/docs/machines/3DPrinter/Step by Step Assembly.md +++ b/docs/machines/3DPrinter/Step by Step Assembly.md @@ -4,17 +4,17 @@ The build instructions below are divided into two parts, namely pre-assembly and ## Hardware -| Button Head Cap Screw (BHCS) have a cylindrical head with a hex slot and require an allen wrench | Socket Head Cap Screw (SHCS) have a round head with a hex slot that requires an allen wrench | DIN 433 Washer are thin precise washers that are used as spacers between idler pulleys | Teethed Idler Pulley have the toothed side of a timing belt moving on it | +| Button Head Cap Screw (BHCS) | Socket Head Cap Screw (SHCS) | DIN 433 Washer | Teethed Idler Pulley | | ---- | ---- | ---- | ---- | -| <img src="pictures/hardware_bhcs.PNG" width="250" /> | <img src="pictures/hardware_shcs.PNG" width="250" /> | <img src="pictures/hardware_washer.PNG" width="250" /> | <img src="pictures/hardware_teethed_idler.PNG" width="300" /> | -| **Button Head Cap Screw (BHCS)** - These screws have a hex head and require an allen wrench | **Socket Head Cap Screw (SHCS)** - These screws have a hex head that require an allen wrench | **DIN 433 M3 Washer** - Thin precise washers that are used as spacers between idler pulleys | **Teethed Idler pulley** - The toothed side of a timing belt moves on a teethed idler pulley | +| <img src="pictures/hardware_bhcs.PNG" width="250" /> | <img src="pictures/hardware_shcs.PNG" width="250" /> | <img src="pictures/hardware_washer.PNG" width="250" /> | <img src="pictures/hardware_teethed_idler.PNG" width="250" /> | +| **BHCS** have a button shaped head with a hex slot and require an allen wrench | **SHCS** have a cylindrical head with a hex slot and require an allen wrench | Thin precise washers that are used as spacers between idler pulleys | Teethed idler pulley has free rolling bearings and the toothed side of a timing belt moves on it | +| Smooth Idler Pulley | Drive Pulley | Heatset Insert | Set Screw | +| ---- | ---- | ---- | ---- | +| <img src="pictures/hardware_smooth_idler.PNG" width="300" /> | <img src="pictures/hardware_drive_pulley.PNG" width="300" /> | <img src="pictures/hardware_heatset_insert.PNG" width="300" /> | <img src="pictures/hardware_setscrew.PNG" width="300" /> | +| Smooth idler pulley has free rolling bearings with the smooth side of the backside of a timing belt moves on a smooth idler pulley | Drive pulley sits on a motor shaft and is always teethed. Comes with two set screws that need a allen wrench to tighten the pulley onto the shaft | Heatset inserts have ridges on the outside and a female thread on the inside. They are pressed into printed parts using a soldering iron | Set screws are headless screws with external threads and a hex key on one side. Found on drive pulleys and in the L brackets to join two aluminium profiles | -| **Smooth idler pulley** - The smooth side of the backside of a timing belt moves on a smooth idler pulley | <img src="pictures/hardware_smooth_idler.PNG" width="300" /> | -| **Drive pulley** - Sits on a motor shaft and is always teethed. Comes with two set screws that need a ##1.5 allen wrench | <img src="pictures/hardware_drive_pulley.PNG" width="300" /> | -| **Heatset insert** - Brass insert with ridges on the outside and a female thread on the inside. They are pressed into printed parts using a soldering iron | <img src="pictures/" width="300" /> | -| **Set screw** - Headless screws with external threads and a hex key on one side. Found on drive pulleys and in the L brackets to join two aluminium profiles | LINK | | **L bracket** - L shaped connector with 2 set screws, used to connect two profiles at a right angle | LINK | | **3030 angle connector** - Aluminium connectors that connect profiles on the plane. Each angle connector requires 2 SHCSs and 2 hammer nuts | LINK | | **Allen wrench** - Tool with a hex head to tighten Socket head cap screws SHCS | LINK | diff --git a/docs/machines/3DPrinter/pictures/hardware_heatset_insert.PNG b/docs/machines/3DPrinter/pictures/hardware_heatset_insert.PNG new file mode 100644 index 0000000000000000000000000000000000000000..35529b219489c1b266909388a423fb3eb5c69e15 Binary files /dev/null and b/docs/machines/3DPrinter/pictures/hardware_heatset_insert.PNG differ diff --git a/docs/machines/3DPrinter/pictures/hardware_setscrew.PNG b/docs/machines/3DPrinter/pictures/hardware_setscrew.PNG new file mode 100644 index 0000000000000000000000000000000000000000..5a214dff179fdc25ad1f7e8edeeb3d15ac39f241 Binary files /dev/null and b/docs/machines/3DPrinter/pictures/hardware_setscrew.PNG differ diff --git a/docs/machines/3DPrinter/pictures/hardware_smooth_idler.png b/docs/machines/3DPrinter/pictures/hardware_smooth_idler.png new file mode 100644 index 0000000000000000000000000000000000000000..a1cd99b3d8d061f733d4874ed19788b047c742b3 Binary files /dev/null and b/docs/machines/3DPrinter/pictures/hardware_smooth_idler.png differ