<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://amberspyglass.co.uk/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
	<title>Amber Spyglass Ltd - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://amberspyglass.co.uk/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
	<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/wiki/Special:Contributions/Admin"/>
	<updated>2026-06-12T20:40:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Steps_per_mm&amp;diff=1004</id>
		<title>Steps per mm</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Steps_per_mm&amp;diff=1004"/>
		<updated>2021-02-24T01:49:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When setting up GRBL, it requires a ''steps per mm'' value for each axis.&lt;br /&gt;
&lt;br /&gt;
To move your motors, GRBL (running on the Arduino) generates electrical pulses on the &amp;quot;STEP&amp;quot; input of the drivers. To move one millimetre, it will generate as many pulses as your ''steps per mm'' setting. So how many pulses per mm?&lt;br /&gt;
&lt;br /&gt;
In the old days, each pulse would turn the motor one step. The motor driver did this by flipping the direction of the current in one of the two windings of the motor; the next pulse would flip the polarity of the other winding, the next one would flip the first one again, and so on. The order of the polarity flips controls the direction of rotation. Common step sizes are 1.8° (200 steps per revolution) and 0.9° (400 steps per revolution). That means there are 200 (or 400) equally spaced positions at which the shaft of your motor can sit, and each step pulse tells the motor to turn to the next position.&lt;br /&gt;
&lt;br /&gt;
Modern drivers, however, support ''microstepping''. This feature gives the driver finer control over the winding currents, beyond full-on and full-on-backwards. By using this finer control, a microstepping driver can position a hybrid stepper motor ''between'' steps. For instance, 8× microstepping (also written 1/8) divides each step into 8 equal intervals. Each pulse causes the motor to move 1/8 of a full step, so a 200 step-per-revolution motor takes 1600 pulses (microsteps) for a complete revolution. Microstepping dramatically increases the positioning resolution, but it does not increase the absolute positioning accuracy against a load. A 1.8°-per-step motor at 8× microstepping is not the same as a 0.9°-per-step motor at 4× microstepping, even though both need 1600 pulses per revolution: assuming the same torque rating and the same load, the latter has half the error (deviation from the commanded position). In other words, microstepping increases precision, but not accuracy. Microstepping does not change the torque the motor can generate, but it makes motion smoother and quieter, which is good even if the extra resolution is not needed. There is very little benefit beyond 16×, because the absolute positioning error due to load and ''sticktion'' makes the finer positioning resolution irrelevant. That said, drivers exist that can do 256× microstepping, or more, but there are very few applications where that is useful.&lt;br /&gt;
&lt;br /&gt;
The name ''steps per mm'' in GRBL is confusing because it actually refers to the microstep pulses, not full steps. It should really be ''pulses per mm'', or maybe ''microsteps per mm''. I'll use the former &amp;amp;mdash; it's clearer.&lt;br /&gt;
&lt;br /&gt;
You would probably use the same type of motor and the same type of drive on the X and Y axes. That's not an hard requirement, but it makes sense. However, if your machine has two motors on the same axis (usually the Y), those two ''must'' be of the same type. Your Z axis is likely different; even if it's the same motor as the X and Y, the drive is likely different. So you need to calculate a ''steps per mm'' setting for the X and Y axes, and a different ''steps per mm'' setting for the Z axis.&lt;br /&gt;
&lt;br /&gt;
As an example, assume 400 step-per-revolution (0.9°-per-step) motors on all axes, with X and Y set to 16× microstepping and the Z axis driver to 4× microstepping.&lt;br /&gt;
&lt;br /&gt;
If you have a standard eShapeoko of recent vintage, your X and Y axes are belt-driven, with 20-tooth GT2 pulleys. The pitch of GT2 belt is 2 mm (the ''2'' in the name), so one turn of that pulley moves the carriage 40 mm. Your motor driver needs 16 × 400 = 6400 pulses per turn. So, to advance 1 mm, it needs 6400 / 40 = 160 pulses.&lt;br /&gt;
&lt;br /&gt;
On the Z axis, the stock eShapeoko has a Tr 8 × 2 screw. That has a pitch of 2 mm (again, the ''2'' in the name), meaning that one turn of the Z motor moves that axis only 2 mm. At 4× microstepping, the Z motor driver needs 4 × 400 = 1600 pulses per turn, which gives 1600 / 2 = 800 pulses per mm.&lt;br /&gt;
&lt;br /&gt;
In short:&lt;br /&gt;
&lt;br /&gt;
==== X and Y axes ====&lt;br /&gt;
&lt;br /&gt;
  start with:  microstepping:   16 pulses /  step&lt;br /&gt;
  multiply by:         motor:  400  steps /   rev&lt;br /&gt;
  divide by:          pulley:   20  teeth /   rev&lt;br /&gt;
  divide by:      belt pitch:    2     mm / tooth&lt;br /&gt;
  &lt;br /&gt;
  gives:        GRBL setting:  160 pulses /    mm&lt;br /&gt;
&lt;br /&gt;
==== Z axis ====&lt;br /&gt;
&lt;br /&gt;
  start with:  microstepping:    4 pulses /  step&lt;br /&gt;
  multiply by:         motor:  400  steps /   rev&lt;br /&gt;
  divide by:     screw pitch:    2     mm /   rev&lt;br /&gt;
  &lt;br /&gt;
  gives:        GRBL setting:  800 pulses /    mm&lt;br /&gt;
&lt;br /&gt;
Please change these calculations to suit your microstep settings, your motors, and the details of your drive method. For the eShapeoko, 16× microstepping on X and Y and 4× on the Z is a good starting point. If you have 400 step-per-revolution motors, X and Y can also be 8×. On the Z axis, if you have a 200 step-per-revolution motor, or you need finer vertical positioning, 8× works well too. Too high microstepping limits the maximum speed (GRBL can generate only about 30,000 pulses per second) and does not improve anything.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Steps_per_mm&amp;diff=1003</id>
		<title>Steps per mm</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Steps_per_mm&amp;diff=1003"/>
		<updated>2021-02-24T01:34:18Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When setting up GRBL, it requires a ''steps per mm'' value for each axis.&lt;br /&gt;
&lt;br /&gt;
To move your motors, GRBL (running on the Arduino) generates electrical pulses on the &amp;quot;STEP&amp;quot; input of the drivers. To move one millimetre, it will generate as many pulses as your ''steps per mm'' setting. So how many pulses per mm?&lt;br /&gt;
&lt;br /&gt;
In the old days, each pulse would turn the motor one step. It did this by flipping the direction of the current in one of its two windings; the next pulse would flip the polarity of the other winding, then the first one again, and so on. The order of the polarity flips controls the direction of rotation. Common step sizes are 1.8° (200 steps per revolution) and 0.9° (400 steps per revolution). That means there are 200 (or 400) equally spaced positions at which the shaft of your motor can sit, and each step pulse tells the motor to turn to the next position.&lt;br /&gt;
&lt;br /&gt;
Modern drivers, however, support ''microstepping''. This feature gives the driver finer control over the winding currents, beyond full-on and full-on-backwards. By using this finer control, a microstepping driver can position a hybrid stepper motor ''between'' steps. For instance, 8× microstepping (also written 1/8) divides each step into 8 equal intervals. Each pulse causes the motor to move 1/8 of a full step, so a 200 step-per-revolution motor takes 1600 pulses (microsteps) for a complete revolution. Microstepping dramatically increases the positioning resolution, but it does not increase the absolute positioning accuracy against a load. A 1.8°-per-step motor at 8× microstepping is not the same as a 0.9°-per-step motor at 4× microstepping, even though both need 1600 pulses per revolution: assuming the same torque rating and the same load, the latter has half the error (deviation from the commanded position). In other words, microstepping increases precision, but not accuracy. Microstepping does not change the torque the motor can generate, but it makes motion smoother and quieter, which is good even if the extra resolution is not needed. There is very little benefit beyond 16×, because the absolute positioning error due to load and ''sticktion'' makes the finer positioning resolution irrelevant. That said, drivers exist that can do 256× microstepping, or more, but there are very few applications where that is useful.&lt;br /&gt;
&lt;br /&gt;
The name ''steps per mm'' in GRBL is confusing because it actually refers to the microstep pulses, not full steps. It should really be ''pulses per mm'', or maybe ''microsteps per mm''. I'll use the former &amp;amp;mdash; it's clearer.&lt;br /&gt;
&lt;br /&gt;
You would probably use the same type of motor and the same type of drive on the X and Y axes. That's not an hard requirement, but it makes sense. However, if your machine has two motors on the same axis (usually the Y), those two ''must'' be of the same type. Your Z axis is likely different; even if it's the same motor as the X and Y, the drive is likely different. So you need to calculate a ''steps per mm'' setting for the X and Y axes, and a different ''steps per mm'' setting for the Z axis.&lt;br /&gt;
&lt;br /&gt;
As an example, assume 400 step-per-revolution (0.9°-per-step) motors on all axes, with X and Y set to 16× microstepping and the Z axis driver to 4× microstepping.&lt;br /&gt;
&lt;br /&gt;
If you have a standard eShapeoko of recent vintage, your X and Y axis pulleys have 20 teeth. The pitch of GT2 belt is 2 mm (the ''2'' in the name), so one turn of that pulley moves the carriage 40 mm. Your motor driver needs 16 × 400 = 6400 pulses per turn. So, to advance 1 mm, it needs 6400 / 40 = 160 pulses per mm.&lt;br /&gt;
&lt;br /&gt;
On the Z axis, the stock eShapeoko has a Tr 8 × 2 screw. That's a pitch of 2 mm (again, the ''2'' in the name). One turn of the Z motor moves that axis only 2 mm. The Z motor driver needs 4 × 400 = 1600 pulses per turn, which gives 1600 / 2 = 800 pulses per mm.&lt;br /&gt;
&lt;br /&gt;
In short:&lt;br /&gt;
&lt;br /&gt;
==== X and Y axes ====&lt;br /&gt;
&lt;br /&gt;
  start with:  microstepping:   16 pulses /  step&lt;br /&gt;
  multiply by:         motor:  400  steps /   rev&lt;br /&gt;
  divide by:          pulley:   20  teeth /   rev&lt;br /&gt;
  divide by:      belt pitch:    2     mm / tooth&lt;br /&gt;
  &lt;br /&gt;
  gives:        GRBL setting:  160 pulses /    mm&lt;br /&gt;
&lt;br /&gt;
==== Z axis ====&lt;br /&gt;
&lt;br /&gt;
  start with:  microstepping:    4 pulses /  step&lt;br /&gt;
  multiply by:         motor:  400  steps /   rev&lt;br /&gt;
  divide by:     screw pitch:    2     mm /   rev&lt;br /&gt;
  &lt;br /&gt;
  gives:        GRBL setting:  800 pulses /    mm&lt;br /&gt;
&lt;br /&gt;
Please change these calculations to suit your microstep settings, your motors, and the details of your drive method. For the eShapeoko, 16× microstepping on X and Y and 4× on the Z is a good starting point. If you have 400 step-per-revolution motors, X and Y can also be 8×. On the Z axis, if you have a 200 step-per-revolution motor, or you need finer vertical positioning, 8× works well too. Too high microstepping limits the maximum speed (GRBL can generate only about 30,000 pulses per second) and does not improve anything.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Steps_per_mm&amp;diff=1002</id>
		<title>Steps per mm</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Steps_per_mm&amp;diff=1002"/>
		<updated>2021-02-24T01:32:38Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When setting up GRBL, it requires a ''steps per mm'' value for each axis.&lt;br /&gt;
&lt;br /&gt;
To move your motors, GRBL (running on the Arduino) generates electrical pulses on the &amp;quot;STEP&amp;quot; input of the drivers. To move one millimetre, it will generate as many pulses as your ''steps per mm'' setting. So how many pulses per mm?&lt;br /&gt;
&lt;br /&gt;
In the old days, each pulse would turn the motor one step. It did this by flipping the direction of the current in one of its two windings; the next pulse would flip the polarity of the other winding, then the first one again, and so on. The order of the polarity flips controls the direction of rotation. Common step sizes are 1.8° (200 steps per revolution) and 0.9° (400 steps per revolution). That means there are 200 (or 400) equally spaced positions at which the shaft of your motor can sit, and each step pulse tells the motor to turn to the next position.&lt;br /&gt;
&lt;br /&gt;
Modern drivers, however, support ''microstepping''. This feature gives the driver finer control over the winding currents, beyond full-on and full-on-backwards. By using this finer control, a microstepping driver can position a hybrid stepper motor ''between'' steps. For instance, 8× microstepping (also written 1/8) divides each step into 8 equal intervals. Each pulse causes the motor to move 1/8 of a full step, so a 200 step-per-revolution motor takes 1600 pulses (microsteps) for a complete revolution. Microstepping dramatically increases the positioning resolution, but it does not increase the absolute positioning accuracy against a load. A 1.8°-per-step motor at 8× microstepping is not the same as a 0.9°-per-step motor at 4× microstepping, even though both need 1600 pulses per revolution: assuming the same torque rating and the same load, the latter has half the error (deviation from the commanded position). In other words, microstepping increases precision, but not accuracy. Microstepping does not change the torque the motor can generate, but it makes motion smoother and quieter, which is good even if the extra resolution is not needed. There is very little benefit beyond 16×, because the absolute positioning error due to load and ''sticktion'' makes the finer positioning resolution irrelevant. That said, drivers exist that can do 256× microstepping, or more, but there are very few applications where that is useful.&lt;br /&gt;
&lt;br /&gt;
The name ''steps per mm'' in GRBL is confusing because it actually refers to the microstep pulses, not full steps. It should really be ''pulses per mm'', or maybe ''microsteps per mm''. I'll use the former &amp;amp;mdash; it's clearer.&lt;br /&gt;
&lt;br /&gt;
You would probably use the same type of motor and the same type of drive on the X and Y axes. That's not an hard requirement, but it makes sense. However, if your machine has two motors on the same axis (usually the Y), those two ''must'' be of the same type. Your Z axis is likely different; even if it's the same motor as the X and Y, the drive is likely different. So you need to calculate a ''steps per mm'' setting for the X and Y axes, and a different ''steps per mm'' setting for the Z axis.&lt;br /&gt;
&lt;br /&gt;
As an example, assume 400 step-per-revolution (0.9°-per-step) motors on all axes, with X and Y set to 16× microstepping and the Z axis driver to 4× microstepping.&lt;br /&gt;
&lt;br /&gt;
If you have a standard eShapeoko of recent vintage, your X and Y axis pulleys have 20 teeth. The pitch of GT2 belt is 2 mm (the ''2'' in the name), so one turn of that pulley moves the carriage 40 mm. Your motor driver needs 16 × 400 = 6400 pulses per turn. So, to advance 1 mm, it needs 6400 / 40 = 160 pulses per mm.&lt;br /&gt;
&lt;br /&gt;
On the Z axis, the stock eShapeoko has a Tr 8 × 2 screw. That's a pitch of 2 mm (again, the ''2'' in the name). One turn of the Z motor moves that axis only 2 mm. The Z motor driver needs 4 × 400 = 1600 pulses per turn, which gives 1600 / 2 = 800 pulses per mm.&lt;br /&gt;
&lt;br /&gt;
In short:&lt;br /&gt;
&lt;br /&gt;
==== X and Y axes ====&lt;br /&gt;
&lt;br /&gt;
  start with:  microstepping:   16 pulses /  step&lt;br /&gt;
  multiply by:         motor:  400  steps /   rev&lt;br /&gt;
  divide by:          pulley:   20  teeth /   rev&lt;br /&gt;
  divide by:      belt pitch:    2     mm / tooth&lt;br /&gt;
  &lt;br /&gt;
  gives:        GRBL setting:  160 pulses /    mm&lt;br /&gt;
&lt;br /&gt;
==== Z axis ====&lt;br /&gt;
&lt;br /&gt;
  start with:  microstepping:    4 pulses /  step&lt;br /&gt;
  multiply by:         motor:  400  steps /   rev&lt;br /&gt;
  divide by:     screw pitch:    2     mm /   rev&lt;br /&gt;
  &lt;br /&gt;
  gives:        GRBL setting:  800 pulses /    mm&lt;br /&gt;
&lt;br /&gt;
Please change these calculations to suit your settings. For the eShapeoko, 16× microstepping on X and Y and 4× on the Z is a good starting point. If you have 400 step-per-revolution motors, X and Y can also be 8×. On the Z axis, if you have a 200 step-per-revolution motor, or you need finer vertical positioning, 8× works well too. Too high microstepping limits the maximum speed (GRBL can generate only about 30,000 pulses per second) and does not improve anything.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Steps_per_mm&amp;diff=1001</id>
		<title>Steps per mm</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Steps_per_mm&amp;diff=1001"/>
		<updated>2021-02-24T01:18:08Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;When setting up GRBL, it requires a ''steps per mm'' value for each axis.  To move your motors, GRBL (running on the Arduino) generates electrical pulses on the &amp;quot;STEP&amp;quot; input o...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When setting up GRBL, it requires a ''steps per mm'' value for each axis.&lt;br /&gt;
&lt;br /&gt;
To move your motors, GRBL (running on the Arduino) generates electrical pulses on the &amp;quot;STEP&amp;quot; input of the drivers. To move one millimetre, it will generate as many pulses as your ''steps per mm'' setting. So how many pulses per mm?&lt;br /&gt;
&lt;br /&gt;
In the old days, each pulse would turn the motor one step. It did this by flipping the direction of the current in one of its two windings; the next pulse would flip the polarity of the other winding, then the first one again, and so on. The order of the polarity flips controls the direction of rotation. Common step sizes are 1.8° (200 steps per revolution) and 0.9° (400 steps per revolution). That means there are 200 (or 400) equally spaced positions at which the shaft of your motor can sit, and each step pulse tells the motor to turn to the next position.&lt;br /&gt;
&lt;br /&gt;
Modern drivers, however, support ''microstepping''. This feature gives the driver finer control over the winding currents, beyond full-on and full-on-backwards. By using this finer control, a microstepping driver can position a hybrid stepper motor ''between'' steps. For instance, 8× microstepping (also written 1/8) divides each step into 8 equal intervals. Each pulse causes the motor to move 1/8 of a full step, so a 200 step-per-revolution motor takes 1600 pulses (microsteps) for a complete revolution. Microstepping dramatically increases the positioning resolution, but it does not increase the absolute positioning accuracy against a load. A 1.8°-per-step motor at 8× microstepping is not the same as a 0.9°-per-step motor at 4× microstepping, even though both need 1600 pulses per revolution: assuming the same torque rating and the same load, the latter has half the deviation. In other words, microstepping increases precision, but not accuracy. Microstepping does not change the torque the motor can generate, but it makes motion smoother and quieter, which is good even if the extra resolution is not needed. There is very little benefit beyond 16×, because the absolute positioning error due to load and ''sticktion'' makes the finer positioning resolution irrelevant. That said, drivers exist that can do 256× microstepping, or more, but there are very few applications where that is useful.&lt;br /&gt;
&lt;br /&gt;
The name ''steps per mm'' in GRBL is confusing because it actually refers to the microstep pulses, not full steps. It should really be ''pulses per mm'', or maybe ''microsteps per mm''. I'll use the former &amp;amp;mdash; it's clearer.&lt;br /&gt;
&lt;br /&gt;
You would probably use the same type of motor and the same type of drive on the X and Y axes. That's not an hard requirement, but it makes sense. However, if your machine has two motors on the same axis (usually the Y), those two ''must'' be of the same type. Your Z axis is likely different; even if it's the same motor as the X and Y, the drive is likely different. So you need to calculate a ''steps per mm'' setting for the X and Y axes, and a different ''steps per mm'' setting for the Z axis.&lt;br /&gt;
&lt;br /&gt;
As an example, assume 400 step-per-revolution (0.9°-per-step) motors on all axes, with X and Y set to 16× microstepping and the Z axis driver to 4× microstepping.&lt;br /&gt;
&lt;br /&gt;
If you have a standard eShapeoko of recent vintage, your X and Y axis pulleys have 20 teeth. The pitch of GT2 belt is 2 mm (the ''2'' in the name), so one turn of that pulley moves the carriage 40 mm. Your motor driver needs 16 × 400 = 6400 pulses per turn. So, to advance 1 mm, it needs 6400 / 40 = 160 pulses per mm.&lt;br /&gt;
&lt;br /&gt;
On the Z axis, the stock eShapeoko has a Tr 8 × 2 screw. That's a pitch of 2 mm (again, the ''2'' in the name). One turn of the Z motor moves that axis only 2 mm. The Z motor driver needs 4 × 400 = 1600 pulses per turn, which gives 1600 / 2 = 800 pulses per mm.&lt;br /&gt;
&lt;br /&gt;
In short:&lt;br /&gt;
&lt;br /&gt;
==== X and Y axes ====&lt;br /&gt;
&lt;br /&gt;
  start with:  microstepping:   16 pulses /  step&lt;br /&gt;
  multiply by:         motor:  400  steps /   rev&lt;br /&gt;
  divide by:          pulley:   20  teeth /   rev&lt;br /&gt;
  divide by:      belt pitch:    2     mm / tooth&lt;br /&gt;
  &lt;br /&gt;
  gives:        GRBL setting:  160 pulses /    mm&lt;br /&gt;
&lt;br /&gt;
==== Z axis ====&lt;br /&gt;
&lt;br /&gt;
  start with:  microstepping:    4 pulses /  step&lt;br /&gt;
  multiply by:         motor:  400  steps /   rev&lt;br /&gt;
  divide by:     screw pitch:    2     mm /   rev&lt;br /&gt;
  &lt;br /&gt;
  gives:        GRBL setting:  800 pulses /    mm&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=GAUPS_1.1_Instructions&amp;diff=1000</id>
		<title>GAUPS 1.1 Instructions</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=GAUPS_1.1_Instructions&amp;diff=1000"/>
		<updated>2021-02-24T00:10:39Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Open Source ==&lt;br /&gt;
&lt;br /&gt;
GAUPS is derived from Bart Dring's open-source [http://buildlog.net/ Buildlog.net] Arduino-compatible Stepper Motor Driver Shield rev 3.  Thank you, Bart!&lt;br /&gt;
&lt;br /&gt;
GAUPS is open-source hardware, released under the Creative Commons Attribution-ShareAlike 4.0 License.  KiCAD files will be available here soon.&lt;br /&gt;
&lt;br /&gt;
[[File:GAUPS_1.1_stepper_shield_complete_system.jpg|center|600px|thumb|Nearly complete eShapeoko electronics with GAUPS 1.1 and Arduino Uno]]&lt;br /&gt;
&lt;br /&gt;
== Assembly ==&lt;br /&gt;
&lt;br /&gt;
It's easiest to assemble the board in the order of component height, leaving the tallest last.  For the parts with long leads, trim them as soon as you've soldered them (do not trim the Arduino headers, obviously).  The instructions assume the board is held with the driver labels (&amp;quot;X AXIS&amp;quot; etc) the right way up, as shown.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Step&lt;br /&gt;
    !Part Image and Instructions&lt;br /&gt;
    !Board Image&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 1&lt;br /&gt;
    |[[File:GAUPS_1.0_R1.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.1_Assembly_01_R1.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder R1 (10 k&amp;amp;Omega; resistor). Color code: [[File:Ra.png|link=]][[File:Rb1.png|link=]][[File:Rc.png|link=]][[File:Rd0.png|link=]][[File:Re.png|link=]][[File:Rd0.png|link=]][[File:Re.png|link=]][[File:Rd2.png|link=]][[File:Rf.png|link=]][[File:Rb1.png|link=]][[File:Rg.png|link=]] (1%) or [[File:Ra.png|link=]][[File:Rb1.png|link=]][[File:Rc.png|link=]][[File:Rd0.png|link=]][[File:Re.png|link=]][[File:Rd3.png|link=]][[File:Rf.png|link=]][[File:RbG.png|link=]][[File:Rg.png|link=]] (5%).&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 2&lt;br /&gt;
    |[[File:GAUPS_1.0_SW1.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.1_Assembly_02_SW1.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder SW1 (12-way DIP switch).  Orient it numbers to the left, &amp;quot;ON&amp;quot; text in the upper-right corner.  The 1, 2 and 3 labels will match the 1, 2 and 3 silkscreen labels for the A axis.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 3&lt;br /&gt;
    |[[File:GAUPS_1.0_SW2.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.1_Assembly_03_SW2.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder SW2 (push-button), taking care not to overheat it.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 4&lt;br /&gt;
    |[[File:GAUPS_1.0_C1-C4.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.1_Assembly_04_C1-C4.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder C1, C2, C3, C4 (47 &amp;amp;micro;F 35 V capacitors, or, in the 40 V version, 22 &amp;amp;micro;F 50 V), paying attention to the orientation.  Install with the negative terminal (shorter lead, marked with a stripe on the body of the capacitor) toward the middle of the board.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 5&lt;br /&gt;
    |[[File:GAUPS_1.0_C5-C8.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.1_Assembly_05_C5-C8.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder C5, C6, C7, C8 (100 nF capacitors).  These are not polarized, so orientation doesn't matter.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 6&lt;br /&gt;
    |[[File:GAUPS_1.0_U1-U4.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.1_Assembly_06_U1-U4.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder the eight 8-way female headers for the drivers.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 7&lt;br /&gt;
    |[[File:GAUPS_1.1_J1-J4.jpg|300px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.1_Assembly_07_J1-J4.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder the 6-way, two 8-way, and one 10-way Arduino stacking headers, taking care to not to deposit solder on the long pins (except where they meet the PCB, of course).  Make sure the pins are straight and parallel before soldering them.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 8&lt;br /&gt;
    |align=&amp;quot;center&amp;quot; | [[File:GAUPS_1.0_J1,_J2,_J5_apart.jpg|200px]][[File:GAUPS_1.0_J3,_J4_apart.jpg|200px]]&amp;lt;br /&amp;gt;[[File:GAUPS_1.0_J1,_J2,_J5_joined.jpg|200px]][[File:GAUPS_1.0_J3,_J4_joined.jpg|200px]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.1_Assembly_08_P1-P5.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Join one 2-way and two 4-way screw terminals, by sliding the little dovetails into the slots.  Solder them as P5, P1 and P2, with the openings for the wires toward the outside of the board.  Join the remaining two 4-way screw terminals.  Solder them as P3 and P4.  Check all the soldering, remove any loose bits of solder, insert into the Arduino Uno, and you're done!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Driver Orientation ==&lt;br /&gt;
&lt;br /&gt;
{{warning|'''Please pay attention to driver orientation!'''  A driver inserted backwards will be destroyed instantly when the power is turned on.}}&lt;br /&gt;
&lt;br /&gt;
Driver pin VMOT (motor supply voltage) is marked with an arrow on the silkscreen (please note that this is different from the beta version).  The motor outputs (1A, 1B, 2A, 2B) face the respective screw terminals.  The electrolytic capacitor is near the VMOT pin, and the yellow ceramic capacitor is near the VDD pin.  The digital inputs are toward the middle of the board.&lt;br /&gt;
&lt;br /&gt;
{{warning|Two drivers (X and Y) are oriented one way, the other two (Z and A) the other way.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|Adjust the motor current before applying power for the first time.  The trimpots on the drivers do not come pre-set to any particular position.  Please turn them down (almost all the way anti-clockwise) before applying power.  Once you've applied power, increase the current carefully.  On some Pololu drivers, the range of the trimpot exceeds the allowable value for the driver chip, and turning it too far clockwise can cause the chip to explode.}}&lt;br /&gt;
&lt;br /&gt;
== Solder Bridges ==&lt;br /&gt;
&lt;br /&gt;
[[File:GAUPS 1.1 A driver mode.jpg|170px|right|thumb|Solder bridges for A driver mode]]&lt;br /&gt;
=== Dual-Y or 4-Axis Operation ===&lt;br /&gt;
&lt;br /&gt;
For Dual-Y operation, the A driver takes the same control signals (STEP and DIR) as the Y driver, acting as a second Y driver instead of a fourth independent axis.  This is the default configuration, and you don't need to do anything to use it.&lt;br /&gt;
&lt;br /&gt;
For 4-axis operation (or spindle relay in the A axis slot, instead of a driver), STEP and DIR for the A driver come from Arduino pins D12 and D13.  In both columns, cut the trace joining the top and middle pad, and bridge the middle and bottom pad with solder.&lt;br /&gt;
&lt;br /&gt;
It is unlikely that you will need to change from the default configuration.  As of yet,&lt;br /&gt;
GRBL supports only three axes, and spindle control relays in the form of Pololu-compatible&lt;br /&gt;
modules are very rare.&lt;br /&gt;
&lt;br /&gt;
[[File:GAUPS 1.1 logic power mode.jpg|170px|right|thumb|Solder bridges for logic voltage selection]]&lt;br /&gt;
=== Supply Voltage ===&lt;br /&gt;
&lt;br /&gt;
By default, the board uses the IOREF pin available on all R3 Arduino boards.&lt;br /&gt;
The Arduino connects&lt;br /&gt;
IOREF to either 5 V or 3.3 V, depending on which supply voltage it uses.  For example, an&lt;br /&gt;
Arduino Uno connects IOREF to 5 V, while an Arduino Due connects it to 3.3 V.&lt;br /&gt;
&lt;br /&gt;
For older Arduino boards that do not have an IOREF pin, you will have to bridge&lt;br /&gt;
one of the 3.3 V or 5 V solder bridges on the back of the board, as applicable.  To avoid&lt;br /&gt;
disasters if the GAUPS is later plugged into an R3 Arduino, also cut the trace across the&lt;br /&gt;
IOREF solder bridge.&lt;br /&gt;
&lt;br /&gt;
Since the R3 design has been the standard Arduino for a number of years, it is unlikely&lt;br /&gt;
that you will need to make any changes.&lt;br /&gt;
&lt;br /&gt;
== Switch Settings ==&lt;br /&gt;
&lt;br /&gt;
DIP switches are OFF to the left (the side of the switch with the numbers), ON to the right (the side labelled &amp;quot;ON&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Microstepping is controlled independently for each of the four drivers.&lt;br /&gt;
Each driver has three switches associated with it.&lt;br /&gt;
The silkscreen shows which switches apply to which driver.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|SW1 switch&lt;br /&gt;
    |&lt;br /&gt;
    !colspan=&amp;quot;5&amp;quot;|''A4988 and DRV8825''&lt;br /&gt;
    !''A4988''&lt;br /&gt;
    !colspan=&amp;quot;2&amp;quot;|''DRV8825''&lt;br /&gt;
    |&lt;br /&gt;
    !colspan=&amp;quot;5&amp;quot;|''DRV8834''&lt;br /&gt;
  |-&lt;br /&gt;
    !X axis&lt;br /&gt;
    !Y axis&lt;br /&gt;
    !Z axis&lt;br /&gt;
    !A axis&lt;br /&gt;
    |&lt;br /&gt;
    !Pin name&lt;br /&gt;
    !1 &amp;amp;times;&lt;br /&gt;
    !2 &amp;amp;times;&lt;br /&gt;
    !4 &amp;amp;times;&lt;br /&gt;
    !8 &amp;amp;times;&lt;br /&gt;
    !16 &amp;amp;times;&lt;br /&gt;
    !16 &amp;amp;times;&lt;br /&gt;
    !32 &amp;amp;times;&lt;br /&gt;
    |&lt;br /&gt;
    !Pin name&lt;br /&gt;
    !2 &amp;amp;times;&lt;br /&gt;
    !4 &amp;amp;times;&lt;br /&gt;
    !16 &amp;amp;times;&lt;br /&gt;
    !32 &amp;amp;times;&lt;br /&gt;
  |-&lt;br /&gt;
    !10&lt;br /&gt;
    !4&lt;br /&gt;
    !7&lt;br /&gt;
    !1&lt;br /&gt;
    |&lt;br /&gt;
    !''MS1''&lt;br /&gt;
    |OFF&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&lt;br /&gt;
    !''M0''&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !11&lt;br /&gt;
    !5&lt;br /&gt;
    !8&lt;br /&gt;
    !2&lt;br /&gt;
    |&lt;br /&gt;
    !''MS2''&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&lt;br /&gt;
    !''M1''&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !12&lt;br /&gt;
    !6&lt;br /&gt;
    !9&lt;br /&gt;
    !3&lt;br /&gt;
    |&lt;br /&gt;
    !''MS3''&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&lt;br /&gt;
    !''(CFG)''&lt;br /&gt;
    |colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot;|''not used''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For instance, to set a DRV8825 driver on the Z axis to 8&amp;amp;nbsp;&amp;amp;times; microstepping,&lt;br /&gt;
set switches 7 on, 8 on, 9 off.  In the Dual Y configuration, it's simplest to&lt;br /&gt;
use the same type of driver and motor for both the Y axes (Y and A), and use&lt;br /&gt;
the same microstepping configuration for both (switches 1&amp;amp;ndash;3 same as switches 4&amp;amp;ndash;6).&lt;br /&gt;
&lt;br /&gt;
Note that it is not possible to select all microstepping combinations for the DRV8834&lt;br /&gt;
low-voltage stepper motor driver (1&amp;amp;nbsp;&amp;amp;times; and 8&amp;amp;nbsp;&amp;amp;times; would require pin&lt;br /&gt;
M0 to be held low).&lt;br /&gt;
&lt;br /&gt;
=== gShield/grblShield Compatibility ===&lt;br /&gt;
&lt;br /&gt;
To make a GAUPS behave exactly like a gShield (or an older grblShield with the Z-axis hack),&lt;br /&gt;
so that one can use the same settings for GRBL, set X and Y to 8&amp;amp;nbsp;&amp;amp;times; microstepping,&lt;br /&gt;
and Z to 2&amp;amp;nbsp;&amp;amp;times;:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !1&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !2&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !3&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !4&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !5&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !6&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !7&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !8&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !9&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !10&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !11&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !12&lt;br /&gt;
    |OFF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Software configuration ==&lt;br /&gt;
&lt;br /&gt;
This depends on the software you run on the Arduino.&lt;br /&gt;
&lt;br /&gt;
If using GRBL 1.1, please see the [https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration GRBL configuration page]. You can also read [[Steps per mm|a brief explanation]] of the steps-per-mm value.&lt;br /&gt;
&lt;br /&gt;
== Connections ==&lt;br /&gt;
&lt;br /&gt;
The motor screw terminals are connected to the driver outputs nearest to them, in the same order.&lt;br /&gt;
&lt;br /&gt;
The motor power supply input is P5, the two bottom screw terminals in the block of ten on the left side of the board.  Positive is next to the X axis motor terminals, negative at the bottom edge of the board.  Please note that this is different from the beta version.  The polarity is marked on the silkscreen on the back of the board (there was no room on the front).&lt;br /&gt;
&lt;br /&gt;
{{warning|'''Do not make or break any connections while the board or the Arduino are powered.'''  There is a high risk of destroying the drivers and/or the Arduino.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:GAUPS 1.1 wiring.jpg|none|600px|thumb|GAUPS 1.1 Example Configuration]]&lt;br /&gt;
&lt;br /&gt;
This image (click on it to enlarge) shows an example configuration:&lt;br /&gt;
* Four drivers and four motors&lt;br /&gt;
* Dual-Y (two Y motors, each with its own driver)&lt;br /&gt;
* Pololu DRV8825 purple high-current drivers (note that other driver modules may have the trimpot in a different location, so do not use it to decide the driver module orientation.  Always check the pin labels).&lt;br /&gt;
* Heatsinks&lt;br /&gt;
&lt;br /&gt;
Note that the microstepping is not configured: the DIP switch is in its factory default configuration, corresponding to full stepping on all axes (not recommended).&lt;br /&gt;
&lt;br /&gt;
[[File:GAUPS 1.1 PCB Bottom.jpg|300px|right|thumb|Bottom of GAUPS 1.1 PCB, showing supply polarity]]&lt;br /&gt;
Also, when using GRBL 0.8 or 0.9 with the &amp;quot;invert mask&amp;quot; set to 0,&lt;br /&gt;
any Pololu drivers, and the motors we carry in our&lt;br /&gt;
store, wired as shown, for a move in the positive direction of each&lt;br /&gt;
axis, the motors turn as follows (as viewed looking into the shaft):&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Axis&lt;br /&gt;
    !Motor&lt;br /&gt;
    !Axis Positive Direction&lt;br /&gt;
    !Motor Direction&lt;br /&gt;
  |-&lt;br /&gt;
    !X&lt;br /&gt;
    !&lt;br /&gt;
    |Right&lt;br /&gt;
    |Counter-clockwise&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | Y&lt;br /&gt;
    !Left (Y driver)&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; |Toward the back&lt;br /&gt;
    |Counter-clockwise&lt;br /&gt;
  |-&lt;br /&gt;
    !Right (A driver)&lt;br /&gt;
    |Clockwise&lt;br /&gt;
  |-&lt;br /&gt;
    !Z&lt;br /&gt;
    !&lt;br /&gt;
    |Up&lt;br /&gt;
    |Clockwise&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This is the standard direction of travel for a dual-motor dual-Y drive eShapeoko&lt;br /&gt;
with any of the standard eShapeoko belt configurations (teeth down, belt going&lt;br /&gt;
under the idler wheels and over the belt pulley).  This is also valid for a&lt;br /&gt;
Shapeoko with any of the belt mods that have the belt facing teeth down.  For&lt;br /&gt;
the original Shapeoko configuration (belt teeth up, going over the idler wheels&lt;br /&gt;
and under the belt pulley) and any other teeth up configuration, reverse the&lt;br /&gt;
direction of X and Y motors (by reversing the connections,&lt;br /&gt;
black&amp;amp;ndash;green&amp;amp;ndash;blue&amp;amp;ndash;red instead of&lt;br /&gt;
red&amp;amp;ndash;blue&amp;amp;ndash;green&amp;amp;ndash;black).&lt;br /&gt;
&lt;br /&gt;
Note that not all motors from all manufacturers turn in the same direction when&lt;br /&gt;
wired the same, although this seems to be the most common case.  If your motor&lt;br /&gt;
has different color wires, always determine the correct pairing before wiring&lt;br /&gt;
the motors, to avoid damage to the drivers.  Any configuration will work, as long&lt;br /&gt;
as the wires in each pair are next to each other (pins 1 and 2 one pair,&lt;br /&gt;
pins 3 and 4 another pair).&lt;br /&gt;
&lt;br /&gt;
Also note that driver modules other than Pololu A4988 and DRV8825 may turn the motors&lt;br /&gt;
in the opposite direction, too, and the direction can also be changed in firmware.&lt;br /&gt;
&lt;br /&gt;
== Power Supply ==&lt;br /&gt;
&lt;br /&gt;
The choice of voltage depends on the driver modules.  The kit of parts, as&lt;br /&gt;
supplied, has capacitors rated at 35 V, so that's the maximum voltage.  However,&lt;br /&gt;
an alternative is supplied, with capacitors rated for 50 V.  To keep the same&lt;br /&gt;
form factor, these capacitors are smaller (22 &amp;amp;micro;F instead of 47 &amp;amp;micro;F).&lt;br /&gt;
&lt;br /&gt;
With A4988 drivers, the maximum voltage is 35 V, but EMF induced in the motor&lt;br /&gt;
during braking can raise the supply voltage, so we do not recommend using more&lt;br /&gt;
than 30 V.  The DRV8825 drivers are rated to 45 V, but, for the same reason,&lt;br /&gt;
we do not recommend more than 40 V (provided that you are using capacitors rated&lt;br /&gt;
50 V or more).&lt;br /&gt;
&lt;br /&gt;
A4988 and DRV8825 both work from 12 V, but the most popular voltage for them&lt;br /&gt;
is 24 V.  19 V is also popular, because it's the typical voltage of a laptop&lt;br /&gt;
power supply, and many people have one of those lying around.&lt;br /&gt;
&lt;br /&gt;
The DRV8834 driver operates from 2.5 V to 10.8 V, so it's ideal for low-voltage&lt;br /&gt;
applications.&lt;br /&gt;
&lt;br /&gt;
== Part List ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Part&lt;br /&gt;
    !Count&lt;br /&gt;
    !Description&lt;br /&gt;
    !Manufacturer&lt;br /&gt;
    !Part Number&lt;br /&gt;
  |-&lt;br /&gt;
    |PCB&lt;br /&gt;
    |1&lt;br /&gt;
    |GAUPS 1.1 PCB, dual-side 1.6 mm FR4, 2 oz copper, through-plated, ENIG, RoHS&lt;br /&gt;
    |Amber Spyglass Ltd&lt;br /&gt;
    |&amp;amp;mdash;&lt;br /&gt;
  |-&lt;br /&gt;
    |R1&lt;br /&gt;
    |1&lt;br /&gt;
    |Resistor, 10 k&amp;amp;Omega; 0.125 W, metal film&lt;br /&gt;
    |Multicomp&lt;br /&gt;
    |MF12 10K&lt;br /&gt;
  |-&lt;br /&gt;
    |C1&amp;amp;ndash;C4&lt;br /&gt;
    |4&lt;br /&gt;
    |Aluminium electrolytic capacitor, 47 &amp;amp;micro;F 35 V, long life (5000 hours @ 105&amp;amp;deg;C),&amp;lt;br /&amp;gt;radial, 2.5 mm lead spacing, &amp;amp;empty; 8 mm, 5 mm tall&lt;br /&gt;
    |Rubycon&lt;br /&gt;
    |35ML47MEFC8X5&lt;br /&gt;
  |-&lt;br /&gt;
    |C5&amp;amp;ndash;C8&lt;br /&gt;
    |4&lt;br /&gt;
    |Ceramic capacitor, 100 nF 50 V, X7R dielectric, 0.2&amp;quot; lead spacing&lt;br /&gt;
    |Multicomp&lt;br /&gt;
    |MCRR50104X7RK0050&lt;br /&gt;
  |-&lt;br /&gt;
    |SW1&lt;br /&gt;
    |1&lt;br /&gt;
    |Low-profile 12-way DIP switch, 0.1&amp;quot; pitch, 0.3&amp;quot; wide&lt;br /&gt;
    |Multicomp *&lt;br /&gt;
    |MCEI-12&lt;br /&gt;
  |-&lt;br /&gt;
    |SW2&lt;br /&gt;
    |1&lt;br /&gt;
    |Tactile switch, 6 mm&lt;br /&gt;
    |Panasonic&lt;br /&gt;
    |EVQPVG05K&lt;br /&gt;
  |-&lt;br /&gt;
    |U1&amp;amp;ndash;U4&lt;br /&gt;
    |8&lt;br /&gt;
    |8-way single-row female 0.1&amp;quot; pitch header, straight&lt;br /&gt;
    |Multicomp *&lt;br /&gt;
    |2212S-08SG-85&lt;br /&gt;
  |-&lt;br /&gt;
    |J1, J3&lt;br /&gt;
    |2&lt;br /&gt;
    |8-way single-row long pin (15 mm) female 0.1&amp;quot; pitch headers, straight&lt;br /&gt;
    |Samtec *&lt;br /&gt;
    |SSQ-108-04-F-S&lt;br /&gt;
  |-&lt;br /&gt;
    |J2&lt;br /&gt;
    |1&lt;br /&gt;
    |6-way single-row long pin (15 mm) female 0.1&amp;quot; pitch headers, straight&lt;br /&gt;
    |Samtec *&lt;br /&gt;
    |SSQ-106-04-F-S&lt;br /&gt;
  |-&lt;br /&gt;
    |J4&lt;br /&gt;
    |1&lt;br /&gt;
    |10-way single-row long pin (15 mm) female 0.1&amp;quot; pitch headers, straight&lt;br /&gt;
    |Samtec *&lt;br /&gt;
    |SSQ-110-04-F-S&lt;br /&gt;
  |-&lt;br /&gt;
    |P1&amp;amp;ndash;P4&lt;br /&gt;
    |4&lt;br /&gt;
    |4-way side-entry PCB screw terminal, 5 mm pitch&lt;br /&gt;
    |Camden Boss&lt;br /&gt;
    |CTB5202/4&lt;br /&gt;
  |-&lt;br /&gt;
    |P5&lt;br /&gt;
    |1&lt;br /&gt;
    |2-way side-entry PCB screw terminal, 5 mm pitch&lt;br /&gt;
    |Camden Boss&lt;br /&gt;
    |CTB5202/2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For most components, numerous equivalent parts exist from various manufacturers.&lt;br /&gt;
The given manufacturers and part numbers are just examples of compatible parts.  However, except&lt;br /&gt;
where marked with an asterisk, the supplied parts in our kit are exactly those listed here (those&lt;br /&gt;
with an asterisk are generic equivalents).  This is especially important for the long-life&lt;br /&gt;
electrolytic capacitors of the correct form factor, and for the good quality screw terminals.&lt;br /&gt;
Also important are the long (15 mm pins) Arduino headers; the typical Arduino headers with&lt;br /&gt;
10&amp;amp;ndash;12 mm pins are not tall enough for the solder joints on the back of the shield to&lt;br /&gt;
clear the Arduino USB connector, and insulation is required.&lt;br /&gt;
&lt;br /&gt;
We reserve the right to substitute parts without notice.&lt;br /&gt;
&lt;br /&gt;
== Schematic ==&lt;br /&gt;
[[File:GAUPS 1.1 schematic.png|900px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=999</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=999"/>
		<updated>2021-01-21T17:11:27Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== eShapeoko ==&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is an affordable three-axis desktop CNC milling machine.  It is a clone of Edward Ford's tremendously successful Shapeoko 1 and 2, with some changes.  Much of the low-cost aspect we owe to Bart Dring, who invented MakerSlide, a simple and inexpensive linear bearing system that doubles as structural support.&lt;br /&gt;
&lt;br /&gt;
eShapeoko is sold in kit form.  For now, only a [http://store.amberspyglass.co.uk/eshapeoko-mechanical-kit.html Mechanical Kit] is available.  In addition to that, you need four stepper motors, a power supply, and the electronics to drive the motors: please read [[EShapeoko Complete Kit|this guide]].&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
[[V-wheel and Idler Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.6 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.6 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.6.0%20Packing%20List.pdf 1.6.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.5 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.5 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.5.0%20Packing%20List.pdf 1.5.0]&lt;br /&gt;
[http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.5.1%20Packing%20List.pdf 1.5.1]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.4 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.4 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.4.0%20Packing%20List.pdf 1.4.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.3 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.3 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.3.0%20Packing%20List.pdf 1.3.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.2 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.2 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2%20Packing%20List.pdf 1.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.1%20Packing%20List.pdf 1.2.1], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.2%20Packing%20List.pdf 1.2.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.3%20Packing%20List.pdf 1.2.3], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.4%20Packing%20List.pdf 1.2.4]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko Complete Kit]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[Motor Drivers]] (inlcuding GAUPS)&lt;br /&gt;
&lt;br /&gt;
[https://github.com/amberspyglass/parts Part Drawings] (including eShapeoko 1.x and the camera slider)&lt;br /&gt;
&lt;br /&gt;
Some information about [[Stepper Motors]]&lt;br /&gt;
&lt;br /&gt;
=== Older Kits ===&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Dual-X Assembly Notes]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 NEMA23 upgrades]]&lt;br /&gt;
&lt;br /&gt;
[http://blog.amberspyglass.co.uk/2013/12/20/eshapeoko-packing-list/eshapeoko-v1-1-packing-list/ EShapeoko 1.1 Packing List]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
We are adding more information here every now and then.  In the meantime, a wealth of information and generous help await at the [http://shapeoko.com/forum/ Shapeoko forum].&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is based on the [http://shapeoko.com Shapeoko] by Edward Ford, and open-source project.  The eShapeoko is designed by Cătălin Voinescu.  It is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=998</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=998"/>
		<updated>2021-01-21T17:11:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== eShapeoko ==&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is an affordable three-axis desktop CNC milling machine.  It is a clone of Edward Ford's tremendously successful Shapeoko 1 and 2, with some changes.  Much of the low-cost aspect we owe to Bart Dring, who invented MakerSlide, a simple and inexpensive linear bearing system that doubles as structural support.&lt;br /&gt;
&lt;br /&gt;
eShapeoko is sold in kit form.  For now, only a [http://store.amberspyglass.co.uk/eshapeoko-mechanical-kit.html Mechanical Kit] is available.  In addition to that, you need four stepper motors, a power supply, and the electronics to drive the motors: please read [[EShapeoko Complete Kit|this guide]].&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
[[V-wheel and Idler Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.6 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.6 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.5.0%20Packing%20List.pdf 1.6.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.5 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.5 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.5.0%20Packing%20List.pdf 1.5.0]&lt;br /&gt;
[http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.5.1%20Packing%20List.pdf 1.5.1]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.4 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.4 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.4.0%20Packing%20List.pdf 1.4.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.3 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.3 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.3.0%20Packing%20List.pdf 1.3.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.2 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.2 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2%20Packing%20List.pdf 1.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.1%20Packing%20List.pdf 1.2.1], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.2%20Packing%20List.pdf 1.2.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.3%20Packing%20List.pdf 1.2.3], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.4%20Packing%20List.pdf 1.2.4]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko Complete Kit]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[Motor Drivers]] (inlcuding GAUPS)&lt;br /&gt;
&lt;br /&gt;
[https://github.com/amberspyglass/parts Part Drawings] (including eShapeoko 1.x and the camera slider)&lt;br /&gt;
&lt;br /&gt;
Some information about [[Stepper Motors]]&lt;br /&gt;
&lt;br /&gt;
=== Older Kits ===&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Dual-X Assembly Notes]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 NEMA23 upgrades]]&lt;br /&gt;
&lt;br /&gt;
[http://blog.amberspyglass.co.uk/2013/12/20/eshapeoko-packing-list/eshapeoko-v1-1-packing-list/ EShapeoko 1.1 Packing List]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
We are adding more information here every now and then.  In the meantime, a wealth of information and generous help await at the [http://shapeoko.com/forum/ Shapeoko forum].&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is based on the [http://shapeoko.com Shapeoko] by Edward Ford, and open-source project.  The eShapeoko is designed by Cătălin Voinescu.  It is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Carriage&amp;diff=997</id>
		<title>EShapeoko 1.4 Assembly: X Carriage</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Carriage&amp;diff=997"/>
		<updated>2021-01-20T15:44:13Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For this step, you need the fourth motor plate, which will become the front of&lt;br /&gt;
the X carriage; the rear X motor plate, with the motor and idlers attached three&lt;br /&gt;
steps ago; and the contents of '''Pack 6'''.&lt;br /&gt;
You also need the bolted-together X rails from the previous step, the remaining&lt;br /&gt;
assembled V-wheels, and the Z rail.&lt;br /&gt;
&lt;br /&gt;
{{Note|If you're assembling Version 1.6, please [[EShapeoko 1.6 Assembly Instructions|read this first]].}}&lt;br /&gt;
&lt;br /&gt;
Take a deep breath...&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly X carriage front.png|frame|none|Front and middle of the X carriage]]&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly X carriage rear.png|frame|none|Rear of the X carriage (TO DO: update to show idlers and NEMA 17 motor in the correct position.)]]&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly X and Z V-wheels hole positions.png|thumb|right|x247px|Position of V-wheels on the X carriage, as seen from the front (red: fixed X V-wheels; blue: adjustable X V-wheels; yellow: fixed Z V-wheels; purple: adjustable Z V-wheels)]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Item&lt;br /&gt;
    !Part Number&lt;br /&gt;
    !Part Description&lt;br /&gt;
    !Count&lt;br /&gt;
  |-&lt;br /&gt;
    |1&lt;br /&gt;
    |S5-70&lt;br /&gt;
    |M5 70&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |2&lt;br /&gt;
  |-&lt;br /&gt;
    |2&lt;br /&gt;
    |S5-90&lt;br /&gt;
    |M5 90&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |6&lt;br /&gt;
  |-&lt;br /&gt;
    |3&lt;br /&gt;
    |W5&lt;br /&gt;
    |M5 washer (form A)&lt;br /&gt;
    |48&lt;br /&gt;
  |-&lt;br /&gt;
    |4&lt;br /&gt;
    |MES&lt;br /&gt;
    |Eccentric spacer&lt;br /&gt;
    |6&lt;br /&gt;
  |-&lt;br /&gt;
    |5&lt;br /&gt;
    |W5B&lt;br /&gt;
    |M5 washer (form B)&lt;br /&gt;
    |8&lt;br /&gt;
  |-&lt;br /&gt;
    |6&lt;br /&gt;
    |&lt;br /&gt;
    |Assembled V-wheel&lt;br /&gt;
    |12&lt;br /&gt;
  |-&lt;br /&gt;
    |7&lt;br /&gt;
    |D5-16b&lt;br /&gt;
    |M5 25.4&amp;amp;nbsp;mm aluminium spacer&lt;br /&gt;
    |12&lt;br /&gt;
  |-&lt;br /&gt;
    |8&lt;br /&gt;
    |D5-04b&lt;br /&gt;
    |M5 6.35&amp;amp;nbsp;mm aluminium spacer&lt;br /&gt;
    |2&lt;br /&gt;
  |-&lt;br /&gt;
    |9&lt;br /&gt;
    |LMP&lt;br /&gt;
    |Motor plate&lt;br /&gt;
    |1&lt;br /&gt;
  |-&lt;br /&gt;
    |10&lt;br /&gt;
    |N5&lt;br /&gt;
    |M5 hex nut&lt;br /&gt;
    |8&lt;br /&gt;
  |-&lt;br /&gt;
    |11&lt;br /&gt;
    |&lt;br /&gt;
    |Assembled rear X motor plate&lt;br /&gt;
    |1&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Part 5 (shown in orange) is W5B (form B M5 washer), which is thinner (0.75 mm) than the&lt;br /&gt;
regular washers (0.95 mm). The thinner washers are packed in a separate bag, because&lt;br /&gt;
they are otherwise hard to tell apart (they are not painted orange in real life).&lt;br /&gt;
It is important to get the spacing of the X V-wheels exactly right, to match the distance&lt;br /&gt;
between the Vs of the MakerSlide, so please be careful to use the correct washers.&lt;br /&gt;
&lt;br /&gt;
To assemble this, it's easiest to do the front plate first, one bolt at a time, following&lt;br /&gt;
the top exploded drawing. Temporarily add a nut to hold those parts together. Do all&lt;br /&gt;
eight bolts, then lay the plate down, Z V-wheels down. Remove the nuts. Offer the rear&lt;br /&gt;
motor plate (the one with the motor and idlers), and lower it&lt;br /&gt;
on the bolts, guiding them into the correct holes. Finish by adding the eccentric spacers,&lt;br /&gt;
washers and nuts on the back of the carriage.&lt;br /&gt;
&lt;br /&gt;
For reference, here's what goes on each bolt (two of each, eight total):&lt;br /&gt;
; A. Fixed X V-wheels (red): 70 mm screw &amp;amp;bull; washer &amp;amp;bull; front plate &amp;amp;bull; thin washer &amp;amp;bull; V-wheel &amp;amp;bull; washer &amp;amp;bull; washer &amp;amp;bull; long spacer &amp;amp;bull; thin washer &amp;amp;bull; washer &amp;amp;bull; V-wheel &amp;amp;bull; washer &amp;amp;bull; rear plate &amp;amp;bull; washer &amp;amp;bull; nut;&lt;br /&gt;
; B. Adjustable X V-wheels (blue): 90 mm screw &amp;amp;bull; washer &amp;amp;bull; eccentric spacer &amp;amp;bull; front plate &amp;amp;bull; thin washer &amp;amp;bull; V-wheel &amp;amp;bull; washer &amp;amp;bull; washer &amp;amp;bull; long spacer &amp;amp;bull; thin washer &amp;amp;bull; washer &amp;amp;bull; V-wheel &amp;amp;bull; washer &amp;amp;bull; rear plate &amp;amp;bull; eccentric spacer &amp;amp;bull; washer &amp;amp;bull; nut;&lt;br /&gt;
; C. Fixed Z V-wheels (yellow): 90 mm screw &amp;amp;bull; washer &amp;amp;bull; V-wheel &amp;amp;bull; washer &amp;amp;bull; short spacer &amp;amp;bull; washer &amp;amp;bull; front plate &amp;amp;bull; washer &amp;amp;bull; long spacer &amp;amp;bull; long spacer &amp;amp;bull; washer &amp;amp;bull; rear plate &amp;amp;bull; washer &amp;amp;bull; nut;&lt;br /&gt;
; D. Adjustable Z V-wheels (purple): 90 mm screw &amp;amp;bull; washer &amp;amp;bull; V-wheel &amp;amp;bull; washer &amp;amp;bull; washer &amp;amp;bull; eccentric spacer &amp;amp;bull; front plate &amp;amp;bull; washer &amp;amp;bull; long spacer &amp;amp;bull; long spacer &amp;amp;bull; washer &amp;amp;bull; rear plate &amp;amp;bull; washer &amp;amp;bull; nut.&lt;br /&gt;
&lt;br /&gt;
Or, in table form:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot; rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
    !colspan=&amp;quot;2&amp;quot;|Z V-wheels&lt;br /&gt;
  |-&lt;br /&gt;
    !width=&amp;quot;7.5em&amp;quot;|Fixed&lt;br /&gt;
    !width=&amp;quot;7.5em&amp;quot;|Adjustable&lt;br /&gt;
  |-&lt;br /&gt;
    !style=&amp;quot;color:black; background-color:#FFCC00;&amp;quot;|C&lt;br /&gt;
    !style=&amp;quot;color:white; background-color:#8600D7;&amp;quot;|D&lt;br /&gt;
  |-&lt;br /&gt;
    |90&amp;amp;nbsp;mm&amp;amp;nbsp;screw&lt;br /&gt;
    |90&amp;amp;nbsp;mm&amp;amp;nbsp;screw&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;2&amp;quot;|X V-wheels&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    !width=&amp;quot;7.5em&amp;quot;|Fixed&lt;br /&gt;
    !width=&amp;quot;7.5em&amp;quot;|Adjustable&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|V-wheel&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|V-wheel&lt;br /&gt;
  |-&lt;br /&gt;
    !style=&amp;quot;color:white; background-color:#C80000;&amp;quot;|A&lt;br /&gt;
    !style=&amp;quot;color:white; background-color:#0080FF;&amp;quot;|B&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
    |90&amp;amp;nbsp;mm&amp;amp;nbsp;screw&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    |washer&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|short spacer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    |70&amp;amp;nbsp;mm&amp;amp;nbsp;screw&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|eccentric spacer&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|eccentric spacer&lt;br /&gt;
  |-&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;4&amp;quot; style=&amp;quot;color:white; background-color:#156F15;&amp;quot;|front plate&lt;br /&gt;
  |-&lt;br /&gt;
    |thin washer&lt;br /&gt;
    |thin washer&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    |height=&amp;quot;3em&amp;quot;|V-wheel&lt;br /&gt;
    |height=&amp;quot;3em&amp;quot;|V-wheel&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|long spacer&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|long spacer&lt;br /&gt;
  |-&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; height=&amp;quot;9em&amp;quot;|long spacer&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; height=&amp;quot;9em&amp;quot;|long spacer&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|long spacer&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|long spacer&lt;br /&gt;
  |-&lt;br /&gt;
    |thin washer&lt;br /&gt;
    |thin washer&lt;br /&gt;
  |-&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    |height=&amp;quot;3em&amp;quot;|V-wheel&lt;br /&gt;
    |height=&amp;quot;3em&amp;quot;|V-wheel&lt;br /&gt;
  |-&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;4&amp;quot; style=&amp;quot;color:white; background-color:#156F15;&amp;quot;|rear plate&lt;br /&gt;
  |-&lt;br /&gt;
    |washer&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|eccentric spacer&lt;br /&gt;
    |washer&lt;br /&gt;
    |washer&lt;br /&gt;
  |-&lt;br /&gt;
    |nut&lt;br /&gt;
    |nut&lt;br /&gt;
    |nut&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
    |washer&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
  |-&lt;br /&gt;
    |nut&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that what goes between the two plates is the same for bolts A and B, and also for bolts C and D.&lt;br /&gt;
&lt;br /&gt;
If you have '''limit switches''', now is a good time to install them for the X axis.&lt;br /&gt;
It will be more difficult later, with the carriage riding on the rail.&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly X carriage and rail.png]]&lt;br /&gt;
&lt;br /&gt;
Insert the assembled dual X rail as shown, with the single T-slot on the front rail at the bottom and the one on the back rail at the top (this is marginally better at supporting a heavy spindle than the opposite configuration). Adjust the X eccentric spacers until they V-wheels grip the MakerSlide firmly, but the carriage still slides smoothly. Tighten the X V-wheel screws, re-adjusting the eccentric spacers in the process. Leave the X rail in for the next step.&lt;br /&gt;
&lt;br /&gt;
Insert the Z rail as shown (the orientation of the T-slot is not important). Adjust the Z eccentric spacers so that the V-wheels grip the MakerSlide firmly, but the Z rail still slides smoothly. Tighten the Z V-wheel screws, re-adjusting the eccentric spacers as necessary.&lt;br /&gt;
&lt;br /&gt;
Remove the Z rail for now and set it aside.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Gantry|Gantry]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: X Rail|X rail]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.6_Assembly_Instructions&amp;diff=996</id>
		<title>EShapeoko 1.6 Assembly Instructions</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.6_Assembly_Instructions&amp;diff=996"/>
		<updated>2021-01-20T15:28:52Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please use the [[EShapeoko 1.4 Assembly Instructions]].&lt;br /&gt;
&lt;br /&gt;
There are changes in the appearance of the motor plates and of the spindle mounts, but the same instructions apply, with the following differences:&lt;br /&gt;
&lt;br /&gt;
== Prep work ==&lt;br /&gt;
&lt;br /&gt;
In addition to [[EShapeoko 1.4 Assembly: Prep Work]], if you have the ''deluxe'' frame, identify the two lengths of aluminium extrusion that are parallel to the Y axis. These are 80 mm shorter than the Y rail, and do not have access holes.&lt;br /&gt;
&lt;br /&gt;
Tap both holes at each end of these two pieces, M5 × 0.8 mm (standard M5 thread), same as the MakerSlide.&lt;br /&gt;
&lt;br /&gt;
Do not tap the remaining two profiles.&lt;br /&gt;
&lt;br /&gt;
== X carriage ==&lt;br /&gt;
&lt;br /&gt;
Follow the [[EShapeoko 1.4 Assembly: X Carriage]] instructions, except note the following important differences in the layout of the spacers. Versions up to 1.5 used off-the-shelf spacers and a mix of washers to achieve the exact distance required between the V-wheels on the same bolt (and between the plates on the other four bolts). This version uses custom made spacers of the exact length required, so we don't need the extra washers.&lt;br /&gt;
&lt;br /&gt;
* All M5 washers are the same Form A washer (nominal 1.0 mm thick, actual 0.95 mm), part number W5. There is no part W5B anymore.&lt;br /&gt;
* On bolts A and B, between the V-wheels, instead of two washers, one spacer, and two more washers, use just the supplied 29 mm spacer, without any washers. The spacer should contact the inner race of the bearing directly. (Note that there's still a washer between each V-wheel and the carriage plate.)&lt;br /&gt;
* On bolts C and D, between the carriage plates, instead of a washer, two spacers, and another washer, use just the supplied 52.9 mm spacer, without any washers. The spacer should be in direct contact with the carriage plates.&lt;br /&gt;
&lt;br /&gt;
Everything else remains the same.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.6_Assembly_Instructions&amp;diff=995</id>
		<title>EShapeoko 1.6 Assembly Instructions</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.6_Assembly_Instructions&amp;diff=995"/>
		<updated>2021-01-20T15:28:31Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please use the [[EShapeoko 1.4 Assembly Instructions]].&lt;br /&gt;
&lt;br /&gt;
There are changes in the appearance of the motor plates and of the spindle mounts, but the same instructions apply, with the following differences:&lt;br /&gt;
&lt;br /&gt;
== Prep work ==&lt;br /&gt;
&lt;br /&gt;
In addition to [[EShapeoko 1.4 Assembly: Prep Work]], if you have the ''deluxe'' frame, identify the two lengths of aluminium extrusion that are parallel to the Y axis. These are 80 mm shorter than the Y rail, and do not have access holes.&lt;br /&gt;
&lt;br /&gt;
Tap both holes at each end of these two pieces, M5 × 0.8 mm (standard M5 thread), same as the MakerSlide.&lt;br /&gt;
&lt;br /&gt;
Do not tap the remaining two profiles.&lt;br /&gt;
&lt;br /&gt;
== X carriage ==&lt;br /&gt;
&lt;br /&gt;
Follow the [[EShapeoko 1.4 Assembly: X Carriage]] instructions, except note the following important differences in the layout of the spacers. Versions up to 1.5 used off-the-shelf spacers and a mix of washers to achieve the exact distance required between the V-wheels on the same bolt (and between the plates on the other four bolts). This version uses custom made spacers of the exact length required, so the extra washers are not needed.&lt;br /&gt;
&lt;br /&gt;
* All M5 washers are the same Form A washer (nominal 1.0 mm thick, actual 0.95 mm), part number W5. There is no part W5B anymore.&lt;br /&gt;
* On bolts A and B, between the V-wheels, instead of two washers, one spacer, and two more washers, use just the supplied 29 mm spacer, without any washers. The spacer should contact the inner race of the bearing directly. (Note that there's still a washer between each V-wheel and the carriage plate.)&lt;br /&gt;
* On bolts C and D, between the carriage plates, instead of a washer, two spacers, and another washer, use just the supplied 52.9 mm spacer, without any washers. The spacer should be in direct contact with the carriage plates.&lt;br /&gt;
&lt;br /&gt;
Everything else remains the same.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.6_Assembly_Instructions&amp;diff=994</id>
		<title>EShapeoko 1.6 Assembly Instructions</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.6_Assembly_Instructions&amp;diff=994"/>
		<updated>2021-01-20T15:27:35Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Please use the EShapeoko 1.4 Assembly Instructions.  There are changes in the appearance of the motor plates and of the spindle mounts, but the same instructions apply, wi...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please use the [[EShapeoko 1.4 Assembly Instructions]].&lt;br /&gt;
&lt;br /&gt;
There are changes in the appearance of the motor plates and of the spindle mounts, but the same instructions apply, with the following differences:&lt;br /&gt;
&lt;br /&gt;
== Prep work ==&lt;br /&gt;
&lt;br /&gt;
In addition to [[EShapeoko 1.4 Assembly: Prep Work]], if you have the ''deluxe'' frame, identify the two lengths of aluminium extrusion that are parallel to the Y axis. These are 80 mm shorter than the Y rail, and do not have access holes.&lt;br /&gt;
&lt;br /&gt;
Tap both holes at each end of these two pieces, M5 × 0.8 mm (standard M5 thread), same as the MakerSlide.&lt;br /&gt;
&lt;br /&gt;
Do not tap the remaining two profiles.&lt;br /&gt;
&lt;br /&gt;
== X carriage ==&lt;br /&gt;
&lt;br /&gt;
Follow the [[EShapeoko 1.4 Assembly: X Carriage]] instructions, except note the following important differences in the layout of the spacers. Versions up to 1.5 used off-the-shelf spacers and a mix of washers to achieve the exact distance required between the V-wheels on the same bolt (and between the plates on the other four bolts). This version uses custom made spacers, so the extra spacers aren't needed.&lt;br /&gt;
&lt;br /&gt;
* All M5 washers are the same Form A washer (nominal 1.0 mm thick, actual 0.95 mm), part number W5. There is no part W5B anymore.&lt;br /&gt;
* On bolts A and B, between the V-wheels, instead of two washers, one spacer, and two more washers, use just the supplied 29 mm spacer, without any washers. The spacer should contact the inner race of the bearing directly. (Note that there's still a washer between each V-wheel and the carriage plate.)&lt;br /&gt;
* On bolts C and D, between the carriage plates, instead of a washer, two spacers, and another washer, use just the supplied 52.9 mm spacer, without any washers. The spacer should be in direct contact with the carriage plates.&lt;br /&gt;
&lt;br /&gt;
Everything else remains the same.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.5_Assembly_Instructions&amp;diff=993</id>
		<title>EShapeoko 1.5 Assembly Instructions</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.5_Assembly_Instructions&amp;diff=993"/>
		<updated>2021-01-20T15:12:44Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Please use the EShapeoko 1.4 Assembly Instructions.  There are changes in the appearance of the motor plates and of the spindle mounts, but the same instructions apply.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please use the [[EShapeoko 1.4 Assembly Instructions]].&lt;br /&gt;
&lt;br /&gt;
There are changes in the appearance of the motor plates and of the spindle mounts, but the same instructions apply.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=MediaWiki:Sidebar&amp;diff=992</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=MediaWiki:Sidebar&amp;diff=992"/>
		<updated>2021-01-20T15:09:04Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
* eShapeoko&lt;br /&gt;
** EShapeoko 1.6 Assembly Instructions|Version 1.6&lt;br /&gt;
** EShapeoko 1.5 Assembly Instructions|Version 1.5&lt;br /&gt;
** EShapeoko 1.4 Assembly Instructions|Version 1.4&lt;br /&gt;
** EShapeoko 1.3 Assembly Instructions|Version 1.3&lt;br /&gt;
** EShapeoko 1.2 Assembly Instructions|Version 1.2&lt;br /&gt;
** EShapeoko 1.0 and 1.1 Assembly Instructions|Version 1.0/1.1&lt;br /&gt;
** EShapeoko Complete Kit|Purchasing Guide&lt;br /&gt;
** EShapeoko FAQ|FAQ&lt;br /&gt;
* Other Products&lt;br /&gt;
** GAUPS 1.1 Instructions|GAUPS 1.1&lt;br /&gt;
** GAUPS 1.0 Instructions|GAUPS 1.0&lt;br /&gt;
** Camera Slider Assembly Instructions|Camera Slider&lt;br /&gt;
** V-wheel and Idler Assembly Instructions|V-wheels and Idlers&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Prep_Work&amp;diff=989</id>
		<title>EShapeoko 1.4 Assembly: Prep Work</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Prep_Work&amp;diff=989"/>
		<updated>2020-02-08T19:52:21Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Tap */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Deburr ==&lt;br /&gt;
&lt;br /&gt;
Check the metal plates for burrs, droplets of metal, or spalsh marks. Scrape them off if possible, or file them off if necessary.&lt;br /&gt;
&lt;br /&gt;
== Tap ==&lt;br /&gt;
&lt;br /&gt;
Tap all the following holes M5 &amp;amp;times; 0.8 mm (standard M5 thread):&lt;br /&gt;
* Tap both holes at each end of each piece of MakerSlide, except the Z rail (a 250 mm piece), which needs only the holes at one end tapped. Brush chips away and wipe the rail clean, to prevent damage to the V-wheels. Do not tap the standard T-slot aluminium extrusion (the standard T-slot profile is symmetrical, and has six slots; MakerSlide has only five slots, and has protruding V rails on two edges).&lt;br /&gt;
* In the three belt tensioners in Pack 11, tap the hole that's not part of a pair. For alternate motor and belt placements, you may need to tap all three holes in each tensioner.&lt;br /&gt;
* Tap the two holes on either side of the central hole of the Z motor mount plate in Pack 10.&lt;br /&gt;
&lt;br /&gt;
(TO DO: add images for LBT1 and LZP2/LZP3 holes.)&lt;br /&gt;
&lt;br /&gt;
== Mark ==&lt;br /&gt;
&lt;br /&gt;
Mark the side of each eccentric spacer that is nearest to the hole. Colour it with a permanent marker or with a tiny dab of paint. The wheel will be offset in the marked direction.&lt;br /&gt;
&lt;br /&gt;
== Drill ==&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly dual X rail prep.png|frame|right|Holes for bolting the two X MakerSlide pieces together (500 mm length shown)]]&lt;br /&gt;
&lt;br /&gt;
Drill the X MakerSlide for the screws that hold the two rails together.&lt;br /&gt;
&lt;br /&gt;
Lay the MakerSlide flat, Vs up, and drill 3 mm (or slightly larger) holes into the bottom of the T-slot, through the core. The slot has a fine groove on the bottom to help center the drill bit. The positioning of the holes along the MakerSlide is not critical. Drill both X pieces of MakerSlide the same way.&lt;br /&gt;
&lt;br /&gt;
Depending on the length of the X MakerSlide, drill as follows:&lt;br /&gt;
* 375 mm: drill two holes every 125 mm;&lt;br /&gt;
* 500 mm: drill three holes every 125 mm;&lt;br /&gt;
* 750 mm: drill four holes every 150 mm;&lt;br /&gt;
* 1000 mm: drill six holes every 143 mm.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: V-wheels|V-wheels]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Frame&amp;diff=988</id>
		<title>EShapeoko 1.4 Assembly: Frame</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Frame&amp;diff=988"/>
		<updated>2018-11-22T14:58:14Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Deluxe Frame */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The frame is the stationary part of the machine.&lt;br /&gt;
&lt;br /&gt;
It consists of the Y rails,&lt;br /&gt;
plus all the components that support them. In the original Shapeoko,&lt;br /&gt;
and the first version of eShapeoko, the two Y rails were held together by&lt;br /&gt;
two end plates as wide as the machine -- very simple to build.&lt;br /&gt;
The disadvantages were less convenient access to the bed, and difficulty&lt;br /&gt;
in enlarging the machine in the X direction.&lt;br /&gt;
&lt;br /&gt;
Many mods of the original Shapeoko,&lt;br /&gt;
the later versions of the eShapeoko, and the Shapeoko 2, use four narrow&lt;br /&gt;
vertical plates instead, joined together in twos with aluminium extrusion.&lt;br /&gt;
These open end plates make the machine easier to use and more versatile.&lt;br /&gt;
They improve access to the bed and they allow the material to&lt;br /&gt;
overhang the front and rear of the machine, opening the possibility of&lt;br /&gt;
machining stock of arbitrary length (in stages, with some form of indexing).&lt;br /&gt;
&lt;br /&gt;
With larger machines, it became apparent that the Y rails needed to be&lt;br /&gt;
supported in the middle, not only at the ends, both against vertical sag,&lt;br /&gt;
and against horizontal deflection. The larger eShapeoko machines come&lt;br /&gt;
with mid-span supports. They need to be attached rigidly to the underlying&lt;br /&gt;
surface, or they are not able to prevent lateral movement of the Y rails.&lt;br /&gt;
This is made easier by the deluxe frame, which adds longitudinal members to&lt;br /&gt;
make a complete rectangle. The end plates and mid-span supports attach&lt;br /&gt;
to this rectangle.&lt;br /&gt;
&lt;br /&gt;
== Deluxe Frame ==&lt;br /&gt;
&lt;br /&gt;
You need the remaining parts in '''Pack 7''', all the parts from '''Pack 8''',&lt;br /&gt;
all four pieces of extrusion, all four end plates, and the two or four mid-span&lt;br /&gt;
supports.&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly deluxe frame base.png|thumb|none|800px|The base of the deluxe frame (500 mm &amp;amp;times; 750 mm machine shown, with one pair of mid-span Y rail supports)]]&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly deluxe frame.png|thumb|none|800px|Deluxe frame assembly (500 mm &amp;amp;times; 750 mm machine shown, with one pair of mid-span Y rail supports)]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Item&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Number&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Description&lt;br /&gt;
    !colspan=&amp;quot;7&amp;quot;|Count&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|X length (mm)&lt;br /&gt;
    !colspan=&amp;quot;3&amp;quot;|Y length (mm)&lt;br /&gt;
  |-&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !1500&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|1&lt;br /&gt;
    |EB-435M&lt;br /&gt;
    |435&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-560M&lt;br /&gt;
    |560&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-810M&lt;br /&gt;
    |810&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1060M&lt;br /&gt;
    |1060&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;3&amp;quot;|2&lt;br /&gt;
    |EB-670&lt;br /&gt;
    |670&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-920&lt;br /&gt;
    |920&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1420&lt;br /&gt;
    |1420&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
&lt;br /&gt;
  |-&lt;br /&gt;
    |3&lt;br /&gt;
    |N5TI&lt;br /&gt;
    |M5 T-slot insertion nut&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |4&lt;br /&gt;
    |S5ST&lt;br /&gt;
    |Self-tapping screw/blind joint, M4.5&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |5&lt;br /&gt;
    |LXP&lt;br /&gt;
    |Open end plate&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|4&lt;br /&gt;
  |-&lt;br /&gt;
    |6&lt;br /&gt;
    |LYS&lt;br /&gt;
    |Mid-span Y support&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|2&lt;br /&gt;
    |4&lt;br /&gt;
  |-&lt;br /&gt;
    |7&lt;br /&gt;
    |S5-10&lt;br /&gt;
    |M5 10&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |8&lt;br /&gt;
    |S5-14&lt;br /&gt;
    |M5 14&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |9&lt;br /&gt;
    |W5&lt;br /&gt;
    |M5 washer (form A)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|24&lt;br /&gt;
    |32&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Identify the pieces of extrusion: the transversal ones are 60 mm longer than&lt;br /&gt;
your X axis and have holes drilled through them. The longitudinal ones are&lt;br /&gt;
80 mm ''shorter'' than your Y axis, and don't have holes.&lt;br /&gt;
&lt;br /&gt;
Insert the eight self-tapping blind joint screws into all holes at the ends of the&lt;br /&gt;
two longitudinal members of the frame. Tighten them all the way in (use a Torx&lt;br /&gt;
T25 bit in a drill-driver, or the supplied Torx T25 key), then back them out about&lt;br /&gt;
3&amp;amp;nbsp;mm.&lt;br /&gt;
&lt;br /&gt;
For each pair of mid-span Y rail supports, insert two T-slot nuts in the&lt;br /&gt;
longitudinal extrusion. Put them in the T-slot facing the centre of the machine.&lt;br /&gt;
&lt;br /&gt;
Slide the heads of the self-tapping blind joints into the T-slots of the&lt;br /&gt;
transversal frame members, until they line up with the drilled holes.&lt;br /&gt;
Access them with the Torx T25 key through the holes, and tighten them up.&lt;br /&gt;
Measure the distance between the longitudinal members: it should be 13&amp;amp;nbsp;mm&lt;br /&gt;
less than the length of your X axis. Resting the frame on a flat surface,&lt;br /&gt;
tighten the blind joints firmly.&lt;br /&gt;
&lt;br /&gt;
For each pair of mid-span supports, insert two T-slot nots in the Y MakerSlide,&lt;br /&gt;
one in each of the two slots facing the centre of the machine.&lt;br /&gt;
&lt;br /&gt;
Using the M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screws (with one washer each), attach the four end plates&lt;br /&gt;
to the ends of the Y rail, making sure to orient them as shown (belt slots&lt;br /&gt;
toward the outside).&lt;br /&gt;
&lt;br /&gt;
{{Note|Please examine your end plates. If they are of two different designs, place the two plates with more belt slots at the front of the machine, and the two plates with fewer slots at the rear.}}&lt;br /&gt;
&lt;br /&gt;
Using two M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;10&amp;amp;nbsp;mm screws each (with one washer and one T-slot nut each),&lt;br /&gt;
attach the bottoms of the end plates to the transversal members of the frame.&lt;br /&gt;
Using four M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;10&amp;amp;nbsp;mm screws each (one washer each), attach the mid-span&lt;br /&gt;
supports to the inside of the Y MakerSlide and to the longitudinal members&lt;br /&gt;
of the frame.&lt;br /&gt;
&lt;br /&gt;
Once the frame is assembled, make sure that the Y rails are at the same&lt;br /&gt;
height in each of the four corners. Tighten all the screws firmly.&lt;br /&gt;
&lt;br /&gt;
== Standard Frame ==&lt;br /&gt;
&lt;br /&gt;
You need the remaining parts in '''Pack 7''', all the parts in '''Pack 8''',&lt;br /&gt;
plus the four end plates, the two or four&lt;br /&gt;
mid-span supports (if your machine has them), and the two pieces of&lt;br /&gt;
20&amp;amp;nbsp;mm&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;40&amp;amp;nbsp;mm extrusion. You also need the assembled gantry,&lt;br /&gt;
with the Y rails inserted in the Y carriages.&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly standard frame.png|frame|none|Standard frame assembly (500&amp;amp;nbsp;mm&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;500&amp;amp;nbsp;mm machine shown)]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Item&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Number&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Description&lt;br /&gt;
    !colspan=&amp;quot;9&amp;quot;|Count&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|X length (mm)&lt;br /&gt;
    !colspan=&amp;quot;5&amp;quot;|Y length (mm)&lt;br /&gt;
  |-&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !1500&lt;br /&gt;
  |-&lt;br /&gt;
    |1&lt;br /&gt;
    |LXP&lt;br /&gt;
    |Open end plate&lt;br /&gt;
    |colspan=&amp;quot;9&amp;quot;|4&lt;br /&gt;
  |-&lt;br /&gt;
    |2&lt;br /&gt;
    |S5-10&lt;br /&gt;
    |M5 10&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|8&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|12&lt;br /&gt;
    |16&lt;br /&gt;
  |-&lt;br /&gt;
    |3&lt;br /&gt;
    |W5&lt;br /&gt;
    |M5 washer (form A)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|20&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |4&lt;br /&gt;
    |S5-14&lt;br /&gt;
    |M5 14&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |colspan=&amp;quot;9&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |5&lt;br /&gt;
    |N5TI&lt;br /&gt;
    |M5 T-slot insertion nut&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|8&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|12&lt;br /&gt;
    |16&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|6&lt;br /&gt;
    |EB-435&lt;br /&gt;
    |435&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-560&lt;br /&gt;
    |560&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-810&lt;br /&gt;
    |810&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1060&lt;br /&gt;
    |1060&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |n/a&lt;br /&gt;
    |LYS&lt;br /&gt;
    |Mid-span Y support&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|0&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|2&lt;br /&gt;
    |4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The standard frame has only transversal extrusion pieces, 60&amp;amp;nbsp;mm longer&lt;br /&gt;
than your X axis. They connect the end plates in the same way as they do&lt;br /&gt;
for the deluxe frame.&lt;br /&gt;
&lt;br /&gt;
Before you bolt the Y MakerSlide to the end plates, do not forget to put in two&lt;br /&gt;
insertion nuts for each mid-span support, if applicable (shorter machines do&lt;br /&gt;
not have mid-span supports): for each support, one nut in the upper slot and&lt;br /&gt;
one in the lower one. Please see the diagram for the deluxe frame above,&lt;br /&gt;
but note that no hardware is supplied for the bottom of the mid-span&lt;br /&gt;
supports. Ideally, the mid-span supports will be bolted securely to the&lt;br /&gt;
table (using a stiff bracket or a solid block).&lt;br /&gt;
&lt;br /&gt;
{{Note|Please examine your end plates. If they are of two different designs, place the two plates with more belt slots at the front of the machine, and the two plates with fewer slots at the rear.}}&lt;br /&gt;
&lt;br /&gt;
Once the frame is assembled, make sure that the Y rails are at the same&lt;br /&gt;
height in each of the four corners. Tighten the screws firmly.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Z Leadscrew|Z leadscrew]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: Gantry|Gantry]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Frame&amp;diff=987</id>
		<title>EShapeoko 1.4 Assembly: Frame</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Frame&amp;diff=987"/>
		<updated>2018-11-22T14:57:50Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Standard Frame */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The frame is the stationary part of the machine.&lt;br /&gt;
&lt;br /&gt;
It consists of the Y rails,&lt;br /&gt;
plus all the components that support them. In the original Shapeoko,&lt;br /&gt;
and the first version of eShapeoko, the two Y rails were held together by&lt;br /&gt;
two end plates as wide as the machine -- very simple to build.&lt;br /&gt;
The disadvantages were less convenient access to the bed, and difficulty&lt;br /&gt;
in enlarging the machine in the X direction.&lt;br /&gt;
&lt;br /&gt;
Many mods of the original Shapeoko,&lt;br /&gt;
the later versions of the eShapeoko, and the Shapeoko 2, use four narrow&lt;br /&gt;
vertical plates instead, joined together in twos with aluminium extrusion.&lt;br /&gt;
These open end plates make the machine easier to use and more versatile.&lt;br /&gt;
They improve access to the bed and they allow the material to&lt;br /&gt;
overhang the front and rear of the machine, opening the possibility of&lt;br /&gt;
machining stock of arbitrary length (in stages, with some form of indexing).&lt;br /&gt;
&lt;br /&gt;
With larger machines, it became apparent that the Y rails needed to be&lt;br /&gt;
supported in the middle, not only at the ends, both against vertical sag,&lt;br /&gt;
and against horizontal deflection. The larger eShapeoko machines come&lt;br /&gt;
with mid-span supports. They need to be attached rigidly to the underlying&lt;br /&gt;
surface, or they are not able to prevent lateral movement of the Y rails.&lt;br /&gt;
This is made easier by the deluxe frame, which adds longitudinal members to&lt;br /&gt;
make a complete rectangle. The end plates and mid-span supports attach&lt;br /&gt;
to this rectangle.&lt;br /&gt;
&lt;br /&gt;
== Deluxe Frame ==&lt;br /&gt;
&lt;br /&gt;
You need the remaining parts in '''Pack 7''', all the parts from '''Pack 8''',&lt;br /&gt;
all four pieces of extrusion, all four end plates, and the two or four mid-span&lt;br /&gt;
supports.&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly deluxe frame base.png|thumb|none|800px|The base of the deluxe frame (500 mm &amp;amp;times; 750 mm machine shown, with one pair of mid-span Y rail supports)]]&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly deluxe frame.png|thumb|none|800px|Deluxe frame assembly (500 mm &amp;amp;times; 750 mm machine shown, with one pair of mid-span Y rail supports)]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Item&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Number&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Description&lt;br /&gt;
    !colspan=&amp;quot;7&amp;quot;|Count&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|X length (mm)&lt;br /&gt;
    !colspan=&amp;quot;3&amp;quot;|Y length (mm)&lt;br /&gt;
  |-&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !1500&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|1&lt;br /&gt;
    |EB-435M&lt;br /&gt;
    |435&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-560M&lt;br /&gt;
    |560&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-810M&lt;br /&gt;
    |810&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1060M&lt;br /&gt;
    |1060&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;3&amp;quot;|2&lt;br /&gt;
    |EB-670&lt;br /&gt;
    |670&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-920&lt;br /&gt;
    |920&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1420&lt;br /&gt;
    |1420&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
&lt;br /&gt;
  |-&lt;br /&gt;
    |3&lt;br /&gt;
    |N5TI&lt;br /&gt;
    |M5 T-slot insertion nut&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |4&lt;br /&gt;
    |S5ST&lt;br /&gt;
    |Self-tapping screw/blind joint, M4.5&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |5&lt;br /&gt;
    |LXP&lt;br /&gt;
    |Open end plate&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|4&lt;br /&gt;
  |-&lt;br /&gt;
    |6&lt;br /&gt;
    |LYS&lt;br /&gt;
    |Mid-span Y support&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|2&lt;br /&gt;
    |4&lt;br /&gt;
  |-&lt;br /&gt;
    |7&lt;br /&gt;
    |S5-10&lt;br /&gt;
    |M5 10&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |8&lt;br /&gt;
    |S5-14&lt;br /&gt;
    |M5 14&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |9&lt;br /&gt;
    |W5&lt;br /&gt;
    |M5 washer (form A)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|24&lt;br /&gt;
    |32&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Identify the pieces of extrusion: the transversal ones are 60 mm longer than&lt;br /&gt;
your X axis and have holes drilled through them. The longitudinal ones are&lt;br /&gt;
80 mm ''shorter'' than your Y axis, and don't have holes.&lt;br /&gt;
&lt;br /&gt;
Insert the eight self-tapping blind joint screws into all holes at the ends of the&lt;br /&gt;
two longitudinal members of the frame. Tighten them all the way in (use a Torx&lt;br /&gt;
T25 bit in a drill-driver, or the supplied Torx T25 key), then back them out about&lt;br /&gt;
3&amp;amp;nbsp;mm.&lt;br /&gt;
&lt;br /&gt;
For each pair of mid-span Y rail supports, insert two T-slot nuts in the&lt;br /&gt;
longitudinal extrusion. Put them in the T-slot facing the centre of the machine.&lt;br /&gt;
&lt;br /&gt;
Slide the heads of the self-tapping blind joints into the T-slots of the&lt;br /&gt;
transversal frame members, until they line up with the drilled holes.&lt;br /&gt;
Access them with the Torx T25 key through the holes, and tighten them up.&lt;br /&gt;
Measure the distance between the longitudinal members: it should be 13&amp;amp;nbsp;mm&lt;br /&gt;
less than the length of your X axis. Resting the frame on a flat surface,&lt;br /&gt;
tighten the blind joints firmly.&lt;br /&gt;
&lt;br /&gt;
For each pair of mid-span supports, insert two T-slot nots in the Y MakerSlide,&lt;br /&gt;
one in each of the two slots facing the centre of the machine.&lt;br /&gt;
&lt;br /&gt;
Using the M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screws (with one washer each), attach the four end plates&lt;br /&gt;
to the ends of the Y rail, making sure to orient them as shown (belt slots&lt;br /&gt;
toward the outside).&lt;br /&gt;
&lt;br /&gt;
{{Note|Please examine your end plates. If they are of two different designs, place the two plates with more belt slots each at the front of the machine, and the two plates with fewer slots at the rear.}}&lt;br /&gt;
&lt;br /&gt;
Using two M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;10&amp;amp;nbsp;mm screws each (with one washer and one T-slot nut each),&lt;br /&gt;
attach the bottoms of the end plates to the transversal members of the frame.&lt;br /&gt;
Using four M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;10&amp;amp;nbsp;mm screws each (one washer each), attach the mid-span&lt;br /&gt;
supports to the inside of the Y MakerSlide and to the longitudinal members&lt;br /&gt;
of the frame.&lt;br /&gt;
&lt;br /&gt;
Once the frame is assembled, make sure that the Y rails are at the same&lt;br /&gt;
height in each of the four corners. Tighten all the screws firmly.&lt;br /&gt;
&lt;br /&gt;
== Standard Frame ==&lt;br /&gt;
&lt;br /&gt;
You need the remaining parts in '''Pack 7''', all the parts in '''Pack 8''',&lt;br /&gt;
plus the four end plates, the two or four&lt;br /&gt;
mid-span supports (if your machine has them), and the two pieces of&lt;br /&gt;
20&amp;amp;nbsp;mm&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;40&amp;amp;nbsp;mm extrusion. You also need the assembled gantry,&lt;br /&gt;
with the Y rails inserted in the Y carriages.&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly standard frame.png|frame|none|Standard frame assembly (500&amp;amp;nbsp;mm&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;500&amp;amp;nbsp;mm machine shown)]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Item&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Number&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Description&lt;br /&gt;
    !colspan=&amp;quot;9&amp;quot;|Count&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|X length (mm)&lt;br /&gt;
    !colspan=&amp;quot;5&amp;quot;|Y length (mm)&lt;br /&gt;
  |-&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !1500&lt;br /&gt;
  |-&lt;br /&gt;
    |1&lt;br /&gt;
    |LXP&lt;br /&gt;
    |Open end plate&lt;br /&gt;
    |colspan=&amp;quot;9&amp;quot;|4&lt;br /&gt;
  |-&lt;br /&gt;
    |2&lt;br /&gt;
    |S5-10&lt;br /&gt;
    |M5 10&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|8&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|12&lt;br /&gt;
    |16&lt;br /&gt;
  |-&lt;br /&gt;
    |3&lt;br /&gt;
    |W5&lt;br /&gt;
    |M5 washer (form A)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|20&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |4&lt;br /&gt;
    |S5-14&lt;br /&gt;
    |M5 14&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |colspan=&amp;quot;9&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |5&lt;br /&gt;
    |N5TI&lt;br /&gt;
    |M5 T-slot insertion nut&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|8&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|12&lt;br /&gt;
    |16&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|6&lt;br /&gt;
    |EB-435&lt;br /&gt;
    |435&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-560&lt;br /&gt;
    |560&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-810&lt;br /&gt;
    |810&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1060&lt;br /&gt;
    |1060&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |n/a&lt;br /&gt;
    |LYS&lt;br /&gt;
    |Mid-span Y support&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|0&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|2&lt;br /&gt;
    |4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The standard frame has only transversal extrusion pieces, 60&amp;amp;nbsp;mm longer&lt;br /&gt;
than your X axis. They connect the end plates in the same way as they do&lt;br /&gt;
for the deluxe frame.&lt;br /&gt;
&lt;br /&gt;
Before you bolt the Y MakerSlide to the end plates, do not forget to put in two&lt;br /&gt;
insertion nuts for each mid-span support, if applicable (shorter machines do&lt;br /&gt;
not have mid-span supports): for each support, one nut in the upper slot and&lt;br /&gt;
one in the lower one. Please see the diagram for the deluxe frame above,&lt;br /&gt;
but note that no hardware is supplied for the bottom of the mid-span&lt;br /&gt;
supports. Ideally, the mid-span supports will be bolted securely to the&lt;br /&gt;
table (using a stiff bracket or a solid block).&lt;br /&gt;
&lt;br /&gt;
{{Note|Please examine your end plates. If they are of two different designs, place the two plates with more belt slots at the front of the machine, and the two plates with fewer slots at the rear.}}&lt;br /&gt;
&lt;br /&gt;
Once the frame is assembled, make sure that the Y rails are at the same&lt;br /&gt;
height in each of the four corners. Tighten the screws firmly.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Z Leadscrew|Z leadscrew]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: Gantry|Gantry]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Frame&amp;diff=986</id>
		<title>EShapeoko 1.4 Assembly: Frame</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Frame&amp;diff=986"/>
		<updated>2018-11-22T14:57:28Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Standard Frame */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The frame is the stationary part of the machine.&lt;br /&gt;
&lt;br /&gt;
It consists of the Y rails,&lt;br /&gt;
plus all the components that support them. In the original Shapeoko,&lt;br /&gt;
and the first version of eShapeoko, the two Y rails were held together by&lt;br /&gt;
two end plates as wide as the machine -- very simple to build.&lt;br /&gt;
The disadvantages were less convenient access to the bed, and difficulty&lt;br /&gt;
in enlarging the machine in the X direction.&lt;br /&gt;
&lt;br /&gt;
Many mods of the original Shapeoko,&lt;br /&gt;
the later versions of the eShapeoko, and the Shapeoko 2, use four narrow&lt;br /&gt;
vertical plates instead, joined together in twos with aluminium extrusion.&lt;br /&gt;
These open end plates make the machine easier to use and more versatile.&lt;br /&gt;
They improve access to the bed and they allow the material to&lt;br /&gt;
overhang the front and rear of the machine, opening the possibility of&lt;br /&gt;
machining stock of arbitrary length (in stages, with some form of indexing).&lt;br /&gt;
&lt;br /&gt;
With larger machines, it became apparent that the Y rails needed to be&lt;br /&gt;
supported in the middle, not only at the ends, both against vertical sag,&lt;br /&gt;
and against horizontal deflection. The larger eShapeoko machines come&lt;br /&gt;
with mid-span supports. They need to be attached rigidly to the underlying&lt;br /&gt;
surface, or they are not able to prevent lateral movement of the Y rails.&lt;br /&gt;
This is made easier by the deluxe frame, which adds longitudinal members to&lt;br /&gt;
make a complete rectangle. The end plates and mid-span supports attach&lt;br /&gt;
to this rectangle.&lt;br /&gt;
&lt;br /&gt;
== Deluxe Frame ==&lt;br /&gt;
&lt;br /&gt;
You need the remaining parts in '''Pack 7''', all the parts from '''Pack 8''',&lt;br /&gt;
all four pieces of extrusion, all four end plates, and the two or four mid-span&lt;br /&gt;
supports.&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly deluxe frame base.png|thumb|none|800px|The base of the deluxe frame (500 mm &amp;amp;times; 750 mm machine shown, with one pair of mid-span Y rail supports)]]&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly deluxe frame.png|thumb|none|800px|Deluxe frame assembly (500 mm &amp;amp;times; 750 mm machine shown, with one pair of mid-span Y rail supports)]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Item&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Number&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Description&lt;br /&gt;
    !colspan=&amp;quot;7&amp;quot;|Count&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|X length (mm)&lt;br /&gt;
    !colspan=&amp;quot;3&amp;quot;|Y length (mm)&lt;br /&gt;
  |-&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !1500&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|1&lt;br /&gt;
    |EB-435M&lt;br /&gt;
    |435&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-560M&lt;br /&gt;
    |560&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-810M&lt;br /&gt;
    |810&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1060M&lt;br /&gt;
    |1060&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;3&amp;quot;|2&lt;br /&gt;
    |EB-670&lt;br /&gt;
    |670&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-920&lt;br /&gt;
    |920&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1420&lt;br /&gt;
    |1420&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
&lt;br /&gt;
  |-&lt;br /&gt;
    |3&lt;br /&gt;
    |N5TI&lt;br /&gt;
    |M5 T-slot insertion nut&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |4&lt;br /&gt;
    |S5ST&lt;br /&gt;
    |Self-tapping screw/blind joint, M4.5&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |5&lt;br /&gt;
    |LXP&lt;br /&gt;
    |Open end plate&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|4&lt;br /&gt;
  |-&lt;br /&gt;
    |6&lt;br /&gt;
    |LYS&lt;br /&gt;
    |Mid-span Y support&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|2&lt;br /&gt;
    |4&lt;br /&gt;
  |-&lt;br /&gt;
    |7&lt;br /&gt;
    |S5-10&lt;br /&gt;
    |M5 10&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |8&lt;br /&gt;
    |S5-14&lt;br /&gt;
    |M5 14&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |9&lt;br /&gt;
    |W5&lt;br /&gt;
    |M5 washer (form A)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|24&lt;br /&gt;
    |32&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Identify the pieces of extrusion: the transversal ones are 60 mm longer than&lt;br /&gt;
your X axis and have holes drilled through them. The longitudinal ones are&lt;br /&gt;
80 mm ''shorter'' than your Y axis, and don't have holes.&lt;br /&gt;
&lt;br /&gt;
Insert the eight self-tapping blind joint screws into all holes at the ends of the&lt;br /&gt;
two longitudinal members of the frame. Tighten them all the way in (use a Torx&lt;br /&gt;
T25 bit in a drill-driver, or the supplied Torx T25 key), then back them out about&lt;br /&gt;
3&amp;amp;nbsp;mm.&lt;br /&gt;
&lt;br /&gt;
For each pair of mid-span Y rail supports, insert two T-slot nuts in the&lt;br /&gt;
longitudinal extrusion. Put them in the T-slot facing the centre of the machine.&lt;br /&gt;
&lt;br /&gt;
Slide the heads of the self-tapping blind joints into the T-slots of the&lt;br /&gt;
transversal frame members, until they line up with the drilled holes.&lt;br /&gt;
Access them with the Torx T25 key through the holes, and tighten them up.&lt;br /&gt;
Measure the distance between the longitudinal members: it should be 13&amp;amp;nbsp;mm&lt;br /&gt;
less than the length of your X axis. Resting the frame on a flat surface,&lt;br /&gt;
tighten the blind joints firmly.&lt;br /&gt;
&lt;br /&gt;
For each pair of mid-span supports, insert two T-slot nots in the Y MakerSlide,&lt;br /&gt;
one in each of the two slots facing the centre of the machine.&lt;br /&gt;
&lt;br /&gt;
Using the M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screws (with one washer each), attach the four end plates&lt;br /&gt;
to the ends of the Y rail, making sure to orient them as shown (belt slots&lt;br /&gt;
toward the outside).&lt;br /&gt;
&lt;br /&gt;
{{Note|Please examine your end plates. If they are of two different designs, place the two plates with more belt slots each at the front of the machine, and the two plates with fewer slots at the rear.}}&lt;br /&gt;
&lt;br /&gt;
Using two M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;10&amp;amp;nbsp;mm screws each (with one washer and one T-slot nut each),&lt;br /&gt;
attach the bottoms of the end plates to the transversal members of the frame.&lt;br /&gt;
Using four M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;10&amp;amp;nbsp;mm screws each (one washer each), attach the mid-span&lt;br /&gt;
supports to the inside of the Y MakerSlide and to the longitudinal members&lt;br /&gt;
of the frame.&lt;br /&gt;
&lt;br /&gt;
Once the frame is assembled, make sure that the Y rails are at the same&lt;br /&gt;
height in each of the four corners. Tighten all the screws firmly.&lt;br /&gt;
&lt;br /&gt;
== Standard Frame ==&lt;br /&gt;
&lt;br /&gt;
You need the remaining parts in '''Pack 7''', all the parts in '''Pack 8''',&lt;br /&gt;
plus the four end plates, the two or four&lt;br /&gt;
mid-span supports (if your machine has them), and the two pieces of&lt;br /&gt;
20&amp;amp;nbsp;mm&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;40&amp;amp;nbsp;mm extrusion. You also need the assembled gantry,&lt;br /&gt;
with the Y rails inserted in the Y carriages.&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly standard frame.png|frame|none|Standard frame assembly (500&amp;amp;nbsp;mm&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;500&amp;amp;nbsp;mm machine shown)]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Item&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Number&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Description&lt;br /&gt;
    !colspan=&amp;quot;9&amp;quot;|Count&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|X length (mm)&lt;br /&gt;
    !colspan=&amp;quot;5&amp;quot;|Y length (mm)&lt;br /&gt;
  |-&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !1500&lt;br /&gt;
  |-&lt;br /&gt;
    |1&lt;br /&gt;
    |LXP&lt;br /&gt;
    |Open end plate&lt;br /&gt;
    |colspan=&amp;quot;9&amp;quot;|4&lt;br /&gt;
  |-&lt;br /&gt;
    |2&lt;br /&gt;
    |S5-10&lt;br /&gt;
    |M5 10&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|8&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|12&lt;br /&gt;
    |16&lt;br /&gt;
  |-&lt;br /&gt;
    |3&lt;br /&gt;
    |W5&lt;br /&gt;
    |M5 washer (form A)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|20&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |4&lt;br /&gt;
    |S5-14&lt;br /&gt;
    |M5 14&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |colspan=&amp;quot;9&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |5&lt;br /&gt;
    |N5TI&lt;br /&gt;
    |M5 T-slot insertion nut&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|8&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|12&lt;br /&gt;
    |16&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|6&lt;br /&gt;
    |EB-435&lt;br /&gt;
    |435&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-560&lt;br /&gt;
    |560&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-810&lt;br /&gt;
    |810&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1060&lt;br /&gt;
    |1060&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |n/a&lt;br /&gt;
    |LYS&lt;br /&gt;
    |Mid-span Y support&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|0&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|2&lt;br /&gt;
    |4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The standard frame has only transversal extrusion pieces, 60&amp;amp;nbsp;mm longer&lt;br /&gt;
than your X axis. They connect the end plates in the same way as they do&lt;br /&gt;
for the deluxe frame.&lt;br /&gt;
&lt;br /&gt;
Before you bolt the Y MakerSlide to the end plates, do not forget to put in two&lt;br /&gt;
insertion nuts for each mid-span support, if applicable (shorter machines do&lt;br /&gt;
not have mid-span supports): for each support, one nut in the upper slot and&lt;br /&gt;
one in the lower one. Please see the diagram for the deluxe frame above,&lt;br /&gt;
but note that no hardware is supplied for the bottom of the mid-span&lt;br /&gt;
supports. Ideally, the mid-span supports will be bolted securely to the&lt;br /&gt;
table (using a stiff bracket or a solid block).&lt;br /&gt;
&lt;br /&gt;
{{Note|Please examine your end plates. If they are of two different designs, place the two plates with more belt slots each at the front of the machine, and the two plates with fewer slots at the rear.}}&lt;br /&gt;
&lt;br /&gt;
Once the frame is assembled, make sure that the Y rails are at the same&lt;br /&gt;
height in each of the four corners. Tighten the screws firmly.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Z Leadscrew|Z leadscrew]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: Gantry|Gantry]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Frame&amp;diff=985</id>
		<title>EShapeoko 1.4 Assembly: Frame</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Frame&amp;diff=985"/>
		<updated>2018-11-22T14:56:40Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Deluxe Frame */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The frame is the stationary part of the machine.&lt;br /&gt;
&lt;br /&gt;
It consists of the Y rails,&lt;br /&gt;
plus all the components that support them. In the original Shapeoko,&lt;br /&gt;
and the first version of eShapeoko, the two Y rails were held together by&lt;br /&gt;
two end plates as wide as the machine -- very simple to build.&lt;br /&gt;
The disadvantages were less convenient access to the bed, and difficulty&lt;br /&gt;
in enlarging the machine in the X direction.&lt;br /&gt;
&lt;br /&gt;
Many mods of the original Shapeoko,&lt;br /&gt;
the later versions of the eShapeoko, and the Shapeoko 2, use four narrow&lt;br /&gt;
vertical plates instead, joined together in twos with aluminium extrusion.&lt;br /&gt;
These open end plates make the machine easier to use and more versatile.&lt;br /&gt;
They improve access to the bed and they allow the material to&lt;br /&gt;
overhang the front and rear of the machine, opening the possibility of&lt;br /&gt;
machining stock of arbitrary length (in stages, with some form of indexing).&lt;br /&gt;
&lt;br /&gt;
With larger machines, it became apparent that the Y rails needed to be&lt;br /&gt;
supported in the middle, not only at the ends, both against vertical sag,&lt;br /&gt;
and against horizontal deflection. The larger eShapeoko machines come&lt;br /&gt;
with mid-span supports. They need to be attached rigidly to the underlying&lt;br /&gt;
surface, or they are not able to prevent lateral movement of the Y rails.&lt;br /&gt;
This is made easier by the deluxe frame, which adds longitudinal members to&lt;br /&gt;
make a complete rectangle. The end plates and mid-span supports attach&lt;br /&gt;
to this rectangle.&lt;br /&gt;
&lt;br /&gt;
== Deluxe Frame ==&lt;br /&gt;
&lt;br /&gt;
You need the remaining parts in '''Pack 7''', all the parts from '''Pack 8''',&lt;br /&gt;
all four pieces of extrusion, all four end plates, and the two or four mid-span&lt;br /&gt;
supports.&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly deluxe frame base.png|thumb|none|800px|The base of the deluxe frame (500 mm &amp;amp;times; 750 mm machine shown, with one pair of mid-span Y rail supports)]]&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly deluxe frame.png|thumb|none|800px|Deluxe frame assembly (500 mm &amp;amp;times; 750 mm machine shown, with one pair of mid-span Y rail supports)]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Item&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Number&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Description&lt;br /&gt;
    !colspan=&amp;quot;7&amp;quot;|Count&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|X length (mm)&lt;br /&gt;
    !colspan=&amp;quot;3&amp;quot;|Y length (mm)&lt;br /&gt;
  |-&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !1500&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|1&lt;br /&gt;
    |EB-435M&lt;br /&gt;
    |435&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-560M&lt;br /&gt;
    |560&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-810M&lt;br /&gt;
    |810&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1060M&lt;br /&gt;
    |1060&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion (with holes)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;3&amp;quot;|2&lt;br /&gt;
    |EB-670&lt;br /&gt;
    |670&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-920&lt;br /&gt;
    |920&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1420&lt;br /&gt;
    |1420&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
&lt;br /&gt;
  |-&lt;br /&gt;
    |3&lt;br /&gt;
    |N5TI&lt;br /&gt;
    |M5 T-slot insertion nut&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |4&lt;br /&gt;
    |S5ST&lt;br /&gt;
    |Self-tapping screw/blind joint, M4.5&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |5&lt;br /&gt;
    |LXP&lt;br /&gt;
    |Open end plate&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|4&lt;br /&gt;
  |-&lt;br /&gt;
    |6&lt;br /&gt;
    |LYS&lt;br /&gt;
    |Mid-span Y support&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|2&lt;br /&gt;
    |4&lt;br /&gt;
  |-&lt;br /&gt;
    |7&lt;br /&gt;
    |S5-10&lt;br /&gt;
    |M5 10&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |8&lt;br /&gt;
    |S5-14&lt;br /&gt;
    |M5 14&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |colspan=&amp;quot;7&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |9&lt;br /&gt;
    |W5&lt;br /&gt;
    |M5 washer (form A)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|24&lt;br /&gt;
    |32&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Identify the pieces of extrusion: the transversal ones are 60 mm longer than&lt;br /&gt;
your X axis and have holes drilled through them. The longitudinal ones are&lt;br /&gt;
80 mm ''shorter'' than your Y axis, and don't have holes.&lt;br /&gt;
&lt;br /&gt;
Insert the eight self-tapping blind joint screws into all holes at the ends of the&lt;br /&gt;
two longitudinal members of the frame. Tighten them all the way in (use a Torx&lt;br /&gt;
T25 bit in a drill-driver, or the supplied Torx T25 key), then back them out about&lt;br /&gt;
3&amp;amp;nbsp;mm.&lt;br /&gt;
&lt;br /&gt;
For each pair of mid-span Y rail supports, insert two T-slot nuts in the&lt;br /&gt;
longitudinal extrusion. Put them in the T-slot facing the centre of the machine.&lt;br /&gt;
&lt;br /&gt;
Slide the heads of the self-tapping blind joints into the T-slots of the&lt;br /&gt;
transversal frame members, until they line up with the drilled holes.&lt;br /&gt;
Access them with the Torx T25 key through the holes, and tighten them up.&lt;br /&gt;
Measure the distance between the longitudinal members: it should be 13&amp;amp;nbsp;mm&lt;br /&gt;
less than the length of your X axis. Resting the frame on a flat surface,&lt;br /&gt;
tighten the blind joints firmly.&lt;br /&gt;
&lt;br /&gt;
For each pair of mid-span supports, insert two T-slot nots in the Y MakerSlide,&lt;br /&gt;
one in each of the two slots facing the centre of the machine.&lt;br /&gt;
&lt;br /&gt;
Using the M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screws (with one washer each), attach the four end plates&lt;br /&gt;
to the ends of the Y rail, making sure to orient them as shown (belt slots&lt;br /&gt;
toward the outside).&lt;br /&gt;
&lt;br /&gt;
{{Note|Please examine your end plates. If they are of two different designs, place the two plates with more belt slots each at the front of the machine, and the two plates with fewer slots at the rear.}}&lt;br /&gt;
&lt;br /&gt;
Using two M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;10&amp;amp;nbsp;mm screws each (with one washer and one T-slot nut each),&lt;br /&gt;
attach the bottoms of the end plates to the transversal members of the frame.&lt;br /&gt;
Using four M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;10&amp;amp;nbsp;mm screws each (one washer each), attach the mid-span&lt;br /&gt;
supports to the inside of the Y MakerSlide and to the longitudinal members&lt;br /&gt;
of the frame.&lt;br /&gt;
&lt;br /&gt;
Once the frame is assembled, make sure that the Y rails are at the same&lt;br /&gt;
height in each of the four corners. Tighten all the screws firmly.&lt;br /&gt;
&lt;br /&gt;
== Standard Frame ==&lt;br /&gt;
&lt;br /&gt;
You need the remaining parts in '''Pack 7''', all the parts in '''Pack 8''',&lt;br /&gt;
plus the four end plates, the two or four&lt;br /&gt;
mid-span supports (if your machine has them), and the two pieces of&lt;br /&gt;
20&amp;amp;nbsp;mm&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;40&amp;amp;nbsp;mm extrusion. You also need the assembled gantry,&lt;br /&gt;
with the Y rails inserted in the Y carriages.&lt;br /&gt;
&lt;br /&gt;
[[File:EShapeoko 1.2 assembly standard frame.png|frame|none|Standard frame assembly (500&amp;amp;nbsp;mm&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;500&amp;amp;nbsp;mm machine shown)]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Item&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Number&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Part Description&lt;br /&gt;
    !colspan=&amp;quot;9&amp;quot;|Count&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|X length (mm)&lt;br /&gt;
    !colspan=&amp;quot;5&amp;quot;|Y length (mm)&lt;br /&gt;
  |-&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !375&lt;br /&gt;
    !500&lt;br /&gt;
    !750&lt;br /&gt;
    !1000&lt;br /&gt;
    !1500&lt;br /&gt;
  |-&lt;br /&gt;
    |1&lt;br /&gt;
    |LXP&lt;br /&gt;
    |Open end plate&lt;br /&gt;
    |colspan=&amp;quot;9&amp;quot;|4&lt;br /&gt;
  |-&lt;br /&gt;
    |2&lt;br /&gt;
    |S5-10&lt;br /&gt;
    |M5 10&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|8&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|12&lt;br /&gt;
    |16&lt;br /&gt;
  |-&lt;br /&gt;
    |3&lt;br /&gt;
    |W5&lt;br /&gt;
    |M5 washer (form A)&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|16&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|20&lt;br /&gt;
    |24&lt;br /&gt;
  |-&lt;br /&gt;
    |4&lt;br /&gt;
    |S5-14&lt;br /&gt;
    |M5 14&amp;amp;nbsp;mm cap screw&lt;br /&gt;
    |colspan=&amp;quot;9&amp;quot;|8&lt;br /&gt;
  |-&lt;br /&gt;
    |5&lt;br /&gt;
    |N5TI&lt;br /&gt;
    |M5 T-slot insertion nut&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|8&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|12&lt;br /&gt;
    |16&lt;br /&gt;
  |-&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|6&lt;br /&gt;
    |EB-435&lt;br /&gt;
    |435&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-560&lt;br /&gt;
    |560&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-810&lt;br /&gt;
    |810&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |EB-1060&lt;br /&gt;
    |1060&amp;amp;nbsp;mm 20&amp;amp;times;40 T-slot extrusion&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |2&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
  |-&lt;br /&gt;
    |n/a&lt;br /&gt;
    |LYS&lt;br /&gt;
    |Mid-span Y support&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    !&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|0&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|2&lt;br /&gt;
    |4&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The standard frame has only transversal extrusion pieces, 60&amp;amp;nbsp;mm longer&lt;br /&gt;
than your X axis. They connect the end plates in the same way as they do&lt;br /&gt;
for the deluxe frame.&lt;br /&gt;
&lt;br /&gt;
Before you bolt the Y MakerSlide to the end plates, do not forget to put in two&lt;br /&gt;
insertion nuts for each mid-span support, if applicable (shorter machines do&lt;br /&gt;
not have mid-span supports): for each support, one nut in the upper slot and&lt;br /&gt;
one in the lower one. Please see the diagram for the deluxe frame above,&lt;br /&gt;
but note that no hardware is supplied for the bottom of the mid-span&lt;br /&gt;
supports. Ideally, the mid-span supports will be bolted securely to the&lt;br /&gt;
table (using a stiff bracket or a solid block).&lt;br /&gt;
&lt;br /&gt;
Once the frame is assembled, make sure that the Y rails are at the same&lt;br /&gt;
height in each of the four corners. Tighten the screws firmly.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Z Leadscrew|Z leadscrew]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: Gantry|Gantry]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=984</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=984"/>
		<updated>2018-02-01T00:00:34Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== eShapeoko ==&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is an affordable three-axis desktop CNC milling machine.  It is a clone of Edward Ford's tremendously successful Shapeoko 1 and 2, with some changes.  Much of the low-cost aspect we owe to Bart Dring, who invented MakerSlide, a simple and inexpensive linear bearing system that doubles as structural support.&lt;br /&gt;
&lt;br /&gt;
eShapeoko is sold in kit form.  For now, only a [http://store.amberspyglass.co.uk/eshapeoko-mechanical-kit.html Mechanical Kit] is available.  In addition to that, you need four stepper motors, a power supply, and the electronics to drive the motors: please read [[EShapeoko Complete Kit|this guide]].&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
[[V-wheel and Idler Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko FAQ]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.5 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.5.0%20Packing%20List.pdf 1.5.0]&lt;br /&gt;
[http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.5.1%20Packing%20List.pdf 1.5.1]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.4 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.4 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.4.0%20Packing%20List.pdf 1.4.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.3 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.3 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.3.0%20Packing%20List.pdf 1.3.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.2 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.2 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2%20Packing%20List.pdf 1.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.1%20Packing%20List.pdf 1.2.1], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.2%20Packing%20List.pdf 1.2.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.3%20Packing%20List.pdf 1.2.3], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.4%20Packing%20List.pdf 1.2.4]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko Complete Kit]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[Motor Drivers]] (inlcuding GAUPS)&lt;br /&gt;
&lt;br /&gt;
[https://github.com/amberspyglass/parts Part Drawings] (including eShapeoko 1.x and the camera slider)&lt;br /&gt;
&lt;br /&gt;
Some information about [[Stepper Motors]]&lt;br /&gt;
&lt;br /&gt;
=== Older Kits ===&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Dual-X Assembly Notes]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 NEMA23 upgrades]]&lt;br /&gt;
&lt;br /&gt;
[http://blog.amberspyglass.co.uk/2013/12/20/eshapeoko-packing-list/eshapeoko-v1-1-packing-list/ EShapeoko 1.1 Packing List]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
We are adding more information here every now and then.  In the meantime, a wealth of information and generous help await at the [http://shapeoko.com/forum/ Shapeoko forum].&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is based on the [http://shapeoko.com Shapeoko] by Edward Ford, and open-source project.  The eShapeoko is designed by Cătălin Voinescu.  It is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=983</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=983"/>
		<updated>2018-01-31T23:58:17Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== eShapeoko ==&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is an affordable three-axis desktop CNC milling machine.  It is a clone of Edward Ford's tremendously successful Shapeoko 1 and 2, with some changes.  Much of the low-cost aspect we owe to Bart Dring, who invented MakerSlide, a simple and inexpensive linear bearing system that doubles as structural support.&lt;br /&gt;
&lt;br /&gt;
eShapeoko is sold in kit form.  For now, only a [http://store.amberspyglass.co.uk/eshapeoko-mechanical-kit.html Mechanical Kit] is available.  In addition to that, you need four stepper motors, a power supply, and the electronics to drive the motors: please read [[EShapeoko Complete Kit|this guide]].&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
[[V-wheel and Idler Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko FAQ]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.5 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.4.0%20Packing%20List.pdf 1.5.0]&lt;br /&gt;
[http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.5.1%20Packing%20List.pdf 1.5.1]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.4 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.4 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.4.0%20Packing%20List.pdf 1.4.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.3 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.3 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.3.0%20Packing%20List.pdf 1.3.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.2 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.2 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2%20Packing%20List.pdf 1.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.1%20Packing%20List.pdf 1.2.1], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.2%20Packing%20List.pdf 1.2.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.3%20Packing%20List.pdf 1.2.3], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.4%20Packing%20List.pdf 1.2.4]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko Complete Kit]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[Motor Drivers]] (inlcuding GAUPS)&lt;br /&gt;
&lt;br /&gt;
[https://github.com/amberspyglass/parts Part Drawings] (including eShapeoko 1.x and the camera slider)&lt;br /&gt;
&lt;br /&gt;
Some information about [[Stepper Motors]]&lt;br /&gt;
&lt;br /&gt;
=== Older Kits ===&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Dual-X Assembly Notes]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 NEMA23 upgrades]]&lt;br /&gt;
&lt;br /&gt;
[http://blog.amberspyglass.co.uk/2013/12/20/eshapeoko-packing-list/eshapeoko-v1-1-packing-list/ EShapeoko 1.1 Packing List]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
We are adding more information here every now and then.  In the meantime, a wealth of information and generous help await at the [http://shapeoko.com/forum/ Shapeoko forum].&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is based on the [http://shapeoko.com Shapeoko] by Edward Ford, and open-source project.  The eShapeoko is designed by Cătălin Voinescu.  It is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_Complete_Kit&amp;diff=982</id>
		<title>EShapeoko Complete Kit</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_Complete_Kit&amp;diff=982"/>
		<updated>2017-04-20T22:09:28Z</updated>

		<summary type="html">&lt;p&gt;Admin: Updated store links following hosting move&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;onlyinclude&amp;gt;The mechanical kit includes everything you need to build the machine,&lt;br /&gt;
except the motors and electronics.  The kit includes belts, belt pulleys,&lt;br /&gt;
and all hardware to attach the motors.&lt;br /&gt;
&lt;br /&gt;
To build a complete, working machine, you will need&lt;br /&gt;
stepper motors,&lt;br /&gt;
a controller,&lt;br /&gt;
stepper motor drivers (may be built into the controller),&lt;br /&gt;
a power supply,&lt;br /&gt;
cables,&lt;br /&gt;
a spindle,&lt;br /&gt;
tools,&lt;br /&gt;
a waste board.&lt;br /&gt;
Optionally, you could add:&lt;br /&gt;
a fan (for the motor drivers),&lt;br /&gt;
an emergency stop button,&lt;br /&gt;
an enclosure for the electronics (with connectors and buttons),&lt;br /&gt;
homing and limit switches.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
This article makes a modest start in exploring the variety of electronics&lt;br /&gt;
that can work with the eShapeoko.  It can be a little overwhelming for a&lt;br /&gt;
beginner, so we've arranged it so that it can be read in three ways:&lt;br /&gt;
* Read it in its entirety;&lt;br /&gt;
* Skip over the ''More Choices'' sections, and [[EShapeoko Complete Kit (Example Only)|focus on our example configuration]];&lt;br /&gt;
* Click all the way through to [[#Summary|the summary]] and read only that.&lt;br /&gt;
&lt;br /&gt;
[[File:GAUPS_1.1_stepper_shield_complete_system.jpg|center|800px|thumb|Nearly complete eShapeoko electronics with GAUPS 1.1 and Arduino Uno, shown here with four NEMA 17 motors]]&lt;br /&gt;
&lt;br /&gt;
== Example Machine ==&lt;br /&gt;
There are many options at each stage, and this page will try to guide you&lt;br /&gt;
through the choices.  As an introduction to the sometimes bewildering array&lt;br /&gt;
of choices, we will illustrate with an example: a single, complete configuration&lt;br /&gt;
using our preferred choices.  They are highlighted in green in all the tables.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Our example is a machine with a 750 mm X axis and 500 mm Y axis,&lt;br /&gt;
with NEMA 23 motors on X and Y, and a NEMA 17 motor on the Z axis.&lt;br /&gt;
This machine will have just over 585 mm of X travel, 335 mm of Y travel,&lt;br /&gt;
and 100 mm of Z travel.&lt;br /&gt;
&lt;br /&gt;
We chose the X axis longer than the Y axis&lt;br /&gt;
because a &amp;quot;wide&amp;quot; machine open at the front and rear gives better access&lt;br /&gt;
to the work area.  This is at a slight expense in rigidity: the&lt;br /&gt;
500 mm &amp;amp;times; 750 mm machine, which most people prefer, would have had&lt;br /&gt;
a shorter (thus more rigid) X axis, and mid-span supports for the Y rails.&lt;br /&gt;
&lt;br /&gt;
We intend to use this machine with a trim router, milling plywood at an&lt;br /&gt;
aggressive feed rate with a 6.35 mm (1/4&amp;quot;) endmill, as well as more&lt;br /&gt;
delicate applications (PCBs), using small endmills with 3.175 mm (1/8&amp;quot;)&lt;br /&gt;
shanks.&lt;br /&gt;
&lt;br /&gt;
== Stepper Motors ==&lt;br /&gt;
[[File:NEMA23a.jpg|thumb|right|200px|NEMA 23 motor (51 mm long)]]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
[[File:NEMA17-48mm-stepper-motor.jpg|thumb|right|160px|NEMA 17 motor (48 mm long)]]&lt;br /&gt;
=== Our Example ===&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
We chose three 0.9&amp;amp;deg; per step (400 step per revolution)&lt;br /&gt;
NEMA 23 motors with a current rating of 1.7 A.  There's one motor on the X axis,&lt;br /&gt;
and two of them on the Y axis.  These motors are 51 mm long (excluding the&lt;br /&gt;
shaft) and weigh about 560 g each.  Like most NEMA 23 motors, they have a 6.35 mm&lt;br /&gt;
(1/4 inch) shaft.  They have a holding torque of 9000 gf&amp;amp;middot;cm.&lt;br /&gt;
&lt;br /&gt;
To get an idea of what a holding torque of 9000 gf&amp;amp;middot;cm means,&lt;br /&gt;
[[Stepper Motors#Holding Torque|read here]].&lt;br /&gt;
&lt;br /&gt;
For the Z axis, we chose a 1.8&amp;amp;deg; per step (200 step per revolution)&lt;br /&gt;
NEMA 17 motor, also with a current rating of 1.7 A.  The motor is 48 mm long,&lt;br /&gt;
weighs about 340 g, and has a holding torque of 5200 gf&amp;amp;middot;cm.  It's very&lt;br /&gt;
powerful for a NEMA 17 motor, and enough for the Z axis in most cases.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== More Choices ===&lt;br /&gt;
&lt;br /&gt;
==== Motor Size: NEMA 17 or NEMA 23 ====&lt;br /&gt;
NEMA 17 motors are 42 mm wide, with M3 threaded holes and (typically)&lt;br /&gt;
5 mm diameter shafts about 22 mm long.  The motor length can vary,&lt;br /&gt;
but 48 mm is the largest usual size, which weighs about a third of&lt;br /&gt;
a kilogram.  Longer ones exist, but they are&lt;br /&gt;
rare and fairly expensive.&lt;br /&gt;
&lt;br /&gt;
NEMA 23 motors are 57 mm wide, with 5 mm diameter unthreaded holes&lt;br /&gt;
and (typically) 6.35 mm (1/4 inch) shafts about 20 mm long.  The&lt;br /&gt;
motor length varies.  The smallest usual NEMA 23 motor is 50 or 51 mm&lt;br /&gt;
long, and weighs just over half a kilogram.&lt;br /&gt;
Much longer ones are made, and they&lt;br /&gt;
are commonly used in larger CNC milling machines.  However, we do&lt;br /&gt;
not recommend NEMA 23 motors longer than 51 mm for the eShapeoko:&lt;br /&gt;
they are too heavy, and the extra torque is not useful.&lt;br /&gt;
&lt;br /&gt;
The choice is between 51 mm NEMA 23 motors and 48 mm NEMA 17 motors.&lt;br /&gt;
Roughly speaking, the NEMA 23 motor has more than double the torque&lt;br /&gt;
of the NEMA 17 motor, and weighs almost twice as much.  NEMA 23 motors&lt;br /&gt;
are a good choice for the X and Y axes if you plan to use a heavy&lt;br /&gt;
spindle, or if you have a long X axis.  For a small machine, NEMA 17&lt;br /&gt;
motors are usually enough.&lt;br /&gt;
&lt;br /&gt;
On the Z axis, a NEMA 23 motor is rarely needed.  Because of the&lt;br /&gt;
mechanical advantage of the screw drive, a NEMA 17 motor can cope&lt;br /&gt;
with a large spindle, especially when used with the trapezoidal&lt;br /&gt;
leadscrew, which has much lower friction than ordinary M8 threaded&lt;br /&gt;
rod.&lt;br /&gt;
&lt;br /&gt;
In case you were wondering where the 17 and 23 came from, they are&lt;br /&gt;
the motor width in units of 0.1 inch.&lt;br /&gt;
&lt;br /&gt;
==== Step Size: 0.9&amp;amp;deg; or 1.8&amp;amp;deg; ====&lt;br /&gt;
A 1.8&amp;amp;deg; motor is faster and more powerful than a 0.9&amp;amp;deg; motor&lt;br /&gt;
of the same size and current rating.  A 0.9&amp;amp;deg; motor is more accurate,&lt;br /&gt;
in a way that can not be made up by increasing microstepping.&lt;br /&gt;
For instance, a 1.8&amp;amp;deg; motor with 16&amp;amp;times; microstepping has&lt;br /&gt;
almost twice the positioning error of a 0.9&amp;amp;deg; motor with 8&amp;amp;times;&lt;br /&gt;
microstepping under the same load, despite both having the same&lt;br /&gt;
microsteps size (0.1125&amp;amp;deg;, or 3200 microsteps per revolution).&lt;br /&gt;
&lt;br /&gt;
The X and Y axes travel 36.576 mm per motor revolution with 18-tooth&lt;br /&gt;
MXL pulleys, or 40.0 mm with 20-tooth GT2 pulleys.  If you do precision&lt;br /&gt;
work (milling PCBs, or delicate engraving), it is a good idea to use&lt;br /&gt;
0.9&amp;amp;deg; per step motors, giving you a full step size of 0.1 mm with&lt;br /&gt;
GT2 pulleys (6.25 micron per microstep at 16&amp;amp;times; microstepping).&lt;br /&gt;
The Z axis travels only 1.25 mm per revolution with M8 threaded rod, or&lt;br /&gt;
2.0 mm with the trapezoidal leadscrew.  There's less to gain&lt;br /&gt;
in using a 0.9&amp;amp;deg; motor for the Z axis: a full step is only 0.01 mm&lt;br /&gt;
with a 1.8&amp;amp;deg; motor and the trapezoidal leadscrew.&lt;br /&gt;
&lt;br /&gt;
==== Current Rating ====&lt;br /&gt;
For the small motor drivers commonly used with this type of machine,&lt;br /&gt;
the ideal current rating of the motor is about 1.7 A.  This also happens&lt;br /&gt;
to be the sweet spot for 48 mm NEMA 17 motors: of a range of motors&lt;br /&gt;
of this size, the ones rated between 1.5 A and 2 A have the highest&lt;br /&gt;
torque.  If you have&lt;br /&gt;
a larger driver, such as a Toshiba TB6560-based unit, then you may&lt;br /&gt;
prefer a motor with a higher current rating (2 A and up), because&lt;br /&gt;
it would have slightly better performance at high speed.&lt;br /&gt;
&lt;br /&gt;
=== Our Products ===&lt;br /&gt;
The motors suggested for our example machine are highlighted in green.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Option&lt;br /&gt;
    !Form&amp;lt;br /&amp;gt;factor&lt;br /&gt;
    !Length&lt;br /&gt;
    !Step&amp;lt;br /&amp;gt;size&lt;br /&gt;
    !Steps &amp;lt;br /&amp;gt;per rev&lt;br /&gt;
    !Rated&amp;lt;br /&amp;gt;current&lt;br /&gt;
    !Holding&amp;lt;br /&amp;gt;torque&lt;br /&gt;
    !Motor&amp;lt;br /&amp;gt;weight&lt;br /&gt;
    !Store&amp;lt;br /&amp;gt;link&lt;br /&gt;
    !Comments&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !1&lt;br /&gt;
    |NEMA 23||51 mm||0.9&amp;amp;deg;||400||1.7 A||9000 gf&amp;amp;middot;cm||560 g&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/51mm-nema23-stepper-motor-400step-per-rev.html visit]&lt;br /&gt;
    |Good all-round motor for X and Y, precise and plenty powerful&lt;br /&gt;
  |-&lt;br /&gt;
    !&amp;amp;ndash;&lt;br /&gt;
    |NEMA 23||51 mm||1.8&amp;amp;deg;||200&lt;br /&gt;
    |colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot;|''not available (see below)''&lt;br /&gt;
  |-&lt;br /&gt;
    !2&lt;br /&gt;
    |NEMA 17||48 mm||0.9&amp;amp;deg;||400||1.7 A||4200 gf&amp;amp;middot;cm||340 g&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/48mm-nema17-stepper-motor-400step-per-rev.html visit]&lt;br /&gt;
    |Good for precision work on all axes.  Average torque&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !3&lt;br /&gt;
    |NEMA 17||48 mm||1.8&amp;amp;deg;||200||1.7 A||5300 gf&amp;amp;middot;cm||340 g&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/48mm-nema17-1-7a-stepper-motor-200step-per-rev.html visit]&lt;br /&gt;
    |Fast and powerful, yet economical.  Good for all axes&lt;br /&gt;
  |-&lt;br /&gt;
    !4&lt;br /&gt;
    |NEMA 17||48 mm||1.8&amp;amp;deg;||200||2.5 A||4800 gf&amp;amp;middot;cm||340 g&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/48mm-nema17-stepper-motor-200step-per-rev.html visit]&lt;br /&gt;
    |Good match for bigger drivers (TB6560 etc)&lt;br /&gt;
  |-&lt;br /&gt;
    !5&lt;br /&gt;
    |NEMA 17||40 mm||1.8&amp;amp;deg;||200||1.7 A||4000 gf&amp;amp;middot;cm||240 g&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/40mm-nema17-stepper-motor-200step-per-rev.html visit]&lt;br /&gt;
    |Lighter weight.  Not ideal for eShapeoko: use Option 3 instead&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Our 0.9&amp;amp;deg; NEMA 23 motor has plenty of torque and is able to move&lt;br /&gt;
the machine quickly, so we do not offer a 1.8&amp;amp;deg; NEMA 23 motor&lt;br /&gt;
of the same size (which would have been even more powerful,&lt;br /&gt;
but less accurate).&lt;br /&gt;
&lt;br /&gt;
These are some of the combinations of motors that make sense:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !X and Y axes&lt;br /&gt;
    !Z axis&lt;br /&gt;
    !Comments&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    |3 &amp;amp;times; [http://amberspyglass.co.uk/store/51mm-nema23-stepper-motor-400step-per-rev.html NEMA 23 0.9&amp;amp;deg;]&lt;br /&gt;
    |1 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-1-7a-stepper-motor-200step-per-rev.html NEMA 17 1.8&amp;amp;deg;]&lt;br /&gt;
    |Very strong motors with precise positioning&lt;br /&gt;
  |-&lt;br /&gt;
    |3 &amp;amp;times; [http://amberspyglass.co.uk/store/51mm-nema23-stepper-motor-400step-per-rev.html NEMA 23 0.9&amp;amp;deg;]&lt;br /&gt;
    |1 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-stepper-motor-400step-per-rev.html NEMA 17 0.9&amp;amp;deg;]&lt;br /&gt;
    |As above, with extra precision in Z positioning&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/51mm-nema23-stepper-motor-400step-per-rev.html NEMA 23 0.9&amp;amp;deg;]&lt;br /&gt;
    |More torque than necessary for the Z axis&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-1-7a-stepper-motor-200step-per-rev.html NEMA 17 1.8&amp;amp;deg;]&lt;br /&gt;
    |Strong, fast motors&lt;br /&gt;
  |-&lt;br /&gt;
    |3 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-stepper-motor-400step-per-rev.html NEMA 17 0.9&amp;amp;deg;]&lt;br /&gt;
    |1 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-1-7a-stepper-motor-200step-per-rev.html NEMA 17 1.8&amp;amp;deg;]&lt;br /&gt;
    |Precise positioning, Z axis faster&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-stepper-motor-400step-per-rev.html NEMA 17 0.9&amp;amp;deg;]&lt;br /&gt;
    |Precise positioning, Z axis extra-precise&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
== Controller ==&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
[[File:Arduino-uno-box-2.jpg|thumb|right|x200px|Arduino Uno (in box)]]&lt;br /&gt;
=== Our Example ===&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
We chose the most popular controller for the Shapeoko and eShapeoko:&lt;br /&gt;
an [http://arduino.cc/en/Main/ArduinoBoardUno Arduino Uno],&lt;br /&gt;
running the [https://github.com/grbl/grbl GRBL software].  GRBL is a G-code interpreter:&lt;br /&gt;
it receives [http://en.wikipedia.org/wiki/G-code G-code] and emits step and direction signals&lt;br /&gt;
for the motor drivers.&lt;br /&gt;
GRBL can control three axes.  Our machine has four motors, but the two Y motors&lt;br /&gt;
always move together, so they share one set of control signals and count as&lt;br /&gt;
only one axis.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== More Choices ===&lt;br /&gt;
==== GRBL ====&lt;br /&gt;
[https://github.com/grbl/grbl GRBL] is the G-code interpreter used by the vast majority of Shapeoko&lt;br /&gt;
and eShapeoko owners.  It runs on the [http://arduino.cc/en/Main/ArduinoBoardUno Arduino Uno] and requires a shield with drivers.&lt;br /&gt;
There are also several boards based on the same microcontroller (CPU) as the&lt;br /&gt;
Arduino Uno, the [http://www.atmel.com/devices/atmega328p.aspx Atmel Atmega328P], some of which also include motor drivers.&lt;br /&gt;
The [http://www.panucatt.com/product_p/mcnc-3az-328p.htm Azteeg G1] from Panucatt comes to mind, as well as [http://www.shapeoko.com/wiki/index.php/XStepper XStepper], a board designed by&lt;br /&gt;
fellow Shapeoko forum member xpix.&lt;br /&gt;
&lt;br /&gt;
GRBL-based controllers are easy to work with,&lt;br /&gt;
and there are lots of helpful people with experience with them on the [http://www.shapeoko.com/forum/ Shapeoko forum].&lt;br /&gt;
&lt;br /&gt;
GRBL's implementation of G-code is intentionally limited and does not include&lt;br /&gt;
features frequently used by humans when they write G-code, such as flow control&lt;br /&gt;
and variables.  Most CAM packages can generate G-code that works with GRBL,&lt;br /&gt;
though, because they don't need those features.&lt;br /&gt;
&lt;br /&gt;
==== 3D Printer Electronics ====&lt;br /&gt;
Most 3D printer electronics and firmware will also run CNC milling machines.&lt;br /&gt;
One example is the [http://arduino.cc/en/Main/ArduinoBoardMega2560 Arduino Mega2560] with [https://github.com/ErikZalm/Marlin Marlin], using a [http://reprap.org/wiki/RAMPS RAMPS board].  There are&lt;br /&gt;
quite a few designs that integrate the [http://www.atmel.com/devices/atmega2560.aspx Atmega2560 processor] and the drivers into&lt;br /&gt;
a single-board solution, too, including several products from [http://www.panucatt.com/ Panucatt], and the&lt;br /&gt;
[http://reprap.org/wiki/RUMBA RUMBA board].&lt;br /&gt;
&lt;br /&gt;
3D printer boards are ubiquitous, but the firmware isn't designed for CNC milling,&lt;br /&gt;
like GRBL is, so they may not be ideal.  GRBL now officially supports the&lt;br /&gt;
AtMega2560 + RAMPS, so it can be used too.&lt;br /&gt;
&lt;br /&gt;
==== TinyG ====&lt;br /&gt;
The [http://www.synthetos.com/project/tinyg/ TinyG] controller and firmware are designed for CNC machines.  TinyG integrates&lt;br /&gt;
the processor (a much more powerful Atmel chip than the Arduino Uno and Mega)&lt;br /&gt;
and the stepper motor drivers.  The TinyG firmware has third-order motion profiles,&lt;br /&gt;
as opposed to second-order in GRBL, Marlin etc.  In other words, while GRBL limits&lt;br /&gt;
acceleration to a constant maximum value, TinyG limits the rate of ''change'' of&lt;br /&gt;
acceleration (the ''jerk'').  This results in much more fluid motion that shakes&lt;br /&gt;
the machine less and excites fewer resonances, possibly allowing the motors to&lt;br /&gt;
move faster.&lt;br /&gt;
&lt;br /&gt;
In a relatively new development, the [https://github.com/synthetos/g2 TinyG firmware] (renamed G2) can run on ARM&lt;br /&gt;
chips, including the [http://arduino.cc/en/Main/ArduinoBoardDue Arduino Due].  On the Due, it can be configured to drive&lt;br /&gt;
either an Arduino Uno-compatible shield ([http://www.synthetos.com/project/grblshield/ gShield], [[GAUPS 1.0 Instructions|GAUPS]])&lt;br /&gt;
or an Arduino Mega-compatible shield ([http://reprap.org/wiki/RAMPS RAMPS]).&lt;br /&gt;
&lt;br /&gt;
==== SmoothieBoard ====&lt;br /&gt;
Like TinyG, the SmoothieBoard integrates the processor and drivers.  It has an&lt;br /&gt;
even more powerful processor than TinyG, and it runs its own firmware.  Several&lt;br /&gt;
people use the Smoothie very successfully to control their CNC milling machines.&lt;br /&gt;
&lt;br /&gt;
==== LinuxCNC ====&lt;br /&gt;
Unlike the other controllers so far, which are small microcontrollers fed the G-code&lt;br /&gt;
line by line from a computer, [http://www.linuxcnc.org/ LinuxCNC] runs on an ordinary PC, under the Linux operating system.&lt;br /&gt;
The PC needs to be dedicated to LinuxCNC.  It needs to have a parallel port (a&lt;br /&gt;
true parallel port, not a USB-to-parallel adapter) or a specialized interface card.&lt;br /&gt;
LinuxCNC is an advanced controller, with nearly complete support of the G-code&lt;br /&gt;
language, including variables, flow control, spindle synchronization, canned cycles&lt;br /&gt;
and more.&lt;br /&gt;
&lt;br /&gt;
The PC with LinuxCNC can be connected to an Arduino stepper motor driver shield,&lt;br /&gt;
but, more commonly, it is used with a breakout board (to make the connections easier)&lt;br /&gt;
and individual stepper motor drivers (the Toshiba TB6560 and TB6600 are popular&lt;br /&gt;
chips), or with a 4-axis motor &amp;quot;controller&amp;quot; (driver, really), such as the cheap&lt;br /&gt;
Chinese offerings on eBay, or the state-of-the-art [http://www.geckodrive.com/geckodrive-step-motor-drives/g540.html Gecko G540] 4-axis drive.&lt;br /&gt;
&lt;br /&gt;
Many industrial machines run LinuxCNC.  It was formerly known as EMC2.&lt;br /&gt;
&lt;br /&gt;
==== Mach3 ====&lt;br /&gt;
Like LinuxCNC, [http://www.machsupport.com/software/mach3/ Mach3] runs on a dedicated PC and outputs control signal for the&lt;br /&gt;
motor drivers on the parallel port.  Unlike LinuxCNC, it runs on Windows.&lt;br /&gt;
Mach3 is a commercial product and requires a license.  It is popular on&lt;br /&gt;
industrial machines, and it's probably the most feature-rich controller software.&lt;br /&gt;
&lt;br /&gt;
Also unlike LinuxCNC, Mach3 can run on a PC without a parallel port or expansion&lt;br /&gt;
card, because it can offload the generation of the driver control signals to an&lt;br /&gt;
external device connected via USB or Ethernet, such as the [http://www.warp9td.com/ SmoothStepper].&lt;br /&gt;
&lt;br /&gt;
=== Our Products ===&lt;br /&gt;
We do not sell the USB cable for connecting the Arduino to the computer.  You'll need&lt;br /&gt;
an A to B cable, ideally a good-quality, shielded cable with ferrite RFI suppressors.&lt;br /&gt;
Or you can try adding a RFI suppressor to an existing cable.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Option&lt;br /&gt;
    !Product&lt;br /&gt;
    !Store&amp;lt;br /&amp;gt;link&lt;br /&gt;
    !Comments&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !1&lt;br /&gt;
    |Arduino Uno R3&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/arduino-uno-r3-with-optional-grbl.html visit]&lt;br /&gt;
    |Runs the very popular GRBL firmware&lt;br /&gt;
  |-&lt;br /&gt;
    !2&lt;br /&gt;
    |Ferrite RFI suppressor&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/split-bead-ferrite-rfi-suppressor.html visit]&lt;br /&gt;
    |May help if USB connection drops randomly&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
== Stepper Motor Drivers ==&lt;br /&gt;
&lt;br /&gt;
[[File:GAUPS 1.0 stepper shield assembled.jpg|thumb|right|x200px|GAUPS 1.0 shield (assembled)]]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;[[File:GAUPS 1.0 stepper shield components.jpg|thumb|right|x200px|GAUPS 1.0 shield (parts)]]&lt;br /&gt;
=== Our Example ===&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
Because our controller is an Arduino, the drivers will be on an&lt;br /&gt;
Arduino shield.  We chose the GAUPS, a shield that takes Pololu-compatible&lt;br /&gt;
stepper driver modules (GAUPS stands for GRBL-compatible Arduino&lt;br /&gt;
Uno-compatible Pololu-compatible Shield).  We don't&lt;br /&gt;
plan to use a supply voltage higher than 24 V, so we got the standard&lt;br /&gt;
version of the GAUPS, not the 40 V version.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
[[File:Pololu-DRV8825-purple-driver-carrier-board.jpg|thumb|left|x200px|Pololu DRV8825 module]]&lt;br /&gt;
[[File:Tall-headers.jpg|thumb|right|x200px|Tall headers]]&lt;br /&gt;
[[File:Motor-driver-heatsink-anodized-aluminium.jpg|thumb|left|x200px|Aluminium heatsink]]&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;Pololu driver modules are very convenient because they are relatively&lt;br /&gt;
inexpensive, easily replaceable if something goes wrong, and available&lt;br /&gt;
with a choice of driver chips.  Their main disadvantage is that, because of&lt;br /&gt;
the small module size, their cooling is not as good as it could be, so they&lt;br /&gt;
need heatsinks and/or a fan.&lt;br /&gt;
&lt;br /&gt;
The GAUPS comes as a kit that requires basic soldering skills to assemble.&lt;br /&gt;
All components are through-hole, and none are sensitive to static discharge,&lt;br /&gt;
so it's easy.  There are clear step-by-step [[GAUPS 1.0 Instructions|instructions]].&lt;br /&gt;
&lt;br /&gt;
For this machine, we chose four Pololu DRV8825 high-current driver modules&lt;br /&gt;
(the purple ones).  They are the most expensive of the Pololu drivers, but&lt;br /&gt;
they have the highest current capability, and the best thermal&lt;br /&gt;
characteristics too.  The A4988 black edition driver module is slightly&lt;br /&gt;
cheaper, but works very well too.  Each driver comes with two 8-pin&lt;br /&gt;
male headers that you need to solder on.  These are what plugs into the&lt;br /&gt;
shield.  We opted to replace these with taller headers, for better airflow&lt;br /&gt;
under the modules.&lt;br /&gt;
&lt;br /&gt;
The driver chips generate a lot of heat, and they are designed to sink this&lt;br /&gt;
heat into the bottom layer of the board.  We added two small aluminium&lt;br /&gt;
heatsinks for each driver, one on top of the driver chip and one on the&lt;br /&gt;
bottom of the module.  The one on the bottom is more effective than the&lt;br /&gt;
one on the top.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== More Choices ===&lt;br /&gt;
You can connect almost any controller to any motor driver, but some&lt;br /&gt;
combinations have been designed to work with each other (such as the&lt;br /&gt;
Arduino and the shield, or the PC with parallel port and the 4-axis&lt;br /&gt;
Gecko G540).&lt;br /&gt;
&lt;br /&gt;
Shields compatible with the Arduino Uno include the buildlog.net&lt;br /&gt;
stepper shield and the GAUPS.&lt;br /&gt;
&lt;br /&gt;
Pololu make two driver modules suitable for the eShapeoko: the A4988&lt;br /&gt;
&amp;quot;black edition&amp;quot; module, and the purple DRV8825 module.&lt;br /&gt;
&lt;br /&gt;
Open-source versions exist: the Stepstick drivers &amp;amp;mdash; although the classic&lt;br /&gt;
Stepstick is limited to 1 A, so it will deliver lacklustre performance&lt;br /&gt;
in an eShapeoko.  The market is inundated with numerous derivatives naming&lt;br /&gt;
themselves Stepstick, of varying design, PCB and build quality.&lt;br /&gt;
However, some have excellent&lt;br /&gt;
performance, such as the A4982-based Ice Blue Stepstick modules.&lt;br /&gt;
&lt;br /&gt;
As mentioned above, there are lots of standalone drivers, 3-axis and&lt;br /&gt;
4-axis boards out there.  The least expensive ones are based on the Toshiba&lt;br /&gt;
TB6560 chip.  It is a good driver, but it is often used incorrectly&lt;br /&gt;
in the cheap Chinese boards (components with values outside&lt;br /&gt;
Toshiba's recommended range, slow optocouplers on the direction control&lt;br /&gt;
line that cause problems when used with GRBL, an error-prone automatic&lt;br /&gt;
current reducing circuit, and so on).&lt;br /&gt;
&lt;br /&gt;
Products by Gecko Drive are wonderful and expensive and way overkill&lt;br /&gt;
for the eShapeoko.  If you have loads of cash and want something&lt;br /&gt;
that's bulletproof, the G540 is a very nice unit.&lt;br /&gt;
&lt;br /&gt;
=== Our Products ===&lt;br /&gt;
The parts suggested for our example machine are highlighted in green.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Product&amp;lt;br /&amp;gt;type&lt;br /&gt;
    !Option&lt;br /&gt;
    !Product name&lt;br /&gt;
    !Manufacturer&lt;br /&gt;
    !Store&amp;lt;br /&amp;gt;link&lt;br /&gt;
    !Comments&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !rowspan=&amp;quot;4&amp;quot;|Driver&amp;lt;br /&amp;gt;shield&lt;br /&gt;
    !1&lt;br /&gt;
    |GAUPS 1.0 shield (kit, standard)&lt;br /&gt;
    |A/S/L&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/gaups-1-0-arduino-compatible-stepper-shield-kit.html visit]&lt;br /&gt;
    |Our own design.  [[GAUPS 1.0 Instructions|Instructions here]]&lt;br /&gt;
  |-&lt;br /&gt;
    !2&lt;br /&gt;
    |GAUPS 1.0 shield (kit, 50 V capacitors)&lt;br /&gt;
    |A/S/L&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/gaups-1-0-arduino-compatible-stepper-shield-kit-50v.html visit]&lt;br /&gt;
    |Our own design.  Use with supply up to 40 V&lt;br /&gt;
  |-&lt;br /&gt;
    !3&lt;br /&gt;
    |GAUPS 1.0 shield (PCB only)&lt;br /&gt;
    |A/S/L&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/gaups-1-0-arduino-compatible-stepper-shield-pcb-only.html visit]&lt;br /&gt;
    |If you already have the parts&lt;br /&gt;
  |-&lt;br /&gt;
    !4&lt;br /&gt;
    |Buildlog.net driver shield (kit)&lt;br /&gt;
    |Reactive Substance&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/buildlog-net-stepper-shield-complete-kit.html visit]&lt;br /&gt;
    |Bart Dring's design&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Driver&amp;lt;br /&amp;gt;module&lt;br /&gt;
    !5&lt;br /&gt;
    |Green A4988 driver module&lt;br /&gt;
    |Pololu&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/pololu-a4988-stepper-driver-carrier-board-green.html visit]&lt;br /&gt;
    |Poor thermal dissipation&lt;br /&gt;
  |-&lt;br /&gt;
    !6&lt;br /&gt;
    |A4988 &amp;quot;black edition&amp;quot; driver module&lt;br /&gt;
    |Pololu&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/pololu-a4988-stepper-driver-carrier-board-black-edition.html visit]&lt;br /&gt;
    |Excellent&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !7&lt;br /&gt;
    |Purple DRV8825 high-current driver module&lt;br /&gt;
    |Pololu&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/pololu-drv8825-high-current-stepper-driver-carrier-board-purple.html visit]&lt;br /&gt;
    |Excellent.  Slightly higher current&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot;|Heatsinks&lt;br /&gt;
    !8&lt;br /&gt;
    |Copper heatsink&lt;br /&gt;
    |EnzoTech&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/copper-heatsink-for-stepper-driver.html visit]&lt;br /&gt;
    |Very cool looking&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !9&lt;br /&gt;
    |Aluminium heatsink&lt;br /&gt;
    |&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/aluminium-heatsink-for-stepper-driver.html visit]&lt;br /&gt;
    |Boring but effective&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !Other&lt;br /&gt;
    !10&lt;br /&gt;
    |Tall headers for Pololu modules&lt;br /&gt;
    |&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/dual-body-25mm-1in-male-8-pin-tall-header-pololu-driver-pack-2.html visit]&lt;br /&gt;
    |More effective cooling&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
== Power Supply ==&lt;br /&gt;
&lt;br /&gt;
[[File:24V-120W-power-supply.jpg|thumb|right|x200px|120 W power supply]]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== Our Example ===&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;We chose a 24 V 5 A (120 W) power supply, which can be had as a nice,&lt;br /&gt;
completely enclosed laptop-type brick.  We don't have to worry about&lt;br /&gt;
exposed live parts, nor about chips getting in.  It has just enough power&lt;br /&gt;
for our motors.  We used a barrel jack to screw terminal adapter to make&lt;br /&gt;
it easier to connect the supply to the GAUPS.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== More Choices ===&lt;br /&gt;
Ideally, with three NEMA 23 motors and one NEMA 17, we'd want at least 150 W&lt;br /&gt;
of supply, to be sure we have enough headroom.  A 200 W cage-type power&lt;br /&gt;
supply is an inexpensive solution that&lt;br /&gt;
delivers more than enough power.  200 W is also about the highest power that is&lt;br /&gt;
commonly available in a fanless design.  A cage-type supply should go in an&lt;br /&gt;
enclosure to avoid&lt;br /&gt;
all danger of electric shock (as they are, the mains input terminals aren't&lt;br /&gt;
protected enough against accidental contact with live parts).&lt;br /&gt;
&lt;br /&gt;
We could also choose a 36 V supply instead of 24 V (and change the GAUPS to&lt;br /&gt;
the 40 V version), to allow the DRV8825 drivers to maybe squeeze a little&lt;br /&gt;
more performance out of the motors.&lt;br /&gt;
&lt;br /&gt;
=== Our Products ===&lt;br /&gt;
The laptop-type power supply does not come with a power cord, so you'll have to&lt;br /&gt;
buy it separately.  You need one with a IEC C5 (cloverleaf) connector.&lt;br /&gt;
&lt;br /&gt;
The cage-type power supply does not come with a power cord either.  When mounting&lt;br /&gt;
it in an enclosure, the best idea would be to install an IEC C14 receptacle on&lt;br /&gt;
the enclosure, and use an IEC C13 power cord (the type used with PCs).  You could&lt;br /&gt;
also wire the power cord directly to the three input terminals.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Option&lt;br /&gt;
    !Product name&lt;br /&gt;
    !Manufacturer&lt;br /&gt;
    !Store&amp;lt;br /&amp;gt;link&lt;br /&gt;
    !Comments&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !1&lt;br /&gt;
    |24 V 120 W enclosed power supply&lt;br /&gt;
    |LiteOn&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/24v-5a-120w-brick-power-supply.html visit]&lt;br /&gt;
    |Just enough for three NEMA 23 motors and one NEMA 17 (barely). Plenty for four NEMA 17 motors. Safe and completely enclosed&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot;|2&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|Power cord for enclosed power supply&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/power-cord-uk-plug-bs1363-to-iec-c5-connector.html visit]&lt;br /&gt;
    |UK plug (BS 1363)&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/power-cord-euro-plug-cee-7-7-to-iec-c5-connector.html visit]&lt;br /&gt;
    |European &amp;quot;Schuko&amp;quot; plug (CEE 7/7)&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !3&lt;br /&gt;
    |Barrel connector to screw terminal adapter&lt;br /&gt;
    |&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/power-jack-to-screw-terminal-adapter.html visit]&lt;br /&gt;
    |Or cut off the connector from the 120 W supply and connect it directly to the screw terminal on the shield&lt;br /&gt;
  |-&lt;br /&gt;
    !4&lt;br /&gt;
    |24 V 200 W cage-type power supply&lt;br /&gt;
    |Mean Well&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/24v-8-3a-200w-mean-well-cage-type-power-supply.html visit]&lt;br /&gt;
    |Plenty of power even for four NEMA 23 motors. Needs enclosure for complete electrical safety&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
== Fan ==&lt;br /&gt;
&lt;br /&gt;
As mentioned above, it would be a good idea to have a fan to keep the&lt;br /&gt;
stepper drivers from overheating and going into thermal shutdown (which&lt;br /&gt;
keeps the drivers safe, but ruins the job).  Not a lot of airflow is&lt;br /&gt;
needed, especially if directed both under and over the driver modules,&lt;br /&gt;
from a side.  Our power supply is 24 V, but 12 V DC brushless fans are&lt;br /&gt;
ubiquitous and cheap because they are used in PCs, so we got a small&lt;br /&gt;
DC-DC step-down (&amp;quot;buck&amp;quot;) converter to get the 12 V for the fan.&lt;br /&gt;
(Even if you have two identical fans, it's a bad idea to connect them&lt;br /&gt;
in series.)&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== Our products ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Option&lt;br /&gt;
    !Product name&lt;br /&gt;
    !Store&amp;lt;br /&amp;gt;link&lt;br /&gt;
    !Comments&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !1&lt;br /&gt;
    |1.5 A adjustable voltage DC-DC converter&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/35v-adjustable-2a-dc-dc-converter.html visit]&lt;br /&gt;
    |Compact.  Enough for several fans&lt;br /&gt;
  |-&lt;br /&gt;
    !2&lt;br /&gt;
    |3 A adjustable voltage DC-DC converter&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/50v-adjustable-3a-dc-dc-converter.html visit]&lt;br /&gt;
    |Bulkier but more powerful&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !3&lt;br /&gt;
    |Brushless DC fan, 12 V&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/fan-12v-dc-brushless-50mm.html visit]&lt;br /&gt;
    |Also available: [http://amberspyglass.co.uk/store/fan-guard-50mm-dc-brushless-fan.html fan guard], [http://amberspyglass.co.uk/store/screw-for-12v-dc-brushless-fan-4-pack.html mounting screws]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
== Cables ==&lt;br /&gt;
&lt;br /&gt;
[[File:Shielded-stepper-cable.jpg|thumb|right|x200px|Shielded stepper cable]]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== Our Example ===&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;The stepper motors come with wires that aren't nearly long enough.&lt;br /&gt;
We got very nice (if a bit stiff) 18 AWG (0.82 mm&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;) 4-core shielded cable.&lt;br /&gt;
&lt;br /&gt;
Estimating the cable requirement can be very tricky, and depends a lot&lt;br /&gt;
on how the cable is routed.  For this machine, we need about 8 m of&lt;br /&gt;
cable for the four steppers if we want to place the controller half a&lt;br /&gt;
metre away from the machine, to one side.  The Y motor nearest the&lt;br /&gt;
controller will need the shortest cable, and the Z motor will need the&lt;br /&gt;
longest one.&lt;br /&gt;
&lt;br /&gt;
We used 3 A terminal blocks to connect the cable to the&lt;br /&gt;
motors, and zip ties to secure the terminal blocks and the cable to the&lt;br /&gt;
machine.  We'd actually prefer to solder the cable and use heat shrink&lt;br /&gt;
tubing to insulate the joints, but it is more difficult to solder wires&lt;br /&gt;
well than it is to solder a GAUPS kit, so we chose the easier method.&lt;br /&gt;
Plus, a broken or intermittent connection can destroy a motor driver.&lt;br /&gt;
The drivers are incredibly robust otherwise, but can be easily damaged by&lt;br /&gt;
their load being connected or disconnected while powered on, so it's&lt;br /&gt;
important to have good connection to the motors.  We need four 4-position&lt;br /&gt;
terminal blocks, so we got two 12-position blocks, and cut them up.&lt;br /&gt;
&lt;br /&gt;
At the driver end, we wired the stepper cables directly into the GAUPS&lt;br /&gt;
screw terminals.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== More Choices ===&lt;br /&gt;
&lt;br /&gt;
For short runs, network cable (the multi-stranded type) can be used to&lt;br /&gt;
wire stepper motors.  Tie two conductors in parallel for each motor wire.&lt;br /&gt;
&lt;br /&gt;
The cable can be run in drag chains, which would give the machine a very&lt;br /&gt;
neat appearance.&lt;br /&gt;
&lt;br /&gt;
=== Our Products ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Option&lt;br /&gt;
    !Product name&lt;br /&gt;
    !Manufacturer&lt;br /&gt;
    !Store&amp;lt;br /&amp;gt;link&lt;br /&gt;
    !Comments&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !1&lt;br /&gt;
    |4-core shielded stepper cable&lt;br /&gt;
    |Alpha Wire&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/shielded-stepper-cable-4-core-18awg.html visit]&lt;br /&gt;
    |Top-quality cable&lt;br /&gt;
  |-&lt;br /&gt;
    !2&lt;br /&gt;
    |3 A 12-way terminal block&lt;br /&gt;
    |&lt;br /&gt;
    |coming soon&lt;br /&gt;
    |Available from any hardware store&lt;br /&gt;
  |-&lt;br /&gt;
    !3&lt;br /&gt;
    |Zip ties&lt;br /&gt;
    |&lt;br /&gt;
    |coming soon&lt;br /&gt;
    |&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
== Spindle ==&lt;br /&gt;
&lt;br /&gt;
We started with a cheap rotary tool (a Dremel clone).  They usually come&lt;br /&gt;
with, literally, a hundred and one accessories &amp;amp;mdash; all largely useless&lt;br /&gt;
to us.  Keep the wrench, though, you'll need it to tighten the collet.&lt;br /&gt;
Put a zip tie through an unused hole in an end plate or motor plate,&lt;br /&gt;
and store it there.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
You may want to upgrade the spindle soon, though.  For tougher jobs,&lt;br /&gt;
and general use when not bothered by noise, the Makita RT0700C is an&lt;br /&gt;
excellent choice, except for the fact that a 3.175 mm (1/8 in) collet&lt;br /&gt;
is not easily available.  You can buy one from the US, or use a 1/4 inch&lt;br /&gt;
to 1/8 inch adapter.  Most trim routers are too big for the stock tool&lt;br /&gt;
mounts, so you will have to make your own, for example out of HDPE,&lt;br /&gt;
acetal, or even plywood.&lt;br /&gt;
&lt;br /&gt;
For quiet, delicate jobs, a small DC spindle is very nice.&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
== Tools ==&lt;br /&gt;
&lt;br /&gt;
We got a basic 3.175 mm (1/8 in) straight two-flute center-cutting&lt;br /&gt;
solid carbide endmill.  It's the closest one can get to a universal&lt;br /&gt;
endmill.  It's&lt;br /&gt;
great with wood, plywood and MDF, gives good results with some plastics,&lt;br /&gt;
and can even be used &amp;amp;mdash; carefully &amp;amp;mdash; with aluminium.  It's&lt;br /&gt;
just the right size for a standard rotary tool, and it's robust enough&lt;br /&gt;
not to break with the tiniest mistake.  Buy more than one, though.&lt;br /&gt;
&lt;br /&gt;
== Protection ==&lt;br /&gt;
&lt;br /&gt;
Eye protection &amp;amp;mdash; for everyone in the room &amp;amp;mdash; is required&lt;br /&gt;
when using the milling machine.&lt;br /&gt;
Broken endmills can fly at high velocity in any direction.&lt;br /&gt;
Hearing protection is a very good idea.  Do not wear&lt;br /&gt;
loose clothing, and keep long hair tied up.  Avoid wearing gloves&lt;br /&gt;
(unless they're a type designed to tear off easily if caught in the&lt;br /&gt;
spindle).&lt;br /&gt;
&lt;br /&gt;
Your safety, and that of the people around you, is your&lt;br /&gt;
responsibility.&lt;br /&gt;
&lt;br /&gt;
== Waste Board ==&lt;br /&gt;
&lt;br /&gt;
We could have got a piece of MDF from the offcut bin at the hardware&lt;br /&gt;
store, but Ikea had a shelf for their 100 cm PAX wardrobes in the&lt;br /&gt;
bargain corner.  It's about 96 cm wide and 58 cm deep, which is a bit&lt;br /&gt;
too wide for our machine, but it was cheap and flat.&lt;br /&gt;
&lt;br /&gt;
We drilled three holes through each of the front and rear pieces of&lt;br /&gt;
aluminium extrusion that connect the end plates together, and used&lt;br /&gt;
wood screws to screw the machine to the board.  (Neat freaks can drill&lt;br /&gt;
and counter-bore from the bottom of the board, and use M5 screws and&lt;br /&gt;
T-slot insertion nuts to attach the machine to the board.)&lt;br /&gt;
&lt;br /&gt;
We screwed a smaller piece of MDF on top of the shelf, between the&lt;br /&gt;
extrusions, to serve as an easily replaceable waste board.  We plan&lt;br /&gt;
to mill some holes in this board, place some tee nuts in them,&lt;br /&gt;
turn it over, and have a nice hold-down table.  But, for now, we use&lt;br /&gt;
wood screws to hold the parts down, and replace the MDF when it gets&lt;br /&gt;
too beaten up.&lt;br /&gt;
&lt;br /&gt;
== Limit Switches ==&lt;br /&gt;
&lt;br /&gt;
[[File:Limit homing microswitch.jpg|thumb|right|x200px|Limit switches]]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== Our Example ===&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;We installed six limit switches:&lt;br /&gt;
* two on the X axis, on the front X motor plate;&lt;br /&gt;
* two on the Y axis, on the Y motor plate closest to the controller;&lt;br /&gt;
* two on the Z axis, using the eShapeoko Z limit switch holder.&lt;br /&gt;
&lt;br /&gt;
The switches come with mounting screws, washers and nuts.  The&lt;br /&gt;
screws are M2 &amp;amp;times; 12 mm (tiny!).&lt;br /&gt;
&lt;br /&gt;
[[File:Z-limit-switch-mounting-2.png|thumb|left|x200px|Mounting bracket for Z axis limit switches]]&lt;br /&gt;
We wired the switches using strips of ordinary 1.27 mm pitch ribbon&lt;br /&gt;
cable.  They are soldered to the switch terminals, and the joints&lt;br /&gt;
insulated and reinforced with heat-shrink tubing.  We opted to wire&lt;br /&gt;
all three terminals of each switch, each switch with its own wires,&lt;br /&gt;
because cable is cheap but re-wiring is time-consuming, and some&lt;br /&gt;
controllers need normally open switches, some normally closed (and&lt;br /&gt;
some can deal with either); our controller (GRBL) shares one input &lt;br /&gt;
for the two switches on each axis, but other controllers (TinyG)&lt;br /&gt;
have separate minimum and maximum limit inputs.&lt;br /&gt;
&lt;br /&gt;
One switch on each axis does double-duty as a homing switch.  Having&lt;br /&gt;
a repeatable home position is incredibly useful when changing tools&lt;br /&gt;
during a job, and when using fixtures and work coordinate systems.&lt;br /&gt;
By default, home is at the end of travel in the positive direction&lt;br /&gt;
of each axis, that is, right side (X), rear (Y), and top (Z).&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
=== More Choices ===&lt;br /&gt;
At a minimum, we could have installed just the three homing switches.&lt;br /&gt;
&lt;br /&gt;
The machine can be used without limit and homing switches, but you'll&lt;br /&gt;
find that the homing switches make your life much easier.&lt;br /&gt;
&lt;br /&gt;
We could have installed two more limit switches on the Y axis,&lt;br /&gt;
on the other motor plate.  GRBL can't make use of them, but other&lt;br /&gt;
controller software (LinuxCNC) can auto-square the gantry using&lt;br /&gt;
them, during the homing cycle.&lt;br /&gt;
&lt;br /&gt;
You can use a different type of switch, but the motor plates and&lt;br /&gt;
Z limit switch holder are designed to work with this form factor.&lt;br /&gt;
The same kind of switch can also be bought with a lever arm, but,&lt;br /&gt;
for the eShapeoko, the lever is just a source of inaccuracy, and&lt;br /&gt;
that type of switch has no advantage over the no-lever version.&lt;br /&gt;
&lt;br /&gt;
=== Our Products ===&lt;br /&gt;
&lt;br /&gt;
We do not sell cable for the limit switches yet.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Option&lt;br /&gt;
    !Product name&lt;br /&gt;
    !Manufacturer&lt;br /&gt;
    !Store&amp;lt;br /&amp;gt;link&lt;br /&gt;
    !Comments&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !1&lt;br /&gt;
    |Limit and homing microswitch&lt;br /&gt;
    |A/S/L&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/limit-and-homing-microswitch.html visit]&lt;br /&gt;
    |Includes M2 hardware&lt;br /&gt;
  |- style=&amp;quot;background:#CED;&amp;quot;&lt;br /&gt;
    !2&lt;br /&gt;
    |Z axis limit switch mounting solution&lt;br /&gt;
    |A/S/L&lt;br /&gt;
    |[http://amberspyglass.co.uk/store/z-limit-switch-mounting-solution-for-eshapeoko.html visit]&lt;br /&gt;
    |&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
=== Motors and Power Supply ===&lt;br /&gt;
Items highlighted in yellow are available from our store.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot;|Item&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot;|NEMA23 motors&amp;lt;br /&amp;gt;on all axes&lt;br /&gt;
    !colspan=&amp;quot;2&amp;quot;|NEMA23 on X and Y&lt;br /&gt;
    !colspan=&amp;quot;3&amp;quot;|NEMA17 motors on all axes&lt;br /&gt;
  |-&lt;br /&gt;
    !Faster Z&lt;br /&gt;
    !Extra-precise Z&lt;br /&gt;
    !Fast&lt;br /&gt;
    !Precise&lt;br /&gt;
    !Extra-precise Z&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    !X and Y motors&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/51mm-nema23-stepper-motor-400step-per-rev.html NEMA 23 0.9&amp;amp;deg;]&lt;br /&gt;
    |3 &amp;amp;times; [http://amberspyglass.co.uk/store/51mm-nema23-stepper-motor-400step-per-rev.html NEMA 23 0.9&amp;amp;deg;]&lt;br /&gt;
    |3 &amp;amp;times; [http://amberspyglass.co.uk/store/51mm-nema23-stepper-motor-400step-per-rev.html NEMA 23 0.9&amp;amp;deg;]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-1-7a-stepper-motor-200step-per-rev.html NEMA 17 1.8&amp;amp;deg;]&lt;br /&gt;
    |3 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-stepper-motor-400step-per-rev.html NEMA 17 0.9&amp;amp;deg;]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-stepper-motor-400step-per-rev.html NEMA 17 0.9&amp;amp;deg;]&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    !Z motor&lt;br /&gt;
    |1 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-1-7a-stepper-motor-200step-per-rev.html NEMA 17 1.8&amp;amp;deg;]&lt;br /&gt;
    |1 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-stepper-motor-400step-per-rev.html NEMA 17 0.9&amp;amp;deg;]&lt;br /&gt;
    |1 &amp;amp;times; [http://amberspyglass.co.uk/store/48mm-nema17-1-7a-stepper-motor-200step-per-rev.html NEMA 17 1.8&amp;amp;deg;]&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot;|Power supply&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#FEA;&amp;quot;|[http://amberspyglass.co.uk/store/24v-8-3a-200w-mean-well-cage-type-power-supply.html 200 W cage-type]&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#FEA;&amp;quot;|[http://amberspyglass.co.uk/store/24v-8-3a-200w-mean-well-cage-type-power-supply.html 200 W cage-type]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; colspan=&amp;quot;3&amp;quot; style=&amp;quot;background:#FEA;&amp;quot;|[http://amberspyglass.co.uk/store/24v-5a-120w-brick-power-supply.html 120 W brick] (power cord: [http://amberspyglass.co.uk/store/power-cord-uk-plug-bs1363-to-iec-c5-connector.html UK], [http://amberspyglass.co.uk/store/power-cord-euro-plug-cee-7-7-to-iec-c5-connector.html EU])&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#FEA;&amp;quot;|'''''&amp;amp;mdash;or&amp;amp;mdash;''''' [http://amberspyglass.co.uk/store/24v-5a-120w-brick-power-supply.html 120 W brick] (power cord: [http://amberspyglass.co.uk/store/power-cord-uk-plug-bs1363-to-iec-c5-connector.html UK], [http://amberspyglass.co.uk/store/power-cord-euro-plug-cee-7-7-to-iec-c5-connector.html EU])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Everything Else ===&lt;br /&gt;
Note that there is no correlation between columns in this table; you can pick any one item from each line.&lt;br /&gt;
Items highlighted in yellow are available from our store.  We're working to add the remaining ones.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    !Controller&lt;br /&gt;
    |colspan=&amp;quot;6&amp;quot;|[http://amberspyglass.co.uk/store/arduino-uno-r3-with-optional-grbl.html Arduino Uno] (running [https://github.com/grbl/grbl GRBL]) (needs USB cable)&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    !rowspan=&amp;quot;5&amp;quot;|Drivers&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|[http://amberspyglass.co.uk/store/gaups-1-0-arduino-compatible-stepper-shield-kit.html GAUPS (standard)]&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|[http://amberspyglass.co.uk/store/gaups-1-0-arduino-compatible-stepper-shield-kit-50v.html GAUPS (40 V)]&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|[http://amberspyglass.co.uk/store/buildlog-net-stepper-shield-complete-kit.html buildlog.net shield]&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    |colspan=&amp;quot;3&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/pololu-a4988-stepper-driver-carrier-board-black-edition.html Pololu A4988 (black)]&lt;br /&gt;
    |colspan=&amp;quot;3&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/pololu-drv8825-high-current-stepper-driver-carrier-board-purple.html Pololu DRV8825 (purple)]&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/aluminium-heatsink-for-stepper-driver.html Aluminium heatsink]&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|8 &amp;amp;times; [http://amberspyglass.co.uk/store/aluminium-heatsink-for-stepper-driver.html Aluminium heatsink]&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/copper-heatsink-for-stepper-driver.html Copper heatsink]&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    |colspan=&amp;quot;6&amp;quot;|4 &amp;amp;times; [http://amberspyglass.co.uk/store/dual-body-25mm-1in-male-8-pin-tall-header-pololu-driver-pack-2.html Tall headers] (optional)&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    |colspan=&amp;quot;6&amp;quot;|[http://amberspyglass.co.uk/store/power-jack-to-screw-terminal-adapter.html Barrel connector to screw terminal adapter]&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot;|Fan&lt;br /&gt;
    |colspan=&amp;quot;3&amp;quot;|[http://amberspyglass.co.uk/store/35v-adjustable-2a-dc-dc-converter.html Small DC-DC converter]&lt;br /&gt;
    |colspan=&amp;quot;3&amp;quot;|[http://amberspyglass.co.uk/store/50v-adjustable-3a-dc-dc-converter.html Larger DC-DC converter]&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;6&amp;quot; style=&amp;quot;background:#FEA;&amp;quot;|[http://amberspyglass.co.uk/store/fan-12v-dc-brushless-50mm.html Brushless 12 V DC fan (PC type)] + [http://amberspyglass.co.uk/store/fan-guard-50mm-dc-brushless-fan.html fan guard] + [http://amberspyglass.co.uk/store/screw-for-12v-dc-brushless-fan-4-pack.html mounting screws]&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Cabling&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:#FEA;&amp;quot;|[http://amberspyglass.co.uk/store/shielded-stepper-cable-4-core-18awg.html Shielded cable]&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|CAT5 (stranded)&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|any 4-core cable 0.5 mm&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; or more&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;3&amp;quot;|2 &amp;amp;times; 12-way 3 A terminal block (coming soon)&lt;br /&gt;
    |colspan=&amp;quot;3&amp;quot;|solder and heatshrink tubing&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;6&amp;quot;|Zip ties (coming soon)&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    !rowspan=&amp;quot;3&amp;quot;|Limit switches&lt;br /&gt;
    |colspan=&amp;quot;6&amp;quot;|6 &amp;amp;times; [http://amberspyglass.co.uk/store/limit-and-homing-microswitch.html Microswitch] (or 8 of them, or only 3)&lt;br /&gt;
  |- style=&amp;quot;background:#FEA;&amp;quot;&lt;br /&gt;
    |colspan=&amp;quot;6&amp;quot;|[http://amberspyglass.co.uk/store/z-limit-switch-mounting-solution-for-eshapeoko.html Mounting bracket for Z axis limit siwtches]&lt;br /&gt;
  |-&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|Ribbon cable&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|shielded signal cable&lt;br /&gt;
    |colspan=&amp;quot;2&amp;quot;|almost any type of cable&lt;br /&gt;
|}&lt;br /&gt;
Also: spindle, tools (endmills, engraving bits etc), waste board, eye and hearing protection.&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.3_Assembly_Instructions&amp;diff=981</id>
		<title>EShapeoko 1.3 Assembly Instructions</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.3_Assembly_Instructions&amp;diff=981"/>
		<updated>2017-04-20T22:00:29Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We have tried to make these instructions as clear and easy to follow as&lt;br /&gt;
possible. However, even with the benefit of the simplicity of the&lt;br /&gt;
MakerSlide system, it is still a fairly complex machine, with many parts,&lt;br /&gt;
so the assembly can be daunting. To make it easier, we broke it down&lt;br /&gt;
into fairly small steps.&lt;br /&gt;
&lt;br /&gt;
We welcome questions, corrections, and suggestions for improvement.&lt;br /&gt;
&lt;br /&gt;
The instructions aim to cover all options and features, including some&lt;br /&gt;
alternate motor mounting options and belt and idler configurations.&lt;br /&gt;
&lt;br /&gt;
Compared to version 1.2, the Z axis has been updated, with a new motor&lt;br /&gt;
plate and a new type of bearing. This simplifies assembly considerably.&lt;br /&gt;
&lt;br /&gt;
During the build, it's easier to keep the small parts in their bags&lt;br /&gt;
until needed.&lt;br /&gt;
&lt;br /&gt;
Please pay attention to the washers: follow the instructions exactly.&lt;br /&gt;
&lt;br /&gt;
== Jump To ==&lt;br /&gt;
&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Prep work|Prep work]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: V-wheels|V-wheels]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Smooth idler wheels|Smooth idler wheels]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: X and Y motors|X and Y motors]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Y carriages|Y carriages]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: X rail|X rail]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: X carriage|X carriage]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Gantry|Gantry]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Frame|Frame]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Z leadscrew|Z leadscrew]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Z motor|Z motor]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Z rail|Z rail]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Spindle mounts|Spindle mounts]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: X belt|X belt]]&lt;br /&gt;
* [[EShapeoko 1.3 Assembly: Y belts|Y belts]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=GAUPS_1.0_Instructions&amp;diff=980</id>
		<title>GAUPS 1.0 Instructions</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=GAUPS_1.0_Instructions&amp;diff=980"/>
		<updated>2017-04-19T22:35:41Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Open Source ==&lt;br /&gt;
&lt;br /&gt;
GAUPS is derived from Bart Dring's open-source [http://buildlog.net/ Buildlog.net] Arduino-compatible Stepper Motor Driver Shield rev 3. Thank you, Bart!&lt;br /&gt;
&lt;br /&gt;
GAUPS is open-source hardware, released under the Creative Commons Attribution-ShareAlike 3.0 License. KiCAD files will be available here soon.&lt;br /&gt;
&lt;br /&gt;
== Assembly ==&lt;br /&gt;
&lt;br /&gt;
It's easiest to assemble the board in the order of component height, leaving the tallest last. For the parts with long leads, trim them as soon as you've soldered them (do not trim the Arduino headers, obviously). The instructions assume the board is held with the driver labels (&amp;quot;X AXIS&amp;quot; etc) the right way up, as shown.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Step&lt;br /&gt;
    !Part Image and Instructions&lt;br /&gt;
    !Board Image&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 1&lt;br /&gt;
    |[[File:GAUPS_1.0_R1.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_01_R1.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder R1 (10 k&amp;amp;Omega; resistor). Color code: [[File:Ra.png|link=]][[File:Rb1.png|link=]][[File:Rc.png|link=]][[File:Rd0.png|link=]][[File:Re.png|link=]][[File:Rd0.png|link=]][[File:Re.png|link=]][[File:Rd2.png|link=]][[File:Rf.png|link=]][[File:Rb1.png|link=]][[File:Rg.png|link=]] (1%) or [[File:Ra.png|link=]][[File:Rb1.png|link=]][[File:Rc.png|link=]][[File:Rd0.png|link=]][[File:Re.png|link=]][[File:Rd3.png|link=]][[File:Rf.png|link=]][[File:RbG.png|link=]][[File:Rg.png|link=]] (5%).&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 2&lt;br /&gt;
    |[[File:GAUPS_1.0_SW1.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_02_SW1.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder SW1 (12-way DIP switch).  Orient it numbers to the left, &amp;quot;ON&amp;quot; text in the upper-right corner.  The 1, 2 and 3 labels will match the 1, 2 and 3 silkscreen labels for the A axis.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 3&lt;br /&gt;
    |[[File:GAUPS_1.0_SW2.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_03_SW2.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder SW2 (push-button), taking care not to overheat it.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 4&lt;br /&gt;
    |[[File:GAUPS_1.0_C1-C4.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_04_C1-C4.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder C1, C2, C3, C4 (47 &amp;amp;micro;F 35 V capacitors), paying attention to the orientation.  Install with the negative terminal (shorter lead, marked with a stripe on the body of the capacitor) toward the middle of the board.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 5&lt;br /&gt;
    |[[File:GAUPS_1.0_C5-C8.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_05_C5-C8.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder C5, C6, C7, C8 (100 nF capacitors).  These are not polarized, so orientation doesn't matter.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 6&lt;br /&gt;
    |[[File:GAUPS_1.0_U1-U4.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_06_U1-U4.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder the eight 8-way female headers for the drivers.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 7&lt;br /&gt;
    |[[File:GAUPS_1.0_JP1.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_07_JP1.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder JP1 (2&amp;amp;times;3-pin male header).  The holes for it are very tight (sorry!).  The best way is to push it in with a flat, rigid object.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 8&lt;br /&gt;
    |[[File:GAUPS_1.0_J1-J4.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_08_J1-J4.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Solder the two 6-way and two 8-way Arduino stacking headers, taking care to not to deposit solder on the long pins (except where they meet the PCB, of course).  Make sure the pins are straight and parallel before soldering them.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 9&lt;br /&gt;
    |align=&amp;quot;center&amp;quot; | [[File:GAUPS_1.0_J1,_J2,_J5_apart.jpg|200px]][[File:GAUPS_1.0_J3,_J4_apart.jpg|200px]]&amp;lt;br /&amp;gt;[[File:GAUPS_1.0_J1,_J2,_J5_joined.jpg|200px]][[File:GAUPS_1.0_J3,_J4_joined.jpg|200px]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_09_P1-P5.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Join one 2-way and two 4-way screw terminals, by sliding the little dovetails into the slots.  Solder them as P5, P1 and P2, with the openings for the wires toward the outside of the board.  Join the remaining two 4-way screw terminals.  Solder them as P3 and P4.&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | 10&lt;br /&gt;
    |[[File:GAUPS_1.0_Jumpers.jpg|200px|center]]&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; | [[File:GAUPS_1.0_Assembly_10_JP1_DY_jumpers.jpg|450px]]&lt;br /&gt;
  |-&lt;br /&gt;
    |Install two jumpers on JP1, either in the DY position (shown) or the A position (not shown).  See [[#Jumper Settings|jumper settings]] below.  Please note the orientation of the jumpers: they're vertical.  Check all the soldering, remove any loose bits of solder, insert into the Arduino Uno, and you're done!&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Driver Orientation ==&lt;br /&gt;
&lt;br /&gt;
'''Please pay attention to driver orientation!'''  A driver inserted backwards will be destroyed instantly when the power is turned on.&lt;br /&gt;
&lt;br /&gt;
Driver pin VMOT (motor supply voltage) is marked with an arrow on the silkscreen (please note that this is different from the beta version).  The motor outputs (1A, 1B, 2A, 2B) face the respective screw terminals.  The electrolytic capacitor is near the VMOT pin, and the yellow ceramic capacitor is near the VDD pin.  The digital inputs are toward the middle of the board.&lt;br /&gt;
&lt;br /&gt;
Note that two drivers (X and Y) are oriented one way, the other two (Z and A) the other way.&lt;br /&gt;
&lt;br /&gt;
== Jumper Settings ==&lt;br /&gt;
&lt;br /&gt;
For Dual-Y operation, the A driver takes the same control signals (STEP and DIR) as the Y driver, acting as a second Y driver instead of a fourth independent axis.  Install two jumpers in the positions marked 'DY' on the board.&lt;br /&gt;
&lt;br /&gt;
For 4-axis operation (or spindle relay in the A axis slot, instead of a driver), STEP and DIR for the A driver come from Arduino pins D12 and D13.  Install two jumpers in the positions marked 'A' on the board.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;5&amp;quot;|JP1&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;2&amp;quot;|Dual-Y&lt;br /&gt;
    |rowspan=&amp;quot;4&amp;quot;|&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
    !colspan=&amp;quot;2&amp;quot;|4 axes&lt;br /&gt;
  |-&lt;br /&gt;
    !&amp;amp;bull;&lt;br /&gt;
    !&amp;amp;bull;&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; style=&amp;quot;color: white; background-color: blue;&amp;quot;|&amp;amp;bull;&amp;lt;br /&amp;gt;&amp;amp;bull;&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; style=&amp;quot;color: white; background-color: blue;&amp;quot;|&amp;amp;bull;&amp;lt;br /&amp;gt;&amp;amp;bull;&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; style=&amp;quot;color: white; background-color: blue;&amp;quot;|&amp;amp;bull;&amp;lt;br /&amp;gt;&amp;amp;bull;&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; style=&amp;quot;color: white; background-color: blue;&amp;quot;|&amp;amp;bull;&amp;lt;br /&amp;gt;&amp;amp;bull;&lt;br /&gt;
  |-&lt;br /&gt;
    !&amp;amp;bull;&lt;br /&gt;
    !&amp;amp;bull;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that, in either case, the jumpers are vertical (parallel to the short edge of the board).&lt;br /&gt;
&lt;br /&gt;
== Switch Settings ==&lt;br /&gt;
&lt;br /&gt;
DIP switches are OFF to the left (the side of the switch with the numbers), ON to the right (the side labelled &amp;quot;ON&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
Microstepping is controlled independently for each of the four drivers.&lt;br /&gt;
Each driver has three switches associated with it.&lt;br /&gt;
The silkscreen shows which switches apply to which driver.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !colspan=&amp;quot;4&amp;quot;|SW1 switch&lt;br /&gt;
    |&lt;br /&gt;
    !colspan=&amp;quot;5&amp;quot;|''A4988 and DRV8825''&lt;br /&gt;
    !''A4988''&lt;br /&gt;
    !colspan=&amp;quot;2&amp;quot;|''DRV8825''&lt;br /&gt;
    |&lt;br /&gt;
    !colspan=&amp;quot;5&amp;quot;|''DRV8834''&lt;br /&gt;
  |-&lt;br /&gt;
    !X axis&lt;br /&gt;
    !Y axis&lt;br /&gt;
    !Z axis&lt;br /&gt;
    !A axis&lt;br /&gt;
    |&lt;br /&gt;
    !Pin name&lt;br /&gt;
    !1 &amp;amp;times;&lt;br /&gt;
    !2 &amp;amp;times;&lt;br /&gt;
    !4 &amp;amp;times;&lt;br /&gt;
    !8 &amp;amp;times;&lt;br /&gt;
    !16 &amp;amp;times;&lt;br /&gt;
    !16 &amp;amp;times;&lt;br /&gt;
    !32 &amp;amp;times;&lt;br /&gt;
    |&lt;br /&gt;
    !Pin name&lt;br /&gt;
    !2 &amp;amp;times;&lt;br /&gt;
    !4 &amp;amp;times;&lt;br /&gt;
    !16 &amp;amp;times;&lt;br /&gt;
    !32 &amp;amp;times;&lt;br /&gt;
  |-&lt;br /&gt;
    !10&lt;br /&gt;
    !4&lt;br /&gt;
    !7&lt;br /&gt;
    !1&lt;br /&gt;
    |&lt;br /&gt;
    !''MS1''&lt;br /&gt;
    |OFF&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&lt;br /&gt;
    !''M0''&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !11&lt;br /&gt;
    !5&lt;br /&gt;
    !8&lt;br /&gt;
    !2&lt;br /&gt;
    |&lt;br /&gt;
    !''MS2''&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&lt;br /&gt;
    !''M1''&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !12&lt;br /&gt;
    !6&lt;br /&gt;
    !9&lt;br /&gt;
    !3&lt;br /&gt;
    |&lt;br /&gt;
    !''MS3''&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&lt;br /&gt;
    |OFF&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
    |&lt;br /&gt;
    !''(CFG)''&lt;br /&gt;
    |colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot;|''not used''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For instance, to set a DRV8825 driver on the Z axis to 8&amp;amp;nbsp;&amp;amp;times; microstepping,&lt;br /&gt;
set switches 7 on, 8 on, 9 off.  In the Dual Y configuration, it's simplest to&lt;br /&gt;
use the same type of driver and motor for both the Y axes (Y and A), and use&lt;br /&gt;
the same microstepping configuration for both (switches 1&amp;amp;ndash;3 same as switches 4&amp;amp;ndash;6).&lt;br /&gt;
&lt;br /&gt;
Note that it is not possible to select all microstepping combinations for the DRV8834&lt;br /&gt;
low-voltage stepper motor driver (1&amp;amp;nbsp;&amp;amp;times; and 8&amp;amp;nbsp;&amp;amp;times; would require pin&lt;br /&gt;
M0 to be held low).&lt;br /&gt;
&lt;br /&gt;
=== gShield/grblShield Compatibility ===&lt;br /&gt;
&lt;br /&gt;
To make a GAUPS behave exactly like a gShield (or an older grblShield with the Z-axis hack),&lt;br /&gt;
so that one can use the same settings for GRBL, set X and Y to 8&amp;amp;nbsp;&amp;amp;times; microstepping,&lt;br /&gt;
and Z to 2&amp;amp;nbsp;&amp;amp;times;:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !1&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !2&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !3&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !4&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !5&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !6&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !7&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !8&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !9&lt;br /&gt;
    |OFF&lt;br /&gt;
  |-&lt;br /&gt;
    !10&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !11&lt;br /&gt;
    |&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;ON&lt;br /&gt;
  |-&lt;br /&gt;
    !12&lt;br /&gt;
    |OFF&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Connections ==&lt;br /&gt;
&lt;br /&gt;
The motor screw terminals are connected to the driver outputs nearest to them, in the same order.&lt;br /&gt;
&lt;br /&gt;
The motor power supply input is P5, the two bottom screw terminals in the block of ten on the left side of the board.  Positive is next to the X axis motor terminals, negative at the bottom edge of the board.  Please note that this is different from the beta version.  The polarity is marked on the silkscreen on the back of the board (there was no room on the front).&lt;br /&gt;
&lt;br /&gt;
'''Do not make or break any connections while the board or the Arduino are powered.'''  There is a high risk of destroying the drivers and/or the Arduino.&lt;br /&gt;
&lt;br /&gt;
[[File:GAUPS 1.0 Example Wiring.jpg|none|600px|thumb|GAUPS 1.0 Example Configuration]]&lt;br /&gt;
&lt;br /&gt;
This image (click on it to enlarge) shows an example configuration:&lt;br /&gt;
* Four drivers and four motors&lt;br /&gt;
* Dual-Y (two Y motors, each with its own driver)&lt;br /&gt;
* 16 &amp;amp;times; microstepping on the X and Y axes&lt;br /&gt;
* Half-stepping (2 &amp;amp;times;) on the Z axis&lt;br /&gt;
* Pololu A4988 green drivers (note that other driver modules may have the trimpot in a different location, so do not use it to decide the driver module orientation.  Always check the pin labels).&lt;br /&gt;
&lt;br /&gt;
[[File:GAUPS_1.0_stepper_shield_PCB_bottom.jpg|300px|right|thumb|Bottom of GAUPS 1.0 PCB, showing supply polarity]]&lt;br /&gt;
Also, when using GRBL 0.8 or 0.9 with the &amp;quot;invert mask&amp;quot; set to 0,&lt;br /&gt;
Pololu A4988 green or black drivers, and the motors we carry in our&lt;br /&gt;
store, wired as shown, for a move in the positive direction of each&lt;br /&gt;
axis, the motors turn as follows (as viewed looking into the shaft):&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Axis&lt;br /&gt;
    !Motor&lt;br /&gt;
    !Axis Positive Direction&lt;br /&gt;
    !Motor Direction&lt;br /&gt;
  |-&lt;br /&gt;
    !X&lt;br /&gt;
    !&lt;br /&gt;
    |Right&lt;br /&gt;
    |Counter-clockwise&lt;br /&gt;
  |-&lt;br /&gt;
    !rowspan=&amp;quot;2&amp;quot; | Y&lt;br /&gt;
    !Left (Y driver)&lt;br /&gt;
    |rowspan=&amp;quot;2&amp;quot; |Toward the back&lt;br /&gt;
    |Counter-clockwise&lt;br /&gt;
  |-&lt;br /&gt;
    !Right (A driver)&lt;br /&gt;
    |Clockwise&lt;br /&gt;
  |-&lt;br /&gt;
    !Z&lt;br /&gt;
    !&lt;br /&gt;
    |Up&lt;br /&gt;
    |Clockwise&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This is the standard direction of travel for a dual-motor dual-Y drive eShapeoko&lt;br /&gt;
with any of the standard eShapeoko belt configurations (teeth down, belt going&lt;br /&gt;
under the idler wheels and over the belt pulley).  This is also valid for a&lt;br /&gt;
Shapeoko with any of the belt mods that have the belt facing teeth down.  For&lt;br /&gt;
the original Shapeoko configuration (belt teeth up, going over the idler wheels&lt;br /&gt;
and under the belt pulley) and any other teeth up configuration, reverse the&lt;br /&gt;
direction of X and Y motors (by reversing the connections,&lt;br /&gt;
black&amp;amp;ndash;green&amp;amp;ndash;blue&amp;amp;ndash;red instead of&lt;br /&gt;
red&amp;amp;ndash;blue&amp;amp;ndash;green&amp;amp;ndash;black).&lt;br /&gt;
&lt;br /&gt;
Note that not all motors from all manufacturers turn in the same direction when&lt;br /&gt;
wired the same, although this seems to be the most common case.  If your motor&lt;br /&gt;
has different color wires, always determine the correct pairing before wiring&lt;br /&gt;
the motors, to avoid damage to the drivers.  Any configuration will work, as long&lt;br /&gt;
as the wires in each pair are next to each other (pins 1 and 2 one pair,&lt;br /&gt;
pins 3 and 4 another pair).&lt;br /&gt;
&lt;br /&gt;
Also note that driver modules other than Pololu A4988 may turn the motors&lt;br /&gt;
in the opposite direction, too, and the direction can also be changed in firmware.&lt;br /&gt;
&lt;br /&gt;
== Power Supply ==&lt;br /&gt;
&lt;br /&gt;
The choice of voltage depends on the driver modules.  The kit of parts, as&lt;br /&gt;
supplied, has capacitors rated at 35 V, so that's the maximum voltage.  However,&lt;br /&gt;
the capacitors can be replaced.&lt;br /&gt;
&lt;br /&gt;
With A4988 drivers, the maximum voltage is 35 V, but EMF induced in the motor&lt;br /&gt;
during braking can raise the supply voltage, so we do not recommend using more&lt;br /&gt;
than 30 V.  The DRV8825 drivers are rated to 45 V, but, for the same reason,&lt;br /&gt;
we do not recommend more than 40 V (provided that the capacitors on the GAUPS&lt;br /&gt;
have been replaced with ones rated 50 V or more).&lt;br /&gt;
&lt;br /&gt;
A4988 and DRV8825 both work from 12 V, but the most popular voltage for them&lt;br /&gt;
is 24 V.  19 V is also popular, because it's the typical voltage of a laptop&lt;br /&gt;
power supply, and many people have one of those lying around.&lt;br /&gt;
&lt;br /&gt;
The DRV8834 driver operates from 2.5 V to 10.8 V, so it's ideal for low-voltage&lt;br /&gt;
applications.&lt;br /&gt;
&lt;br /&gt;
== Part List ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
  |-&lt;br /&gt;
    !Part&lt;br /&gt;
    !Count&lt;br /&gt;
    !Description&lt;br /&gt;
    !Manufacturer&lt;br /&gt;
    !Part Number&lt;br /&gt;
  |-&lt;br /&gt;
    |PCB&lt;br /&gt;
    |1&lt;br /&gt;
    |GAUPS 1.0 PCB, dual-side 1.6 mm FR4, through-plated, ENIG, RoHS&lt;br /&gt;
    |Amber Spyglass Ltd&lt;br /&gt;
    |&amp;amp;mdash;&lt;br /&gt;
  |-&lt;br /&gt;
    |R1&lt;br /&gt;
    |1&lt;br /&gt;
    |Resistor, 10 k&amp;amp;Omega; 0.125 W, metal film&lt;br /&gt;
    |Multicomp&lt;br /&gt;
    |MF12 10K&lt;br /&gt;
  |-&lt;br /&gt;
    |C1&amp;amp;ndash;C4&lt;br /&gt;
    |4&lt;br /&gt;
    |Aluminium electrolytic capacitor, 47 &amp;amp;micro;F 35 V, long life (5000 hours @ 105&amp;amp;deg;C),&amp;lt;br /&amp;gt;radial, 2.5 mm lead spacing, &amp;amp;empty; 8 mm, 5 mm tall&lt;br /&gt;
    |Rubycon&lt;br /&gt;
    |35ML47MEFC8X5&lt;br /&gt;
  |-&lt;br /&gt;
    |C5&amp;amp;ndash;C8&lt;br /&gt;
    |4&lt;br /&gt;
    |Ceramic capacitor, 100 nF 50 V, X7R dielectric, 0.2&amp;quot; lead spacing&lt;br /&gt;
    |Multicomp&lt;br /&gt;
    |MCRR50104X7RK0050&lt;br /&gt;
  |-&lt;br /&gt;
    |SW1&lt;br /&gt;
    |1&lt;br /&gt;
    |Low-profile 12-way DIP switch, 0.1&amp;quot; pitch, 0.3&amp;quot; wide&lt;br /&gt;
    |Multicomp *&lt;br /&gt;
    |MCEI-12&lt;br /&gt;
  |-&lt;br /&gt;
    |SW2&lt;br /&gt;
    |1&lt;br /&gt;
    |Tactile switch, 6 mm&lt;br /&gt;
    |Panasonic&lt;br /&gt;
    |EVQPVG05K&lt;br /&gt;
  |-&lt;br /&gt;
    |JP1&lt;br /&gt;
    |1&lt;br /&gt;
    |6-way dual-row male 0.1&amp;quot; pitch header, straight&lt;br /&gt;
    |AMP *&lt;br /&gt;
    |826925-3&lt;br /&gt;
  |-&lt;br /&gt;
    |Jumper&lt;br /&gt;
    |2&lt;br /&gt;
    |Jumper for 0.1&amp;quot; pitch header, blue&lt;br /&gt;
    |Harwin *&lt;br /&gt;
    |M7583-05&lt;br /&gt;
  |-&lt;br /&gt;
    |U1&amp;amp;ndash;U4&lt;br /&gt;
    |8&lt;br /&gt;
    |8-way single-row female 0.1&amp;quot; pitch header, straight&lt;br /&gt;
    |Multicomp *&lt;br /&gt;
    |2212S-08SG-85&lt;br /&gt;
  |-&lt;br /&gt;
    |J1, J2&lt;br /&gt;
    |2&lt;br /&gt;
    |6-way single-row long pin (15 mm) female 0.1&amp;quot; pitch headers, straight&lt;br /&gt;
    |Samtec *&lt;br /&gt;
    |SSQ-106-04-F-S&lt;br /&gt;
  |-&lt;br /&gt;
    |J3, J4&lt;br /&gt;
    |2&lt;br /&gt;
    |8-way single-row long pin (15 mm) female 0.1&amp;quot; pitch headers, straight&lt;br /&gt;
    |Samtec *&lt;br /&gt;
    |SSQ-108-04-F-S&lt;br /&gt;
  |-&lt;br /&gt;
    |P1&amp;amp;ndash;P4&lt;br /&gt;
    |4&lt;br /&gt;
    |4-way side-entry PCB screw terminal, 5 mm pitch&lt;br /&gt;
    |Camden Boss&lt;br /&gt;
    |CTB5202/4&lt;br /&gt;
  |-&lt;br /&gt;
    |P5&lt;br /&gt;
    |1&lt;br /&gt;
    |2-way side-entry PCB screw terminal, 5 mm pitch&lt;br /&gt;
    |Camden Boss&lt;br /&gt;
    |CTB5202/2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For most components, numerous equivalent parts exist from various manufacturers.&lt;br /&gt;
The given manufacturers and part numbers are just examples of compatible parts.  However, except&lt;br /&gt;
where marked with an asterisk, the supplied parts in our kit are exactly those listed here (those&lt;br /&gt;
with an asterisk are generic equivalents).  This is especially important for the long-life&lt;br /&gt;
electrolytic capacitors of the correct form factor, and for the good quality screw terminals.&lt;br /&gt;
Also important are the long (15 mm pins) Arduino headers; the typical Arduino headers with&lt;br /&gt;
10&amp;amp;ndash;12 mm pins are not tall enough for the solder joints on the back of the shield to&lt;br /&gt;
clear the Arduino USB connector, and insulation is required.&lt;br /&gt;
&lt;br /&gt;
We reserve the right to substitute parts without notice.&lt;br /&gt;
&lt;br /&gt;
== Schematic ==&lt;br /&gt;
[[File:GAUPS 1.0 schematic.png|900px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=979</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=979"/>
		<updated>2016-12-07T13:33:14Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== eShapeoko ==&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is an affordable three-axis desktop CNC milling machine.  It is a clone of Edward Ford's tremendously successful Shapeoko 1 and 2, with some changes.  Much of the low-cost aspect we owe to Bart Dring, who invented MakerSlide, a simple and inexpensive linear bearing system that doubles as structural support.&lt;br /&gt;
&lt;br /&gt;
eShapeoko is sold in kit form.  For now, only a [http://store.amberspyglass.co.uk/eshapeoko-mechanical-kit.html Mechanical Kit] is available.  In addition to that, you need four stepper motors, a power supply, and the electronics to drive the motors: please read [[EShapeoko Complete Kit|this guide]].&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
[[V-wheel and Idler Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.4 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.4 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.4.0%20Packing%20List.pdf 1.4.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.3 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.3 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.3.0%20Packing%20List.pdf 1.3.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.2 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.2 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2%20Packing%20List.pdf 1.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.1%20Packing%20List.pdf 1.2.1], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.2%20Packing%20List.pdf 1.2.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.3%20Packing%20List.pdf 1.2.3], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.4%20Packing%20List.pdf 1.2.4]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko Complete Kit]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[Motor Drivers]] (inlcuding GAUPS)&lt;br /&gt;
&lt;br /&gt;
[https://github.com/amberspyglass/parts Part Drawings] (including eShapeoko 1.x and the camera slider)&lt;br /&gt;
&lt;br /&gt;
Some information about [[Stepper Motors]]&lt;br /&gt;
&lt;br /&gt;
=== Older Kits ===&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Dual-X Assembly Notes]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 NEMA23 upgrades]]&lt;br /&gt;
&lt;br /&gt;
[http://blog.amberspyglass.co.uk/2013/12/20/eshapeoko-packing-list/eshapeoko-v1-1-packing-list/ EShapeoko 1.1 Packing List]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
We are adding more information here every now and then.  In the meantime, a wealth of information and generous help await at the [http://shapeoko.com/forum/ Shapeoko forum].&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is based on the [http://shapeoko.com Shapeoko] by Edward Ford, and open-source project.  The eShapeoko is designed by Cătălin Voinescu.  It is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=978</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=Main_Page&amp;diff=978"/>
		<updated>2016-12-07T13:33:02Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== eShapeoko ==&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is an affordable three-axis desktop CNC milling machine.  It is a clone of Edward Ford's tremendously successful Shapeoko 1 and 2, with some changes.  Much of the low-cost aspect we owe to Bart Dring, who invented MakerSlide, a simple and inexpensive linear bearing system that doubles as structural support.&lt;br /&gt;
&lt;br /&gt;
eShapeoko is sold in kit form.  For now, only a [http://store.amberspyglass.co.uk/eshapeoko-mechanical-kit.html Mechanical Kit] is available.  In addition to that, you need four stepper motors, a power supply, and the electronics to drive the motors: please read [[EShapeoko Complete Kit|this guide]].&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
[[V-wheel and Idler Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko FAQ]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.4 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.4 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.3.0%20Packing%20List.pdf 1.4.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.3 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.3 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.3.0%20Packing%20List.pdf 1.3.0]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.2 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
EShapeoko 1.2 Packing Lists: [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2%20Packing%20List.pdf 1.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.1%20Packing%20List.pdf 1.2.1], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.2%20Packing%20List.pdf 1.2.2], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.3%20Packing%20List.pdf 1.2.3], [http://amberspyglass.co.uk/resources/packing-lists/eShapeoko%20v1.2.4%20Packing%20List.pdf 1.2.4]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko Complete Kit]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
[[Camera Slider Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[Motor Drivers]] (inlcuding GAUPS)&lt;br /&gt;
&lt;br /&gt;
[https://github.com/amberspyglass/parts Part Drawings] (including eShapeoko 1.x and the camera slider)&lt;br /&gt;
&lt;br /&gt;
Some information about [[Stepper Motors]]&lt;br /&gt;
&lt;br /&gt;
=== Older Kits ===&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Assembly Instructions]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Dual-X Assembly Notes]]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 NEMA23 upgrades]]&lt;br /&gt;
&lt;br /&gt;
[http://blog.amberspyglass.co.uk/2013/12/20/eshapeoko-packing-list/eshapeoko-v1-1-packing-list/ EShapeoko 1.1 Packing List]&lt;br /&gt;
&lt;br /&gt;
[[EShapeoko 1.0 and 1.1 Mechanical Kit Parts List]]&lt;br /&gt;
&lt;br /&gt;
We are adding more information here every now and then.  In the meantime, a wealth of information and generous help await at the [http://shapeoko.com/forum/ Shapeoko forum].&lt;br /&gt;
&lt;br /&gt;
The eShapeoko is based on the [http://shapeoko.com Shapeoko] by Edward Ford, and open-source project.  The eShapeoko is designed by Cătălin Voinescu.  It is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Y_Belts&amp;diff=977</id>
		<title>EShapeoko 1.4 Assembly: Y Belts</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Y_Belts&amp;diff=977"/>
		<updated>2016-09-29T15:02:42Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For this step, you need the remaining two belt tensioners and two screws from '''Pack 11''', and the Y belts from '''Pack 12'''. The Y belts are 250 mm longer than your Y axis. You [[EShapeoko 1.4 Assembly: Prep Work#Tap|should have tapped]] the lone hole of the belt tensioners.&lt;br /&gt;
&lt;br /&gt;
Please follow the same instructions as for the X belt, using the end plates instead of the belt anchor plates. Install the belt tensioners at the rear of the machine, to keep them out of the way.&lt;br /&gt;
&lt;br /&gt;
{{Note|The belt anchors have four slots and the end plates have three. The three slots in the end plates correspond to the top three slots of the belt anchors. The bottom slot of the belt anchor plate is not used.}}&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Spindle Mounts|Spindle mounts]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: X Belt|X belt]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Belt&amp;diff=976</id>
		<title>EShapeoko 1.4 Assembly: X Belt</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Belt&amp;diff=976"/>
		<updated>2016-09-29T15:01:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For this step, you need one belt tensioner and one screw from '''Pack 11''', and the X belt from '''Pack 12'''. The X belt is 250 mm longer than your X axis. You [[EShapeoko 1.4 Assembly: Prep Work#Tap|should have tapped]] the lone hole of the belt tensioner.&lt;br /&gt;
&lt;br /&gt;
== NEMA 17 Motors ==&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-01.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Insert the belt about 60 mm into the slot nearest the tapped hole, teeth facing away from the hole.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-02.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-03.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the second slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-04.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Pressing on the small loop between the second and third slot with a finger, pull on the long end of the belt, guiding the short end into the first slot too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-05.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
The result should look like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-06.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the free end of the belt through the top slot of the belt anchor, teeth down.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-07.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Route the belt under the idlers and over and around the belt pulley. Thread it through the top slot of the opposite belt anchor. Make sure the tensioner at the other end is flush with the anchor plate. Pull on the free end of the belt to take up all the slack, and mark the belt where it exits the slot. (Permanent marker leaves a mark visible in good light &amp;amp;mdash; even black on black.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-08.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Take the belt off the belt pulley so that you have more belt to work with. Slide it in a little more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-09.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot of the belt anchor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-10.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the slot between the other two.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-11.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Line up the belt so that there's about 12 mm (six teeth) between the bottom slot and the mark on the belt. Holding the loop on the other side of the anchor with a finger, pull back on the belt, guiding the end so that it goes into the first slot. Check that the mark lines up with the top slot again. If it doesn't, loosen the belt, adjust its position in the second and third slots, and repeat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-12.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
It should look like this from the other side, although your belt may be a little longer. You can trim it once you've tensioned the belt satisfactorily.&lt;br /&gt;
&lt;br /&gt;
Put the belt back on the idlers and pulley. It's easier to do the belt pulley first, then the idlers. If it's not possible to put the belt back on the pulley and idlers because it's too tight, redo the looping through the belt anchor, giving the belt 2&amp;amp;ndash;4&amp;amp;nbsp;mm of extra slack (1&amp;amp;ndash;2 teeth). If the belt has too much slack, redo the looping to take some up. The belt should be as short as possible while still able to be put back on the idlers and pulley.&lt;br /&gt;
&lt;br /&gt;
Put one M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screw in the top hole of the belt tensioner, and tighten it to force the tensioner apart from the anchor plate. This tightens the belt. The belt should be reasonably taut, but do not overdo it &amp;amp;mdash; the tensioner is tougher than the belt! Too tight a belt results in excessive friction, and premature wear of the belt and the bearings of the motor. However, a loose belt reduces precision, because it's a source of backlash, and can even skip teeth under load.&lt;br /&gt;
&lt;br /&gt;
== NEMA 23 Motors ==&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-01.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Insert the belt about 60 mm into the slot nearest the tapped hole, teeth facing toward the hole.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-02.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-03.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the second slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-04.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Pressing on the small loop between the second and third slot with a finger, pull on the long end of the belt, guiding the short end into the first slot too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-05.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
The result should look like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-06.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the free end of the belt through the third slot from the top of the belt anchor, teeth down.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-07.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Route the belt under the idlers and over and around the belt pulley. Thread it through the third slot from the top of the opposite belt anchor. Make sure the tensioner at the other end is flush with the anchor plate. Pull on the free end of the belt to take up all the slack, and mark the belt where it exits the slot. (Permanent marker leaves a mark visible in good light &amp;amp;mdash; even black on black.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-08.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Take the belt off the belt pulley so that you have more belt to work with. Slide it in a little more. Copy the mark to the other side of the belt too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-09.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the top slot of the belt anchor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-10.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the middle slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-11.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Line up the belt so that there's about 12 mm (six teeth) between the top slot and the mark on the belt. Pressing on the small loop on the other side of the anchor with a finger, pull back on the belt, guiding the end so that it goes into the third slot. Check that the mark lines up with the third slot again. If it doesn't, loosen the belt, adjust its position in the first and second slots, and repeat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-12.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
It should look like this from the other side, although your belt may be a little longer. You can trim it once you've tensioned the belt satisfactorily.&lt;br /&gt;
&lt;br /&gt;
Put the belt back on the idlers and pulley. It's easier to do the belt pulley first, then the idlers. If it's not possible to put the belt back on the pulley and idlers because it's too tight, redo the looping through the belt anchor, giving the belt 2&amp;amp;ndash;4&amp;amp;nbsp;mm of extra slack (1&amp;amp;ndash;2 teeth). If the belt has too much slack, redo the looping to take some up. The belt should be as short as possible while still able to be put back on the idlers and pulley.&lt;br /&gt;
&lt;br /&gt;
Put one M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screw in the bottom hole of the belt tensioner, and tighten it to force the tensioner apart from the anchor plate. This tightens the belt. The belt should be reasonably taut, but do not overdo it &amp;amp;mdash; the tensioner is tougher than the belt! Too tight a belt results in excessive friction, and premature wear of the belt and the bearings of the motor. However, a loose belt reduces precision, because it's a source of backlash, and can even skip teeth under load.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Y Belts|Y belts]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: Z Rail|Z rail]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Belt&amp;diff=975</id>
		<title>EShapeoko 1.4 Assembly: X Belt</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Belt&amp;diff=975"/>
		<updated>2016-09-29T14:54:31Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For this step, you need one belt tensioner and one screw from '''Pack 11''', and the X belt from '''Pack 12'''. The X belt is 250 mm longer than your X axis. You [[EShapeoko 1.4 Assembly: Prep Work#Tap|should have tapped]] the lone hole of the belt tensioner.&lt;br /&gt;
&lt;br /&gt;
== NEMA 17 Motors ==&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-01.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Insert the belt about 60 mm into the slot nearest the tapped hole, teeth facing away from the hole.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-02.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-03.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the second slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-04.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Pressing on the small loop between the second and third slot with a finger, pull on the long end of the belt, guiding the short end into the first slot too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-05.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
The result should look like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-06.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the free end of the belt through the top slot of the belt anchor, teeth down.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-07.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Route the belt under the idlers and over and around the belt pulley. Thread it through the top slot of the opposite belt anchor. (For the Y axis, the second slot from the top of the end plate.) Make sure the tensioner at the opposite end is flush with the anchor plate. Pull on the free end of the belt to take up all the slack, and mark the belt where it exits the slot. (Permanent marker leaves a mark visible in good light, even black on black.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-08.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Take the belt off the belt pulley so that you have more belt to work with. Slide it in a little more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-09.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot of the belt anchor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-10.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the middle slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-11.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Line up the belt so that there's about 12 mm (six teeth) between the bottom slot and the mark on the belt. Holding the loop on the other side of the anchor with a finger, pull back on the belt, guiding the end so that it goes into the first slot. Check that the mark lines up with the top slot again. If it doesn't, loosen the belt, adjust its position in the second and third slots, and repeat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-12.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
It should look like this from the other side, although your belt may be a little longer. You can trim it once you've tensioned the belt satisfactorily.&lt;br /&gt;
&lt;br /&gt;
Put the belt back on the idlers and pulley. It's easier to do the belt pulley first, then the idlers. If it's not possible to put the belt back on the pulley and idlers because it's too tight, redo the looping through the belt anchor, giving the belt 2&amp;amp;ndash;4&amp;amp;nbsp;mm of extra slack (1&amp;amp;ndash;2 teeth). If the belt has too much slack, redo the looping to take some up. The belt should be as short as possible while still able to be put back on the idlers and pulley.&lt;br /&gt;
&lt;br /&gt;
Put one M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screw in the top hole of the belt tensioner, and tighten it to force the tensioner apart from the anchor plate. This tightens the belt. The belt should be reasonably taut, but do not overdo it &amp;amp;mdash; the tensioner is tougher than the belt! Too tight a belt results in excessive friction, and premature wear of the belt and the bearings of the motor. However, a loose belt reduces precision, because it's a source of backlash.&lt;br /&gt;
&lt;br /&gt;
== NEMA 23 Motors ==&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-01.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Insert the belt about 60 mm into the slot nearest the tapped hole, teeth facing toward the hole.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-02.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-03.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the second slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-04.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Pressing on the small loop between the second and third slot with a finger, pull on the long end of the belt, guiding the short end into the first slot too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-05.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
The result should look like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-06.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the free end of the belt through the third slot from the top of the belt anchor, teeth down.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-07.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Route the belt under the idlers and over and around the belt pulley. Thread it through the third slot from the top of the opposite belt anchor. Make sure the tensioner at the opposite end is flush with the anchor plate. Pull on the free end of the belt to take up all the slack, and mark the belt where it exits the slot. (Permanent marker leaves a mark visible in good light, even black on black.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-08.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Take the belt off the belt pulley so that you have more belt to work with. Slide it in a little more. Mark the other side of the belt too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-09.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the top slot of the belt anchor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-10.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the middle slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-11.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Line up the belt so that there's about 12 mm (six teeth) between the top slot and the mark on the belt. Holding the loop on the other side of the anchor with a finger, pull back on the belt, guiding the end so that it goes into the third slot. Check that the mark lines up with the third slot again. If it doesn't, loosen the belt, adjust its position in the first and second slots, and repeat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-12.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
It should look like this from the other side, although your belt may be a little longer. You can trim it once you've tensioned the belt satisfactorily.&lt;br /&gt;
&lt;br /&gt;
Put the belt back on the idlers and pulley. It's easier to do the belt pulley first, then the idlers. If it's not possible to put the belt back on the pulley and idlers because it's too tight, redo the looping through the belt anchor, giving the belt 2&amp;amp;ndash;4&amp;amp;nbsp;mm of extra slack (1&amp;amp;ndash;2 teeth). If the belt has too much slack, redo the looping to take some up. The belt should be as short as possible while still able to be put back on the idlers and pulley.&lt;br /&gt;
&lt;br /&gt;
Put one M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screw in the bottom hole of the belt tensioner, and tighten it to force the tensioner apart from the anchor plate. This tightens the belt. The belt should be reasonably taut, but do not overdo it &amp;amp;mdash; the tensioner is tougher than the belt! Too tight a belt results in excessive friction, and premature wear of the belt and the bearings of the motor. However, a loose belt reduces precision, because it's a source of backlash.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Y Belts|Y belts]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: Z Rail|Z rail]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Y_Belts&amp;diff=974</id>
		<title>EShapeoko 1.4 Assembly: Y Belts</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_Y_Belts&amp;diff=974"/>
		<updated>2016-09-29T14:52:00Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For this step, you need the remaining two belt tensioners and two screws from '''Pack 11''', and the Y belts from '''Pack 12'''. The Y belts are 250 mm longer than your Y axis. You [[EShapeoko 1.4 Assembly: Prep Work#Tap|should have tapped]] the lone hole of the belt tensioners.&lt;br /&gt;
&lt;br /&gt;
Please follow the same instructions as for the X belt, using the end plates instead of the belt anchor plates. Install the belt tensioners at the rear of the machine, to keep them out of the way.&lt;br /&gt;
&lt;br /&gt;
{{Warning|The belt anchors have four slots and the end plates have three. The three slots in the end plates correspond to the top three slots of the belt anchors. The bottom slot of the belt anchor plate is not used.}}&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Spindle Mounts|Spindle mounts]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: X Belt|X belt]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Belt&amp;diff=973</id>
		<title>EShapeoko 1.4 Assembly: X Belt</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Belt&amp;diff=973"/>
		<updated>2016-09-29T14:42:40Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For this step, you need one belt tensioner and one screw from '''Pack 11''', and the X belt from '''Pack 12'''. The X belt is 250 mm longer than your X axis. You [[EShapeoko 1.4 Assembly: Prep Work#Tap|should have tapped]] the lone hole of the belt tensioner.&lt;br /&gt;
&lt;br /&gt;
== NEMA 17 Motors ==&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-01.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Insert the belt about 60 mm into the slot nearest the tapped hole, teeth facing away from the hole.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-02.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-03.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the second slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-04.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Pressing on the small loop between the second and third slot with a finger, pull on the long end of the belt, guiding the short end into the first slot too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-05.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
The result should look like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-06.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the free end of the belt through the top slot of the belt anchor, teeth down. (For the Y axis, it's the second slot from the top of the end plate.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-07.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Route the belt under the idlers and over and around the belt pulley. Thread it through the top slot of the opposite belt anchor. (For the Y axis, the second slot from the top of the end plate.) Make sure the tensioner at the opposite end is flush with the anchor plate. Pull on the free end of the belt to take up all the slack, and mark the belt where it exits the slot. (Permanent marker leaves a mark visible in good light, even black on black.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-08.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Take the belt off the belt pulley so that you have more belt to work with. Slide it in a little more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-09.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot of the belt anchor. (For the Y axis, this is the fourth slot from the top.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-10.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the middle slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-11.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Line up the belt so that there's about 12 mm (six teeth) between the bottom slot and the mark on the belt. Holding the loop on the other side of the anchor with a finger, pull back on the belt, guiding the end so that it goes into the first slot. Check that the mark lines up with the top slot again. If it doesn't, loosen the belt, adjust its position in the second and third slots, and repeat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-12.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
It should look like this from the other side, although your belt may be a little longer. You can trim it once you've tensioned the belt satisfactorily.&lt;br /&gt;
&lt;br /&gt;
Put the belt back on the idlers and pulley. It's easier to do the belt pulley first, then the idlers. If it's not possible to put the belt back on the pulley and idlers because it's too tight, redo the looping through the belt anchor, giving the belt 2&amp;amp;ndash;4&amp;amp;nbsp;mm of extra slack (1&amp;amp;ndash;2 teeth). If the belt has too much slack, redo the looping to take some up. The belt should be as short as possible while still able to be put back on the idlers and pulley.&lt;br /&gt;
&lt;br /&gt;
Put one M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screw in the top hole of the belt tensioner, and tighten it to force the tensioner apart from the anchor plate. This tightens the belt. The belt should be reasonably taut, but do not overdo it &amp;amp;mdash; the tensioner is tougher than the belt! Too tight a belt results in excessive friction, and premature wear of the belt and the bearings of the motor. However, a loose belt reduces precision, because it's a source of backlash.&lt;br /&gt;
&lt;br /&gt;
== NEMA 23 Motors ==&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-01.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Insert the belt about 60 mm into the slot nearest the tapped hole, teeth facing toward the hole.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-02.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-03.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the second slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-04.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Pressing on the small loop between the second and third slot with a finger, pull on the long end of the belt, guiding the short end into the first slot too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-05.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
The result should look like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-06.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the free end of the belt through the second slot from the bottom of the belt anchor, teeth down. (For the Y axis, it's the bottom slot on the end plate.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-07.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Route the belt under the idlers and over and around the belt pulley. Thread it through the second slot from the bottom of the opposite belt anchor. (For the Y axis, the bottom slot of the end plate.) Make sure the tensioner at the opposite end is flush with the anchor plate. Pull on the free end of the belt to take up all the slack, and mark the belt where it exits the slot. (Permanent marker leaves a mark visible in good light, even black on black.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-08.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Take the belt off the belt pulley so that you have more belt to work with. Slide it in a little more. Mark the other side of the belt too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-09.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the top slot of the belt anchor. (For the Y axis, this is the second slot from the top.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-10.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the middle slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-11.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Line up the belt so that there's about 12 mm (six teeth) between the top slot and the mark on the belt. Holding the loop on the other side of the anchor with a finger, pull back on the belt, guiding the end so that it goes into the third slot. Check that the mark lines up with the third slot again. If it doesn't, loosen the belt, adjust its position in the first and second slots, and repeat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-3-12.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
It should look like this from the other side, although your belt may be a little longer. You can trim it once you've tensioned the belt satisfactorily.&lt;br /&gt;
&lt;br /&gt;
Put the belt back on the idlers and pulley. It's easier to do the belt pulley first, then the idlers. If it's not possible to put the belt back on the pulley and idlers because it's too tight, redo the looping through the belt anchor, giving the belt 2&amp;amp;ndash;4&amp;amp;nbsp;mm of extra slack (1&amp;amp;ndash;2 teeth). If the belt has too much slack, redo the looping to take some up. The belt should be as short as possible while still able to be put back on the idlers and pulley.&lt;br /&gt;
&lt;br /&gt;
Put one M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screw in the bottom hole of the belt tensioner, and tighten it to force the tensioner apart from the anchor plate. This tightens the belt. The belt should be reasonably taut, but do not overdo it &amp;amp;mdash; the tensioner is tougher than the belt! Too tight a belt results in excessive friction, and premature wear of the belt and the bearings of the motor. However, a loose belt reduces precision, because it's a source of backlash.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Y Belts|Y belts]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: Z Rail|Z rail]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Belt&amp;diff=972</id>
		<title>EShapeoko 1.4 Assembly: X Belt</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=EShapeoko_1.4_Assembly:_X_Belt&amp;diff=972"/>
		<updated>2016-09-29T14:32:34Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For this step, you need one belt tensioner and one screw from '''Pack 11''', and the X belt from '''Pack 12'''. The X belt is 250 mm longer than your X axis. You [[EShapeoko 1.4 Assembly: Prep Work#Tap|should have tapped]] the lone hole of the belt tensioner.&lt;br /&gt;
&lt;br /&gt;
== NEMA 17 Motors ==&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-01.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Insert the belt about 60 mm into the slot nearest the tapped hole, teeth facing away from the hole.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-02.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-03.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the second slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-04.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Pressing on the small loop between the second and third slot with a finger, pull on the long end of the belt, guiding the short end into the first slot too.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-05.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
The result should look like this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-06.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the free end of the belt through the top slot of the belt anchor, teeth down. (For the Y axis, it's the second slot from the top of the end plate.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-07.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Route the belt under the idlers and over and around the belt pulley. Thread it through the top slot of the opposite belt anchor. (For the Y axis, the second slot from the top of the end plate.) Make sure the tensioner at the opposite end is flush with the anchor plate. Pull on the free end of the belt to take up all the slack, and mark the belt where it exits the slot. (Permanent marker leaves a visible mark, even black on black.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-08.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Take the belt off the belt pulley so that you have more belt to work with. Slide it in a little more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-09.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt through the third slot of the belt anchor. (For the Y axis, this is the fourth slot from the top.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-10.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Thread the belt back through the middle slot.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-11.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
Line up the belt so that there's about 12 mm (six teeth) between the bottom slot and the mark on the belt. Holding the loop on the other side of the anchor with a finger, pull back on the belt, guiding the end so that it goes into the first slot. Check that the mark lines up with the top slot again. If it doesn't, loosen the belt, adjust its position in the second and third slots, and repeat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Belt-2-12.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
It should look like this from the other side, although your belt may be a little longer. You can trim it once you've tensioned the belt satisfactorily.&lt;br /&gt;
&lt;br /&gt;
Put the belt back on the idlers and pulley. It's easier to do the belt pulley first, then the idlers. If it's not possible to put the belt back on the pulley and idlers because it's too tight, redo the looping through the belt anchor, giving the belt 2&amp;amp;ndash;4&amp;amp;nbsp;mm of extra slack (1&amp;amp;ndash;2 teeth). If the belt has too much slack, redo the looping to take some up. The belt should be as short as possible while still able to be put back on the idlers and pulley.&lt;br /&gt;
&lt;br /&gt;
Put one M5&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;14&amp;amp;nbsp;mm screw in the top hole of the belt tensioner, and tighten it to force the tensioner apart from the anchor plate. This tightens the belt. The belt should be reasonably taut, but do not overdo it &amp;amp;mdash; the tensioner is tougher than the belt! Too tight a belt results in excessive friction, and premature wear of the belt and the bearings of the motor. However, a loose belt reduces precision, because it's a source of backlash.&lt;br /&gt;
&lt;br /&gt;
== Go To ==&lt;br /&gt;
&lt;br /&gt;
* Next step: [[EShapeoko 1.4 Assembly: Y Belts|Y belts]]&lt;br /&gt;
* Previous step: [[EShapeoko 1.4 Assembly: Z Rail|Z rail]]&lt;br /&gt;
* Back to [[EShapeoko 1.4 Assembly Instructions|assembly top page]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-11.jpg&amp;diff=971</id>
		<title>File:Belt-3-11.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-11.jpg&amp;diff=971"/>
		<updated>2016-09-29T13:25:20Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-12.jpg&amp;diff=970</id>
		<title>File:Belt-3-12.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-12.jpg&amp;diff=970"/>
		<updated>2016-09-29T13:25:20Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-10.jpg&amp;diff=969</id>
		<title>File:Belt-3-10.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-10.jpg&amp;diff=969"/>
		<updated>2016-09-29T13:25:19Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-09.jpg&amp;diff=968</id>
		<title>File:Belt-3-09.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-09.jpg&amp;diff=968"/>
		<updated>2016-09-29T13:25:12Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-08.jpg&amp;diff=967</id>
		<title>File:Belt-3-08.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-08.jpg&amp;diff=967"/>
		<updated>2016-09-29T13:25:12Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-07.jpg&amp;diff=966</id>
		<title>File:Belt-3-07.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-07.jpg&amp;diff=966"/>
		<updated>2016-09-29T13:25:11Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-03.jpg&amp;diff=965</id>
		<title>File:Belt-3-03.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-03.jpg&amp;diff=965"/>
		<updated>2016-09-29T13:25:07Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-06.jpg&amp;diff=964</id>
		<title>File:Belt-3-06.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-06.jpg&amp;diff=964"/>
		<updated>2016-09-29T13:25:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-05.jpg&amp;diff=963</id>
		<title>File:Belt-3-05.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-05.jpg&amp;diff=963"/>
		<updated>2016-09-29T13:23:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-04.jpg&amp;diff=962</id>
		<title>File:Belt-3-04.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-04.jpg&amp;diff=962"/>
		<updated>2016-09-29T13:23:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-02.jpg&amp;diff=961</id>
		<title>File:Belt-3-02.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-02.jpg&amp;diff=961"/>
		<updated>2016-09-29T13:23:47Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-01.jpg&amp;diff=960</id>
		<title>File:Belt-3-01.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-3-01.jpg&amp;diff=960"/>
		<updated>2016-09-29T13:23:41Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-12.jpg&amp;diff=959</id>
		<title>File:Belt-2-12.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-12.jpg&amp;diff=959"/>
		<updated>2016-09-29T13:22:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-11.jpg&amp;diff=958</id>
		<title>File:Belt-2-11.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-11.jpg&amp;diff=958"/>
		<updated>2016-09-29T13:22:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-10.jpg&amp;diff=957</id>
		<title>File:Belt-2-10.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-10.jpg&amp;diff=957"/>
		<updated>2016-09-29T13:22:50Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-09.jpg&amp;diff=956</id>
		<title>File:Belt-2-09.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-09.jpg&amp;diff=956"/>
		<updated>2016-09-29T13:22:49Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-08.jpg&amp;diff=955</id>
		<title>File:Belt-2-08.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-08.jpg&amp;diff=955"/>
		<updated>2016-09-29T13:22:44Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-07.jpg&amp;diff=954</id>
		<title>File:Belt-2-07.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-07.jpg&amp;diff=954"/>
		<updated>2016-09-29T13:22:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-06.jpg&amp;diff=953</id>
		<title>File:Belt-2-06.jpg</title>
		<link rel="alternate" type="text/html" href="http://amberspyglass.co.uk/w/index.php?title=File:Belt-2-06.jpg&amp;diff=953"/>
		<updated>2016-09-29T13:22:38Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>