<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://gicl.cs.drexel.edu/wiki-data/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://gicl.cs.drexel.edu/wiki-data/api.php?action=feedcontributions&amp;user=M+Castellani&amp;feedformat=atom</id>
		<title>GICLWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://gicl.cs.drexel.edu/wiki-data/api.php?action=feedcontributions&amp;user=M+Castellani&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Special:Contributions/M_Castellani"/>
		<updated>2013-05-19T07:06:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.2</generator>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:45:47Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Guide to Writing Wiki Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*Conclusion remarks&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
You must use this format (It's easier than MLA, so don't worry).&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
The beauty about Wiki is that if you don't know the code, you can steal it from someone's page that does. Feel free to click the &amp;quot;edit&amp;quot; links or tabs to view the code for sections or the pages respectively. Be weary about wrecking havoc on another's page. Each page can be rollbacked to a previous verison and your username is linked to all changes. Although you might think it's cool to go through and insert &amp;quot;MIKE RULES&amp;quot; throughout the page, I'm sure Dr. Lewis would not be pleased.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Here's a few tips on writing with Wiki:&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is a bracket &amp;quot;[&amp;quot; &amp;quot;]&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a brace &amp;quot;{&amp;quot; &amp;quot;}&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit.&lt;br /&gt;
*Whatever name you first type in is the name of the page. You can't change page names, only create new pages. Think before you create a new page.&lt;br /&gt;
*Don't worry about slashes or anything, all pages are located in the same directory. If I wanted to create a page called &amp;quot;MAE 277 Template&amp;quot; the code would be ''[[''MAE 277 Template'']]'' Note: Brackets are italicized to prevent creating a new page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs ''==''My favorite header''==''&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs ''===''My not-so-favorite header''===''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Bold text:&lt;br /&gt;
*Start line with &amp;quot;b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Be sure to end the line with &amp;quot;/b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; if you don't want the whole paragraph to be bold.&lt;br /&gt;
*Surround text to be bolded with three &amp;quot; ' &amp;quot; marks on either side. Or highlight the text and click the &amp;quot;B&amp;quot; button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Italics:&lt;br /&gt;
*&amp;quot;i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Don't forget to end with &amp;quot;/i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;&lt;br /&gt;
*Highlight the text and click the &amp;quot;I&amp;quot; button in the toolbar (It will put four &amp;quot; ' &amp;quot; on either side).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Media File Link|This is a broken link media file caption]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Media tags are indicated by &amp;quot;Media:&amp;quot;, images by &amp;quot;Image:&amp;quot; Broken links in red. Case is not important. Use the toolbar to get examples if you're not sure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple return (two blank lines), puts an extra blank line between lines of text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;quot;br&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; will break lines. They can also be used to separate section headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Finally, use the &amp;lt;i&amp;gt;&amp;quot;Show Preview&amp;quot;&amp;lt;/i&amp;gt; button on the bottom of the page to see how it looks before saving. It will allow you to catch and edit your errors without having to edit the page again. &amp;lt;b&amp;gt;Just don't forget to save it when you're really done.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1&lt;br /&gt;
! width=&amp;quot;400&amp;quot;|This is Column Header 2&lt;br /&gt;
! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (pixels) in header are used to designate the width of the column for the entire table. Text will wrap but it helps to control the layout. Height of the row is determined by the row's largest content&lt;br /&gt;
| A return and single vertical lines separate columns in rows. A double vertical line is necessary if you don't break up the text for cells.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text in the first two columns, but doesn't work for the third column. I don't know why. Adding the tag again to the beginning of the cell in question will center the text.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://gicl.cs.drexel.edu/wiki/Special:Imagelist Here's where you can view any uploaded files]&lt;br /&gt;
|[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]&lt;br /&gt;
[[Image:Camera disassembly 4.jpg|center|150px]]&lt;br /&gt;
&amp;lt;br&amp;gt;This is a resized image, not a thumbnail, but notice you can still click on it to get the full size.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.&lt;br /&gt;
|Make sure to end the table correctly (vertical line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:36:55Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*Conclusion remarks&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
You must use this format (It's easier than MLA, so don't worry).&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
The beauty about Wiki is that if you don't know the code, you can steal it from someone's page that does. Feel free to click the &amp;quot;edit&amp;quot; links or tabs to view the code for sections or the pages respectively. Be weary about wrecking havoc on another's page. Each page can be rollbacked to a previous verison and your username is linked to all changes. Although you might think it's cool to go through and insert &amp;quot;MIKE RULES&amp;quot; throughout the page, I'm sure Dr. Lewis would not be pleased.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Here's a few tips on writing with Wiki:&amp;lt;/b&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Bold text:&lt;br /&gt;
*Start line with &amp;quot;b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Be sure to end the line with &amp;quot;/b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; if you don't want the whole paragraph to be bold.&lt;br /&gt;
*Surround text to be bolded with three &amp;quot; ' &amp;quot; marks on either side. Or highlight the text and click the &amp;quot;B&amp;quot; button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Italics:&lt;br /&gt;
*&amp;quot;i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Don't forget to end with &amp;quot;/i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;&lt;br /&gt;
*Highlight the text and click the &amp;quot;I&amp;quot; button in the toolbar (It will put four &amp;quot; ' &amp;quot; on either side).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Media File Link|This is a broken link media file caption]]&lt;br /&gt;
&lt;br /&gt;
Media tags are indicated by &amp;quot;Media:&amp;quot;, images by &amp;quot;Image:&amp;quot; Broken links in red. Case is not important. Use the toolbar to get examples if you're not sure.&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple return (two blank lines), puts an extra blank line between lines of text.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;br&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; will break lines. They can also be used to separate section headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Finally, use the &amp;lt;i&amp;gt;&amp;quot;Show Preview&amp;quot;&amp;lt;/i&amp;gt; button on the bottom of the page to see how it looks before saving. It will allow you to catch and edit your errors without having to edit the page again. &amp;lt;b&amp;gt;Just don't forget to save it when you're really done.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1&lt;br /&gt;
! width=&amp;quot;400&amp;quot;|This is Column Header 2&lt;br /&gt;
! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (pixels) in header are used to designate the width of the column for the entire table. Text will wrap but it helps to control the layout. Height of the row is determined by the row's largest content&lt;br /&gt;
| A return and single vertical lines separate columns in rows. A double vertical line is necessary if you don't break up the text for cells.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text in the first two columns, but doesn't work for the third column. I don't know why. Adding the tag again to the beginning of the cell in question will center the text.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://gicl.cs.drexel.edu/wiki/Special:Imagelist Here's where you can view any uploaded files]&lt;br /&gt;
|[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]&lt;br /&gt;
[[Image:Camera disassembly 4.jpg|center|150px]]&lt;br /&gt;
&amp;lt;br&amp;gt;This is a resized image, not a thumbnail, but notice you can still click on it to get the full size.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.&lt;br /&gt;
|Make sure to end the table correctly (vertical line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:35:59Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* After Assembly */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*Conclusion remarks&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
The beauty about Wiki is that if you don't know the code, you can steal it from someone's page that does. Feel free to click the &amp;quot;edit&amp;quot; links or tabs to view the code for sections or the pages respectively. Be weary about wrecking havoc on another's page. Each page can be rollbacked to a previous verison and your username is linked to all changes. Although you might think it's cool to go through and insert &amp;quot;MIKE RULES&amp;quot; throughout the page, I'm sure Dr. Lewis would not be pleased.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Here's a few tips on writing with Wiki:&amp;lt;/b&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Bold text:&lt;br /&gt;
*Start line with &amp;quot;b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Be sure to end the line with &amp;quot;/b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; if you don't want the whole paragraph to be bold.&lt;br /&gt;
*Surround text to be bolded with three &amp;quot; ' &amp;quot; marks on either side. Or highlight the text and click the &amp;quot;B&amp;quot; button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Italics:&lt;br /&gt;
*&amp;quot;i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Don't forget to end with &amp;quot;/i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;&lt;br /&gt;
*Highlight the text and click the &amp;quot;I&amp;quot; button in the toolbar (It will put four &amp;quot; ' &amp;quot; on either side).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Media File Link|This is a broken link media file caption]]&lt;br /&gt;
&lt;br /&gt;
Media tags are indicated by &amp;quot;Media:&amp;quot;, images by &amp;quot;Image:&amp;quot; Broken links in red. Case is not important. Use the toolbar to get examples if you're not sure.&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple return (two blank lines), puts an extra blank line between lines of text.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;br&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; will break lines. They can also be used to separate section headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Finally, use the &amp;lt;i&amp;gt;&amp;quot;Show Preview&amp;quot;&amp;lt;/i&amp;gt; button on the bottom of the page to see how it looks before saving. It will allow you to catch and edit your errors without having to edit the page again. &amp;lt;b&amp;gt;Just don't forget to save it when you're really done.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1&lt;br /&gt;
! width=&amp;quot;400&amp;quot;|This is Column Header 2&lt;br /&gt;
! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (pixels) in header are used to designate the width of the column for the entire table. Text will wrap but it helps to control the layout. Height of the row is determined by the row's largest content&lt;br /&gt;
| A return and single vertical lines separate columns in rows. A double vertical line is necessary if you don't break up the text for cells.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text in the first two columns, but doesn't work for the third column. I don't know why. Adding the tag again to the beginning of the cell in question will center the text.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://gicl.cs.drexel.edu/wiki/Special:Imagelist Here's where you can view any uploaded files]&lt;br /&gt;
|[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]&lt;br /&gt;
[[Image:Camera disassembly 4.jpg|center|150px]]&lt;br /&gt;
&amp;lt;br&amp;gt;This is a resized image, not a thumbnail, but notice you can still click on it to get the full size.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.&lt;br /&gt;
|Make sure to end the table correctly (vertical line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:34:35Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* This is an example table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
The beauty about Wiki is that if you don't know the code, you can steal it from someone's page that does. Feel free to click the &amp;quot;edit&amp;quot; links or tabs to view the code for sections or the pages respectively. Be weary about wrecking havoc on another's page. Each page can be rollbacked to a previous verison and your username is linked to all changes. Although you might think it's cool to go through and insert &amp;quot;MIKE RULES&amp;quot; throughout the page, I'm sure Dr. Lewis would not be pleased.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Here's a few tips on writing with Wiki:&amp;lt;/b&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Bold text:&lt;br /&gt;
*Start line with &amp;quot;b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Be sure to end the line with &amp;quot;/b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; if you don't want the whole paragraph to be bold.&lt;br /&gt;
*Surround text to be bolded with three &amp;quot; ' &amp;quot; marks on either side. Or highlight the text and click the &amp;quot;B&amp;quot; button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Italics:&lt;br /&gt;
*&amp;quot;i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Don't forget to end with &amp;quot;/i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;&lt;br /&gt;
*Highlight the text and click the &amp;quot;I&amp;quot; button in the toolbar (It will put four &amp;quot; ' &amp;quot; on either side).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Media File Link|This is a broken link media file caption]]&lt;br /&gt;
&lt;br /&gt;
Media tags are indicated by &amp;quot;Media:&amp;quot;, images by &amp;quot;Image:&amp;quot; Broken links in red. Case is not important. Use the toolbar to get examples if you're not sure.&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple return (two blank lines), puts an extra blank line between lines of text.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;br&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; will break lines. They can also be used to separate section headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Finally, use the &amp;lt;i&amp;gt;&amp;quot;Show Preview&amp;quot;&amp;lt;/i&amp;gt; button on the bottom of the page to see how it looks before saving. It will allow you to catch and edit your errors without having to edit the page again. &amp;lt;b&amp;gt;Just don't forget to save it when you're really done.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1&lt;br /&gt;
! width=&amp;quot;400&amp;quot;|This is Column Header 2&lt;br /&gt;
! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (pixels) in header are used to designate the width of the column for the entire table. Text will wrap but it helps to control the layout. Height of the row is determined by the row's largest content&lt;br /&gt;
| A return and single vertical lines separate columns in rows. A double vertical line is necessary if you don't break up the text for cells.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text in the first two columns, but doesn't work for the third column. I don't know why. Adding the tag again to the beginning of the cell in question will center the text.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://gicl.cs.drexel.edu/wiki/Special:Imagelist Here's where you can view any uploaded files]&lt;br /&gt;
|[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]&lt;br /&gt;
[[Image:Camera disassembly 4.jpg|center|150px]]&lt;br /&gt;
&amp;lt;br&amp;gt;This is a resized image, not a thumbnail, but notice you can still click on it to get the full size.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.&lt;br /&gt;
|Make sure to end the table correctly (vertical line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:28:21Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* This is an example table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
The beauty about Wiki is that if you don't know the code, you can steal it from someone's page that does. Feel free to click the &amp;quot;edit&amp;quot; links or tabs to view the code for sections or the pages respectively. Be weary about wrecking havoc on another's page. Each page can be rollbacked to a previous verison and your username is linked to all changes. Although you might think it's cool to go through and insert &amp;quot;MIKE RULES&amp;quot; throughout the page, I'm sure Dr. Lewis would not be pleased.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Here's a few tips on writing with Wiki:&amp;lt;/b&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Bold text:&lt;br /&gt;
*Start line with &amp;quot;b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Be sure to end the line with &amp;quot;/b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; if you don't want the whole paragraph to be bold.&lt;br /&gt;
*Surround text to be bolded with three &amp;quot; ' &amp;quot; marks on either side. Or highlight the text and click the &amp;quot;B&amp;quot; button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Italics:&lt;br /&gt;
*&amp;quot;i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Don't forget to end with &amp;quot;/i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;&lt;br /&gt;
*Highlight the text and click the &amp;quot;I&amp;quot; button in the toolbar (It will put four &amp;quot; ' &amp;quot; on either side).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Media File Link|This is a broken link media file caption]]&lt;br /&gt;
&lt;br /&gt;
Media tags are indicated by &amp;quot;Media:&amp;quot;, images by &amp;quot;Image:&amp;quot; Broken links in red. Case is not important. Use the toolbar to get examples if you're not sure.&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple return (two blank lines), puts an extra blank line between lines of text.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;br&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; will break lines. They can also be used to separate section headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Finally, use the &amp;lt;i&amp;gt;&amp;quot;Show Preview&amp;quot;&amp;lt;/i&amp;gt; button on the bottom of the page to see how it looks before saving. It will allow you to catch and edit your errors without having to edit the page again. &amp;lt;b&amp;gt;Just don't forget to save it when you're really done.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (pixels) in header are used to designate the width of the column for the entire table. Text will wrap but it helps to control the layout. || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||align=&amp;quot;center&amp;quot;|Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text in the first two columns, but doesn't work for the third column. I don't know why. Adding the tag again to the beginning of the cell in question will center the text.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://gicl.cs.drexel.edu/wiki/Special:Imagelist Here's where you can view any uploaded files]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail, but notice you can still click on it to get the full size.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (vertical line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:22:45Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Guide to Writing Wiki Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
The beauty about Wiki is that if you don't know the code, you can steal it from someone's page that does. Feel free to click the &amp;quot;edit&amp;quot; links or tabs to view the code for sections or the pages respectively. Be weary about wrecking havoc on another's page. Each page can be rollbacked to a previous verison and your username is linked to all changes. Although you might think it's cool to go through and insert &amp;quot;MIKE RULES&amp;quot; throughout the page, I'm sure Dr. Lewis would not be pleased.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Here's a few tips on writing with Wiki:&amp;lt;/b&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Bold text:&lt;br /&gt;
*Start line with &amp;quot;b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Be sure to end the line with &amp;quot;/b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; if you don't want the whole paragraph to be bold.&lt;br /&gt;
*Surround text to be bolded with three &amp;quot; ' &amp;quot; marks on either side. Or highlight the text and click the &amp;quot;B&amp;quot; button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Italics:&lt;br /&gt;
*&amp;quot;i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Don't forget to end with &amp;quot;/i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;&lt;br /&gt;
*Highlight the text and click the &amp;quot;I&amp;quot; button in the toolbar (It will put four &amp;quot; ' &amp;quot; on either side).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Media File Link|This is a broken link media file caption]]&lt;br /&gt;
&lt;br /&gt;
Media tags are indicated by &amp;quot;Media:&amp;quot;, images by &amp;quot;Image:&amp;quot; Broken links in red. Case is not important. Use the toolbar to get examples if you're not sure.&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple return (two blank lines), puts an extra blank line between lines of text.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;br&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; will break lines. They can also be used to separate section headers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Finally, use the &amp;lt;i&amp;gt;&amp;quot;Show Preview&amp;quot;&amp;lt;/i&amp;gt; button on the bottom of the page to see how it looks before saving. It will allow you to catch and edit your errors without having to edit the page again. &amp;lt;b&amp;gt;Just don't forget to save it when you're really done.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:20:01Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Guide to Writing Wiki Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
The beauty about Wiki is that if you don't know the code, you can steal it from someone's page that does. Feel free to click the &amp;quot;edit&amp;quot; links or tabs to view the code for sections or the pages respectively. Be weary about wrecking havoc on another's page. Each page can be rollbacked to a previous verison and your username is linked to all changes. Although you might think it's cool to go through and insert &amp;quot;MIKE RULES&amp;quot; throughout the page, I'm sure Dr. Lewis would not be pleased.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Here's a few tips on writing with Wiki:&amp;lt;/b&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Bold text:&lt;br /&gt;
*Start line with &amp;quot;b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Be sure to end the line with &amp;quot;/b&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; if you don't want the whole paragraph to be bold.&lt;br /&gt;
*Surround text to be bolded with three &amp;quot; ' &amp;quot; marks on either side. Or highlight the text and click the &amp;quot;B&amp;quot; button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
Italics:&lt;br /&gt;
*&amp;quot;i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;. Don't forget to end with &amp;quot;/i&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot;&lt;br /&gt;
*Highlight the text and click the &amp;quot;I&amp;quot; button in the toolbar (It will put four &amp;quot; ' &amp;quot; on either side).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Media File Link|This is a broken link media file caption]]&lt;br /&gt;
&lt;br /&gt;
Media tags are indicated by &amp;quot;Media:&amp;quot;, images by &amp;quot;Image:&amp;quot; Broken links in red. Case is not important. Use the toolbar to get examples if you're not sure.&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple return (two blank lines), puts an extra blank line between lines of text.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;br&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; will break lines. They can also be used to separate section headers.&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:08:54Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Guide to Writing Wiki Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;br&amp;quot; in &amp;quot;&amp;lt;&amp;gt;&amp;quot; will break lines. They can also be used to separate section headers.&lt;br /&gt;
&lt;br /&gt;
[[Media:Media File Link|This is a broken media file caption]]&lt;br /&gt;
&lt;br /&gt;
Media tags are incidates by &amp;quot;Media:&amp;quot;, images by &amp;quot;Image:&amp;quot; Broken links in red. Case is not important.&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:05:58Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:05:48Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T22:04:54Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Guide to Writing Wiki Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
To create a new page/link within Wiki:&lt;br /&gt;
*Double brackets, page name, double brackets&lt;br /&gt;
*Typing in a new page name will automatically create a page, which when clicked, you can then edit&lt;br /&gt;
&lt;br /&gt;
Your table of contents is created automatically.&lt;br /&gt;
*1,2,3,4 are level 2 sections&lt;br /&gt;
*1.1, 1.2, 1.3 are level 3 headers&lt;br /&gt;
&lt;br /&gt;
To create headers:&lt;br /&gt;
*Section titles are wrapped with two equal signs (two on each side)&lt;br /&gt;
*Bold headers within a section are wrapped with three equal signs&lt;br /&gt;
&lt;br /&gt;
Asterisks indicate bullets. Be sure to put each asterisk on a new line. &lt;br /&gt;
*Here's one&lt;br /&gt;
*Here's two *Here's three, but its not on the next line&lt;br /&gt;
&lt;br /&gt;
Spacing is werid in wiki. &lt;br /&gt;
Single return does nothing.&lt;br /&gt;
&lt;br /&gt;
Double return (blank line), breaks the line.&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T21:56:44Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Guide to Writing Wiki Code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T21:56:29Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* After Disassembly */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T21:56:15Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;br /&gt;
&lt;br /&gt;
===Guide to Writing Wiki Code===&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T21:55:44Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* After Assembly */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
*Does it still work?&lt;br /&gt;
*If not, why?&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T21:55:14Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* This is an example table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T21:54:41Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Before Disassembly Section */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
General notes about the product (it's condition, how it works, how many parts, types of materials, etc)&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T21:54:05Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* This is an example table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values (in pixels) in header are used to designate the width of the column || Double vertical lines separate columns in rows.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignores blank lines.||Some html tags can be used, but not many. Notice the align equals center tag at the beginning of the row. It centers the text, but doesn't work for the third column. I don't know why.&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Broken links show up in red.&lt;br /&gt;
&amp;lt;br&amp;gt;[[Image:This is a broken link|center|thumb|150px]]&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important. A vertical line and a dash indicate the start of a new row. An exclamation point indicates the first column. You can put the entire row onto a single line, but it's easier to read if you break it up. Again, wiki usually ignores new paragraphs.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class</id>
		<title>Template for UB MAE 277 Class</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Template_for_UB_MAE_277_Class"/>
				<updated>2006-09-18T21:45:42Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Executive Summary==&lt;br /&gt;
&lt;br /&gt;
This section is much like an abstract and summarizes the entire report&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This section should include an introduction of the product and a brief description of group members (i.e. who was responsible for which sections or tasks)&lt;br /&gt;
&lt;br /&gt;
==Before Disassembly Section==&lt;br /&gt;
&lt;br /&gt;
==Disassembly Procedure==&lt;br /&gt;
&lt;br /&gt;
*Document each step to disassemble the product&lt;br /&gt;
*How difficult was each disassembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
*Include a picture of each disassembly step&lt;br /&gt;
&lt;br /&gt;
==After Disassembly==&lt;br /&gt;
&lt;br /&gt;
===Part Table, including:===&lt;br /&gt;
*Part number&lt;br /&gt;
*Part name&lt;br /&gt;
*Number of parts of this type&lt;br /&gt;
*Part material&lt;br /&gt;
*Part manufacturing process&lt;br /&gt;
*Image of the part&lt;br /&gt;
*CAD file for selected parts&lt;br /&gt;
&lt;br /&gt;
===This is an example table===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''This is the table title'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|This is Column Header 1 !! width=&amp;quot;400&amp;quot;|This is Column Header 2 !! width=&amp;quot;200&amp;quot;|This is Column Header 3&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Width values in header are used to designate the width of the column || Double vertical lines separate columns&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|&amp;quot;br&amp;quot; in brackets&amp;lt;br&amp;gt; break lines. Wiki sometimes ignored blank lines.||Some html tags can be used, but not many&lt;br /&gt;
|-&lt;br /&gt;
! This starts Row 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Image tags are in this format:&lt;br /&gt;
&amp;lt;br&amp;gt;Double brackets &amp;quot;[[&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;Image name&lt;br /&gt;
&amp;lt;br&amp;gt;| = Vertical Line&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;The following order is not important, as long as each is separated by a vertical line:&lt;br /&gt;
*Horizontal position (left, center, right)&lt;br /&gt;
*Thumb (to create clickable thumbnail that links to fullsize image), don't include to make a fullsize&lt;br /&gt;
*Size denoted in pixels (if desired)&lt;br /&gt;
*You can add a caption if there is a thumbnail&lt;br /&gt;
&amp;lt;br&amp;gt;Then close with double brackets &amp;quot;]]&amp;quot;&lt;br /&gt;
||[[Image:Camera disassembly 2.jpg|center|thumb|150px|This is thumbnail]]     [[Image:Camera disassembly 4.jpg|center|150px]] &amp;lt;br&amp;gt;This is a resized image, not a thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! This starts row 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Notice the repeating code for every row? It's important.||Make sure to end the table correctly (verticle line and closed brace). Not doing so might still display the table, but nothing that comes afterwards.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
&lt;br /&gt;
*Document each step to reassemble the product&lt;br /&gt;
*How difficult was each assembly step?&lt;br /&gt;
*What types of tools were required to perform this step?&lt;br /&gt;
&lt;br /&gt;
==After Assembly==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
[http://www.apastyle.org/ APA Style]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Reverse_Engineering_Case_Studies</id>
		<title>Reverse Engineering Case Studies</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Reverse_Engineering_Case_Studies"/>
				<updated>2006-09-18T21:07:23Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Products ==&lt;br /&gt;
&lt;br /&gt;
[[Dewalt DW217 Drill]]&lt;br /&gt;
&lt;br /&gt;
[[Kodak Waterproof Disposable Camera]]&lt;br /&gt;
&lt;br /&gt;
[[Machined Boxes]]&lt;br /&gt;
&lt;br /&gt;
[[Mr. Coffee TFX20 Coffee Maker]]&lt;br /&gt;
&lt;br /&gt;
[[RCA RP-7902A CD Player]]&lt;br /&gt;
&lt;br /&gt;
[[Robotic Snake]]&lt;br /&gt;
&lt;br /&gt;
[[See N Say Toy]]&lt;br /&gt;
&lt;br /&gt;
[[Toastmaster Hand-Held Mixer]]&lt;br /&gt;
&lt;br /&gt;
== Tutorial ==&lt;br /&gt;
&lt;br /&gt;
[[Alibre Design]]&lt;br /&gt;
&lt;br /&gt;
[[Minolta Vivid 910 3D Scanner]]&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
&lt;br /&gt;
[[Template for UB MAE 277 Class]]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Kodak_Waterproof_One-Time-Use_Camera</id>
		<title>Kodak Waterproof One-Time-Use Camera</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Kodak_Waterproof_One-Time-Use_Camera"/>
				<updated>2006-09-10T23:47:37Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Disassembly */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
{{drawings}}&lt;br /&gt;
{{CAD_Models}}&lt;br /&gt;
{{Scanned}}&lt;br /&gt;
&lt;br /&gt;
[[Image:DSCN0166.JPG|right|thumb|300px|Figure 1: Fully assembled product]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This product is a one-time use disposable, waterproof camera manufactured by Kodak. It has 23 distinct parts with the majority being made of ABS Plastic and by injection molding.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The disposable camera is all mechanical with no electrical components (the exception is a camera with a flash, where a circuit board and battery are included, but that is not the case in this model). &lt;br /&gt;
&lt;br /&gt;
When the photographer depresses the shutter button (which is actually just an extension of the &amp;quot;Viewfinder&amp;quot;), the button moves the &amp;quot;Shutter Lever&amp;quot; to one side, rotating the &amp;quot;Shutter&amp;quot; until the &amp;quot;Shutter Spring&amp;quot; forces the &amp;quot;Shutter Lever&amp;quot; to return to a halfway position. The &amp;quot;Shutter&amp;quot; cannot be rotated again until the &amp;quot;Shutter Lever&amp;quot; is reset. The &amp;quot;Shutter&amp;quot; remains open for only a fraction of a second, as the &amp;quot;Shutter Spring&amp;quot; retracts it as soon as the &amp;quot;Shutter Lever&amp;quot; passes, allowing light to pass through both lenses to the exposed film. During the &amp;quot;Shutter Lever&amp;quot; movement, the &amp;quot;Camshaft&amp;quot; is offset slightly by an extension from the &amp;quot;Shutter Lever&amp;quot; which releases the &amp;quot;Film Advance Lock.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
With the picture taken, the photographer winds the &amp;quot;Film Advance Wheel&amp;quot; which rolls up film into the &amp;quot;Film Canister&amp;quot; and clicks off numbers on the &amp;quot;Frame Counter.&amp;quot; The film is slotted onto the &amp;quot;Sprocket&amp;quot; which is joined to the &amp;quot;Camshaft&amp;quot; causing both to rotate with the film. When the &amp;quot;Camshaft&amp;quot; rotates a complete cycle, the &amp;quot;Shutter Lever&amp;quot; is reset and the &amp;quot;Film Advance Lock&amp;quot; returns to its original position preventing operation of the &amp;quot;Film Advance Wheel&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
The purpose of the &amp;quot;Exterior Front&amp;quot; and &amp;quot;Exterior Back&amp;quot; covers are to protect the camera from the elements. The &amp;quot;Outside Film Advance&amp;quot; allows the rotation of the &amp;quot;Film Advance Wheel&amp;quot; despite the exterior covers. The &amp;quot;Washer&amp;quot; seals the hole between the &amp;quot;Outside Film Advance&amp;quot; shaft and the &amp;quot;Film Advance Wheel&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Lens Holder&amp;quot; and &amp;quot;Eyehole Holder&amp;quot; serve to hold their respective components in place. The &amp;quot;Eyehole Cover&amp;quot; allows only a small fraction of the incoming light to be focused on the &amp;quot;Inner Lens&amp;quot; giving a sharper, clearer image.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
&lt;br /&gt;
The table belows lists the Bill of Materials for the disposable camera:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 3.1: Disposable Camera Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Back Interior &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera back interior.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Back Plastic Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|[[Image:Camera Back Exterior Cover.JPG|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Camshaft &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Camshaft.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Eyehole for Shutter &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Eyehole.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Advance Gear &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Film Advance.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Advance Lock&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Advance Lock.JPG|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Canister&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied &lt;br /&gt;
| [[Image:FilmCanister.jpg |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Spindle &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Spindle.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Frame Counter &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Frame Counter.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Front Interior &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera front interior.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Front Plastic Cover &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic and Rubber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding and Molding &lt;br /&gt;
| [[Image:Camera front exterior.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Inner Lens &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Inner Lens.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Interior Body &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Interior.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Lens Holder &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Lens Holder.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Outer Lens&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Outer Lens.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Outside Film Advance &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Exterior film advance.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shutter &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stamping&lt;br /&gt;
| [[Image:Camera Shutter.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shutter Lever &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Shutter Lever.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shutter Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Camera shutter spring.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Spring for Shutter Lever &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Camera Shutter Lever Spring.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprocket &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Sprocket.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Viewfinder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Viewfinder.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Washer &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| [[Image:Camera Washer.JPG  |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
The ease of disassembly (ranked on a scale of 1 - 5 with five being the most difficult) is ranked at 2. No tools are required for disassembly but a flathead screwdriver or knife helps.&lt;br /&gt;
&lt;br /&gt;
The following table lists the steps and procedures for disassembly:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 4.1: Disassembly of a Disposable Camera'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|Step !! width=&amp;quot;400&amp;quot;|Procedure !! width=&amp;quot;200&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pop film advance wheel up and &amp;lt;br&amp;gt;out from body; separate covers || [[Image:Camera Cover Disassembly.jpg|center|thumb|150px|Figure 5.1: Exterior Disassembly]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Remove film canister and film spindle||[[Image:Camera disassembly 5.jpg|center|thumb|150px|Figure 5.2: Large Component Removal]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Remove lens holder, outer lens, shutter cap, &amp;lt;br&amp;gt;shutter spring, shutter, eyehole, and inner lens||[[Image:Camera disassembly 2.jpg|center|thumb|150px|Figure 5.3: Lens Assembly Dissection]]     [[Image:Camera disassembly 4.jpg|center|thumb|150px|Figure 5.4: Lens Assembly Dissection View 2]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Remove viewfinder, frame counter, internal film &amp;lt;br&amp;gt;advance wheel, shutter lever, advance lock, camshaft, &amp;lt;br&amp;gt;lever spring, and sprocket||[[Image:Camera disassembly 3.jpg|center|thumb|150px|Figure 5.5: Final Component Removal]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[media:Camera Animated Dissection.wmv|Animated Disassembly of Camera (.wmv)]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right-click on the link and select &amp;quot;Save As&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[media:Camera_Dissection.wmv|Video Disassembly of Camera (.wmv)]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right-click on the link and select &amp;quot;Save As&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Files ==&lt;br /&gt;
&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models - Alibre Parts Only.zip|3D Models as Alibre Design AD_PRT]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera - 3D Models in STEP Format.zip|3D Models in STEP Format]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models as ACIS format.zip|3D Models in ACIS Format]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models as IGS Format.zip|3D Models in IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models as STL format.zip|3D Models in STL Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 2D Files.zip|2D Alibre Drawings (.AD_DRW)]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 2D Drawings in STP format.zip|2D Drawings in STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Camera Assembly===&lt;br /&gt;
&lt;br /&gt;
[[media:Camera Assembly.zip|Camera Assembly as ACIS, STL, STP, and Alibre]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.1: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Back Interior &lt;br /&gt;
| [[Image:Camera back interior.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Back Interior.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Back Interior 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Back Plastic Cover&lt;br /&gt;
| [[Image:Camera Back Exterior Cover.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3D Back Plastic Cover.zip |3D Package]]&lt;br /&gt;
| [[media:Camera Back Plastic Cover 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Camshaft &lt;br /&gt;
| [[Image:Camera Camshaft.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Camshaft.zip |3D Package]]&lt;br /&gt;
| [[media:Camera Camshaft 2D Packaged Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Eyehole for Shutter  &lt;br /&gt;
| [[Image:Camera Eyehole.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Eyehole for Shutter.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Eyehole Cover 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Advance Gear &lt;br /&gt;
| [[Image:Camera Film Advance.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Advance.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Advance 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Advance Lock&lt;br /&gt;
| [[Image:Camera Advance Lock.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Advance Lock (plastic 2).zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Advance Lock 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Canister&lt;br /&gt;
| [[Image:FilmCanister.jpg |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Canister.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Canister 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Spindle &lt;br /&gt;
| [[Image:Camera Spindle.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Spindle.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Spindle 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Frame Counter &lt;br /&gt;
| [[Image:Camera Frame Counter.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Frame Counter.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Frame Counter 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Interior &lt;br /&gt;
| [[Image:Camera front interior.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Front Interior.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Front Interior 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Plastic Cover &lt;br /&gt;
| [[Image:Camera front exterior.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Front Plastic Cover.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Front Plastic Cover v2 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inner Lens &lt;br /&gt;
| [[Image:Camera Inner Lens.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Inner Lens.zip|3D Package]]&lt;br /&gt;
| [[media:Camera_Inner_Lens_2D_Package.zip.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Interior Body &lt;br /&gt;
| [[Image:Camera Interior.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Interior.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Interior Body 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Lens Holder &lt;br /&gt;
| [[Image:Camera Lens Holder.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Lens Holder.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Lens Holder 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outer Lens&lt;br /&gt;
| [[Image:Camera Outer Lens.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Outer Lens.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Outer Lens 2D Packaged Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outside Film Advance &lt;br /&gt;
| [[Image:Camera Exterior film advance.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Outside Film Advance.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Outside Film Advance 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shutter &lt;br /&gt;
| [[Image:Camera Shutter.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Shutter.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Outside Film Advance 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shutter Lever &lt;br /&gt;
| [[Image:Camera Shutter Lever.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Shutter Lever.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Shutter Lever 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shutter Spring&lt;br /&gt;
| [[Image:Camera shutter spring.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Shutter Spring.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Shutter Spring 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring for Shutter Lever &lt;br /&gt;
| [[Image:Camera Shutter Lever Spring.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Spring for Plastic.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Spring for Lever 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sprocket &lt;br /&gt;
| [[Image:Camera Sprocket.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Sprocket.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Sprocket 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Viewfinder&lt;br /&gt;
| [[Image:Camera Viewfinder.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Top Clear piece.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Viewfinder Holder 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Washer &lt;br /&gt;
| [[Image:Camera Washer.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Washer.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Washer 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.2: Point and Mesh Clouds Available for Download'''&lt;br /&gt;
&amp;lt;br&amp;gt;''(Zipped .wrp format)''&lt;br /&gt;
! width=&amp;quot;300&amp;quot;|Image !! width=&amp;quot;200&amp;quot;|Link&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Front exterior - merged.jpg|center|thumb|200px|Figure 5.1 Front Exterior Scan]]&lt;br /&gt;
| Gave to Dave&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Front Interior - merged.jpg|center|thumb|200px|Figure 5.2 Front Interior Scan]]&lt;br /&gt;
| Gave to Dave&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Back Exterior - Front.jpg |center|thumb|200px|Figure 5.3 Rear Exterior Scan (Front View)]]&lt;br /&gt;
[[Image:Camera Back Exterior - Back.jpg|center|thumb|200px|Figure 5.4 Rear Exterior Scan (Back View)]]&lt;br /&gt;
| Gave to Dave&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Back Cover Scan.jpg|center|thumb|200px|Figure 5.4 Rear Interior Scan]]&lt;br /&gt;
| [[media:Camera Back Cover - wrp.zip|WRP Scan Files]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
[http://kodak.com/eknec/PageQuerier.jhtml?pq-path=2/3/9/1026&amp;amp;pq-locale=en_US Other Kodak One-Time-Use Cameras]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Camera_Dissection.wmv</id>
		<title>File:Camera Dissection.wmv</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Camera_Dissection.wmv"/>
				<updated>2006-09-10T23:45:29Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: Video of manual dissection&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Video of manual dissection&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/See_N_Say_Toy</id>
		<title>See N Say Toy</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/See_N_Say_Toy"/>
				<updated>2006-08-30T16:48:18Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Disassembly */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
{{drawings}}&lt;br /&gt;
{{CAD_Models}}&lt;br /&gt;
&lt;br /&gt;
[[Image:See B7593 b 2.jpg|right|thumb|300px|Figure 1: Fully assembled product]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
See N Say is a children's toy where the user pulls a lever causing the wheel to spin and play animal noises. It has 38 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
When the input lever of the See 'N Say toy is pulled down it also moves the rack gear inside the toy.  The rack gear then engages with the voice activation bar which raises the activation gear up.  The activation gear has a little protrusion on it which, when raised by the voice activation bar, engages with the main circuit board and produces the proper output sound through the speaker.  &lt;br /&gt;
&lt;br /&gt;
To produce different letter sounds one must turn the red flipper over.  When the flipper is flipped over, a different set of outputs is prodcued corresponding to the letters on the flipper.  This is done by switching the contact on the letter circuit board inside the bottom flipper hold down fixture.&lt;br /&gt;
&lt;br /&gt;
The purpose of the flywheel in the See 'N Say toy is to allow for a slower return of the input handle after the handle is pulled.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
Below is a table listing all parts included in the See N Say and their properties.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 3.1: See N Say Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Activation Gear.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Insert&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:See Activation Gear Insert.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:See Activation Gear Spring.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Battery Back.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back Gasket&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| [[Image:See Battery Back Gasket.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Blue Contact Support&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Blue Contact Support.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fiberglass, copper, lead&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding, casting, forming&lt;br /&gt;
| [[Image:See Circuit Board.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Circuit Board Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flipper.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flipper Hold Down.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold Down with Metal Contact&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Injection Molding&lt;br /&gt;
| [[Image:See Flipper Hold Down (with Metal Contact).tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Insert&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flipper Insert.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flywheel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flywheel.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Front Casing.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Gear Train.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Gear Train Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Handle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Input Handle.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Return Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:See Input Return Spring.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Pan Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Large pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Circuit Board Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:See Letter Circuit Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Switch Circuit Board&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic, Copper, Lead &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding, Forming&lt;br /&gt;
| [[Image:See Letter Switch Circuit Board.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Medium Pan Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Medium pan head screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Contact&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Metal Contact.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outer Housing Pan Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Outer housing pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Gear.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Setter.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Setter Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Setter Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Rack Gear.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Rack Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rear Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Rear Housing.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Flat Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|5 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Small flat head screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Pan Washer Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Small pan washer head screw.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel, Copper, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining, Forming, Injection Molding&lt;br /&gt;
| [[Image:See Speaker.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Speaker mount.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Spinner.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Spinner Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Voice Activation Bar&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Voice Activation Bar.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[Media:Seensay Dissection Animation.wmv|See N Say Animated Disassembly]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on link and use &amp;quot;Save as&amp;quot; to download&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Disassembly Video.wmv|See N Say Disassembly Video]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on link and use &amp;quot;Save as&amp;quot; to download&lt;br /&gt;
&lt;br /&gt;
===Step by Step Disassembly===&lt;br /&gt;
See N Say Body:&amp;lt;br&amp;gt;&lt;br /&gt;
*Remove battery back screw and battery back in addition to any batteries&lt;br /&gt;
*Unscrew all outer housing screws from See N Say body&lt;br /&gt;
*Separate rear housing from body&lt;br /&gt;
*Remove screws from speaker assembly&lt;br /&gt;
*Remove speaker assembly from body&lt;br /&gt;
*While holding input return spring, unscrew screws holding spring in place and remove from body&lt;br /&gt;
*Unscrew gear train hold down fixture from body&lt;br /&gt;
*Remove gear train assembly from body&lt;br /&gt;
*Separate flywheel and stacked gear from body&lt;br /&gt;
*Unscrew activation gear assembly from body&lt;br /&gt;
*Remove activation gear spring, activation gear, activation gear insert, voice activation bar, and spinner from body&lt;br /&gt;
*Unscrew flipper hold down fixtures and remove from body&lt;br /&gt;
*Unscrew fasteners holding See N Say label in place and remove label from body&lt;br /&gt;
*Holding tips of spring in place, remove flipper fasteners, then remove the flipper&lt;br /&gt;
&lt;br /&gt;
Letter Circuit Board Assembly:&amp;lt;br&amp;gt;&lt;br /&gt;
*Unscrew plate, circuit board and separate&lt;br /&gt;
*Remove blue support and metal contact&lt;br /&gt;
&lt;br /&gt;
Gear Train Hold Down Fixture:&amp;lt;br&amp;gt;&lt;br /&gt;
*Unscrew metal support plate and remove&lt;br /&gt;
*Remove screw holding main circuit board&lt;br /&gt;
*Remove circuit board and metal plate &lt;br /&gt;
*Separate rack gear from assembly&lt;br /&gt;
*Remove pinion gear, pinion gear insert, spring hold down fixture, and spring&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - Alibre 3D Models.zip|3D Albire AD_PRT Files]] &lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - 3D Models in STEP Format.zip|3D Models in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - 3D models in ACIS Format.zip|3D Models in ACIS format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - 3D IGS Files.zip|3D Models in IGS format]]&lt;br /&gt;
&lt;br /&gt;
STL too big to upload - gave to Dave&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say all 2D AD DRW.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say all 2D TIFF.zip|2D Drawings as TIFF Pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===See N Say Assemblies===&lt;br /&gt;
''Alibre ASM, STP, STL, ACIS formats''&lt;br /&gt;
&lt;br /&gt;
[[Media:See Activation Gear Assembly.zip|Activation Gear Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Circuit Board Assembly.zip|Circuit Board Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Flipper Hold Down Assembly.zip|Flipper Hold Down Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Flipper with Metal Assembly.zip|Flipper with Metal Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Main Assembly.zip|Full See N Say Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Metal Contact and Support Assembly.zip|Metal Contact and Support Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Rack Pinion and Circuit Board Assembly.zip|Rack Pinion and Circuit Board Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Rear Assembly.zip|Rear Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Speaker Assembly.zip|Speaker Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.1: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear&lt;br /&gt;
| [[Image:See Activation Gear.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Activation Gear.zip|3D Package]]&lt;br /&gt;
| [[media:See 2D Activation Gear Drawing.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Insert&lt;br /&gt;
| [[Image:See Activation Gear Insert.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See Activation Gear Insert.zip|3D Package]]&lt;br /&gt;
| [[media:See Activation Gear Insert 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Spring&lt;br /&gt;
| [[Image:See Activation Gear Spring.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See Activation Gear Spring.zip |3D Package]]&lt;br /&gt;
| [[media:See Activation Gear Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back&lt;br /&gt;
| [[Image:See Battery Back.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Battery Back.zip|3D Package]]&lt;br /&gt;
| [[media:See 2D Battery Back.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back Gasket&lt;br /&gt;
| [[Image:See Battery Back Gasket.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Battery Back Gasket.zip |3D Package]]&lt;br /&gt;
| [[media:See Battery Back Gasket 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Blue Contact Support&lt;br /&gt;
| [[Image:See Blue Contact Support.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Blue Contact Support.zip |3D Package]]&lt;br /&gt;
| [[media:See Blue Contact Support 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board&lt;br /&gt;
| [[Image:See Circuit Board.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Circuit Board.zip |3D Package]]&lt;br /&gt;
| [[media:See Circuit Board 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board Hold Down Fixture&lt;br /&gt;
| [[Image:See Circuit Board Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Circuit Board Hold Down Fixture.zip|3D Package]]&lt;br /&gt;
| [[media:See Circuit Board Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper&lt;br /&gt;
| [[Image:See Flipper.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold Down Fixture&lt;br /&gt;
| [[Image:See Flipper Hold Down.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper Hold Down.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold with Metal Contact&lt;br /&gt;
| [[Image:See Flipper Hold Down (with Metal Contact).tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper with metal.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper Hold Down (With metal).zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Insert&lt;br /&gt;
| [[Image:See Flipper Insert.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper with metal.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper Insert.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flywheel&lt;br /&gt;
| [[Image:See Flywheel.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flywheel.zip|3D Package]]&lt;br /&gt;
| [[media:See Flywheel.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Casing&lt;br /&gt;
| [[Image:See Front Casing.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Front Casing.zip|3D Package]]&lt;br /&gt;
| [[media:See Front Casing 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train&lt;br /&gt;
| [[Image:See Gear Train.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See N Say Toy - Gear Train.zip|3D Package]]&lt;br /&gt;
| [[media:See Gear Train 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train Hold Down Fixture&lt;br /&gt;
| [[Image:See Gear Train Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See N Say Toy - Gear Train Hold Down Fixture.zip |3D Package]]&lt;br /&gt;
| [[media:See Gear Train Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Handle&lt;br /&gt;
| [[Image:See Input Handle.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Input Handle.zip |3D Package]]&lt;br /&gt;
| [[media:See Input Handle.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Return Spring&lt;br /&gt;
| [[Image:See Input Return Spring.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Input Return Spring.zip|3D Package]]&lt;br /&gt;
| [[media:See Input Return Spring.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Pan Head Screw&lt;br /&gt;
| [[Image:See Large pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Large Pan Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 285in Pan Head Screw 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Circuit Board Hold Down Fixture&lt;br /&gt;
| [[Image:See Letter Circuit Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Letter Circuit Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Letter Circuit Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Switch Circuit Board&lt;br /&gt;
| [[Image:See Letter Switch Circuit Board.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Letter Switch Circuit Board.zip|3D Package]]&lt;br /&gt;
| [[media:See Letter Switch Circuit Board 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Medium Pan Head Screw&lt;br /&gt;
| [[Image:See Medium pan head screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Medium Pan Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 285in Pan Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Contact&lt;br /&gt;
| [[Image:See Metal Contact.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Metal Contact.zip|3D Package]]&lt;br /&gt;
| [[media:See Metal Contact 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outer Housing Pan Head Screw&lt;br /&gt;
| [[Image:See Outer housing pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Outer Housing Pan Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 375in Pan Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Gear&lt;br /&gt;
| [[Image:See Pinion Gear.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Gear.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Gear 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter&lt;br /&gt;
| [[Image:See Pinion Setter.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Setter.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Setter.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Hold Down Fixture&lt;br /&gt;
| [[Image:See Pinion Setter Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Setter Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Setter Holder.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Holder&lt;br /&gt;
| [[Image:See Pinion Setter Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Setter Holder.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Setter Holder 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Gear&lt;br /&gt;
| [[Image:See Rack Gear.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Rack Gear.zip|3D Package]]&lt;br /&gt;
| [[media:See Rack Gear.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Hold Down Fixture&lt;br /&gt;
| [[Image:See Rack Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Rack Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Rack Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rear Housing&lt;br /&gt;
| [[Image:See Rear Housing.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Rear Housing.zip|3D Package]]&lt;br /&gt;
| [[media:See Rear Housing.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Flat Head Screw&lt;br /&gt;
| [[Image:See Small flat head screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Small Flat Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 150in Flat Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Pan Washer Head Screw&lt;br /&gt;
| [[Image:See Small pan washer head screw.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Small Pan Washer Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 150in Pan Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker&lt;br /&gt;
| [[Image:See Speaker.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Speaker.zip|3D Package]]&lt;br /&gt;
| [[media:See Speaker 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker Mount&lt;br /&gt;
| [[Image:See Speaker mount.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Speaker Mount.zip|3D Package]]&lt;br /&gt;
| [[media:See Speaker Mount 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner&lt;br /&gt;
| [[Image:See Spinner.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Spinner.zip|3D Package]]&lt;br /&gt;
| [[media:See Spinner.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner Hold Down Fixture&lt;br /&gt;
| [[Image:See Spinner Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Spinner Hold Down Fixture.zip |3D Package]]&lt;br /&gt;
| [[media:See Spinner Hold Down Fixture.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Voice Activation Bar&lt;br /&gt;
| [[Image:See Voice Activation Bar.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Voice Activation Bar.zip|3D Package]]&lt;br /&gt;
| [[media:See Voice Activation Bar.zip|2D Package]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://www.howstuffworks.com/see-say.htm How Stuff Works Article on original See N Say Products]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer</id>
		<title>Toastmaster Hand-Held Mixer</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer"/>
				<updated>2006-08-30T16:45:56Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Disassembly */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
{{drawings}}&lt;br /&gt;
{{CAD_Models}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Mixer_1773_500.jpg |right|thumb|200px|Figure 1: Mixer fully assembled]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Toastmaster THM5100 Hand-Held Mixer&lt;br /&gt;
&lt;br /&gt;
*5-speed&lt;br /&gt;
*100-watt&lt;br /&gt;
*2 mixing beaters&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
It has 24 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The controls on the mixer step up or down the power to the motor which in turn controls the speed of the mixer beaters. The motor, housed inside the cage, draws electrical power from the cord and in turn converts it to mechanical power. The white piece holds the motor brushes. The motor is connected rigidly to a shaft which runs the length of the mixer. The shaft, held in place by the ball, is threaded and geared with the two gage mixers, which are connected to the mixer prongs. As the shaft rotates, the threads turn the gears on the gage mixers and rotate the mixer prongs. The plastic shaft piece holds the gage mixer and prongs rigidly in place. The end of the shaft is connected to the fan, so as the motor rotates faster, so does the fan without any additional input. The fan draws air in through the slots in the bottom cover and pushes it through the length of the assembly and out the rear slots.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The table belows lists the Bill of Materials for the hand-held mixer:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 1: Toastmaster Mixer Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting &lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Mixer Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron, Copper, Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Forming, Machining, Injection Molding&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shafts for Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U-Shaped Plastic Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece for Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[media:Mixer Animated Dissection.wmv|Mixer Disassembly Animation]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on the link and &amp;quot;Save as&amp;quot; to download (.wmv format)&lt;br /&gt;
&lt;br /&gt;
===Step by Step Disassembly===&lt;br /&gt;
Mixer Body:&amp;lt;br&amp;gt;&lt;br /&gt;
*Pull out Mixer Prongs&lt;br /&gt;
*Unscrew outer housing pan head screws from mixer body&lt;br /&gt;
*Separate top cover and bottom cover&lt;br /&gt;
*Remove velocity control assembly from bottom cover&lt;br /&gt;
&lt;br /&gt;
Velocity Control Assembly:&amp;lt;br&amp;gt;&lt;br /&gt;
*Remove springs&lt;br /&gt;
*Remove plastic washer&lt;br /&gt;
*Unhook bronze controller&lt;br /&gt;
&lt;br /&gt;
Mixer Body:&amp;lt;br&amp;gt;&lt;br /&gt;
*Unscrew all interior small pan head screws from motor cage and mixer prong shafts&lt;br /&gt;
*Remove bottom cover from interior assembly&lt;br /&gt;
&lt;br /&gt;
Interior Assembly:&amp;lt;br&amp;gt;&lt;br /&gt;
*Unhook gage holders from gage mixers&lt;br /&gt;
*Remove gage mixers&lt;br /&gt;
*Remove U-Shaped Plastic piece from motor&lt;br /&gt;
*Unscrew interior large pan head bolts from motor cage&lt;br /&gt;
*Pull away mixer prong shafts&lt;br /&gt;
*Remove inside motor with attached fan and shaft from motor cage&lt;br /&gt;
*Separate brushes from motor cage&lt;br /&gt;
*Separate claw-shaped piece from motor cage&lt;br /&gt;
*Remove white plastic piece from motor cage&lt;br /&gt;
*Unscrew fan from inside motor shaft&lt;br /&gt;
*Remove plastic washer from inside motor&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged Alibre Files.zip|3D Models as Alibre AD_PRT Files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged ACIS.zip|3D Models as ACIS Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged IGS Files.zip|3D Models as IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STL Files.zip|3D Models as STL Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STP Files.zip|3D Models as STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Alibre.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Tiff.zip|2D Drawings as tiff pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mixer Assembly===&lt;br /&gt;
''AD_ASM, ACIS, STP, STL format''&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Back Part Assembly.zip|Back End Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Claw and Shaft Assembly.zip|Claw and Shaft Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Control Assembly.zip|Control Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Full Assembly.zip|Full Mixer Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Motor and Fan Assembly.zip|Motor and Fan Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Outer Assembly.zip|Cover Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 2: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Ball 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Ball 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Brush 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Brush 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Motor&lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core for Mixer Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Controls 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Controls 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Fan 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Fan 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Holder 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer Holder 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Inside Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Inside Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Large Round Head Bolt Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Long Round Head Bolt Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Mixer Prongs 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Shafts for Beaters&lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Shafts for Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Shafts for Prongs 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Short Round Head Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Short Round Head 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Spring 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U Shaped Plastic Piece&lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer U Shaped Plastic Piece 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer U Shaped Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Velocity Control 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Velocity Control 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece&lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer White Piece for Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer White Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Top Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:Top Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer</id>
		<title>Toastmaster Hand-Held Mixer</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer"/>
				<updated>2006-08-16T18:06:06Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
{{drawings}}&lt;br /&gt;
{{CAD_Models}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Mixer_1773_500.jpg |right|thumb|200px|Figure 1: Mixer fully assembled]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Toastmaster THM5100 Hand-Held Mixer&lt;br /&gt;
&lt;br /&gt;
*5-speed&lt;br /&gt;
*100-watt&lt;br /&gt;
*2 mixing beaters&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
It has 24 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The controls on the mixer step up or down the power to the motor which in turn controls the speed of the mixer beaters. The motor, housed inside the cage, draws electrical power from the cord and in turn converts it to mechanical power. The white piece holds the motor brushes. The motor is connected rigidly to a shaft which runs the length of the mixer. The shaft, held in place by the ball, is threaded and geared with the two gage mixers, which are connected to the mixer prongs. As the shaft rotates, the threads turn the gears on the gage mixers and rotate the mixer prongs. The plastic shaft piece holds the gage mixer and prongs rigidly in place. The end of the shaft is connected to the fan, so as the motor rotates faster, so does the fan without any additional input. The fan draws air in through the slots in the bottom cover and pushes it through the length of the assembly and out the rear slots.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The table belows lists the Bill of Materials for the hand-held mixer:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 1: Toastmaster Mixer Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting &lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Mixer Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron, Copper, Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Forming, Machining, Injection Molding&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shafts for Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U-Shaped Plastic Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece for Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[media:Mixer Animated Dissection.wmv|Mixer Disassembly Animation]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on the link and &amp;quot;Save as&amp;quot; to download (.wmv format)&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged Alibre Files.zip|3D Models as Alibre AD_PRT Files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged ACIS.zip|3D Models as ACIS Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged IGS Files.zip|3D Models as IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STL Files.zip|3D Models as STL Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STP Files.zip|3D Models as STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Alibre.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Tiff.zip|2D Drawings as tiff pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mixer Assembly===&lt;br /&gt;
''AD_ASM, ACIS, STP, STL format''&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Back Part Assembly.zip|Back End Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Claw and Shaft Assembly.zip|Claw and Shaft Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Control Assembly.zip|Control Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Full Assembly.zip|Full Mixer Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Motor and Fan Assembly.zip|Motor and Fan Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Outer Assembly.zip|Cover Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 2: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Ball 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Ball 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Brush 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Brush 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Motor&lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core for Mixer Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Controls 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Controls 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Fan 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Fan 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Holder 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer Holder 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Inside Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Inside Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Large Round Head Bolt Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Long Round Head Bolt Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Mixer Prongs 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Shafts for Beaters&lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Shafts for Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Shafts for Prongs 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Short Round Head Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Short Round Head 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Spring 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U Shaped Plastic Piece&lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer U Shaped Plastic Piece 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer U Shaped Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Velocity Control 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Velocity Control 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece&lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer White Piece for Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer White Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Top Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:Top Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/See_N_Say_Toy</id>
		<title>See N Say Toy</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/See_N_Say_Toy"/>
				<updated>2006-08-16T18:06:01Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
{{drawings}}&lt;br /&gt;
{{CAD_Models}}&lt;br /&gt;
&lt;br /&gt;
[[Image:See B7593 b 2.jpg|right|thumb|300px|Figure 1: Fully assembled product]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
See N Say is a children's toy where the user pulls a lever causing the wheel to spin and play animal noises. It has 38 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
When the input lever of the See 'N Say toy is pulled down it also moves the rack gear inside the toy.  The rack gear then engages with the voice activation bar which raises the activation gear up.  The activation gear has a little protrusion on it which, when raised by the voice activation bar, engages with the main circuit board and produces the proper output sound through the speaker.  &lt;br /&gt;
&lt;br /&gt;
To produce different letter sounds one must turn the red flipper over.  When the flipper is flipped over, a different set of outputs is prodcued corresponding to the letters on the flipper.  This is done by switching the contact on the letter circuit board inside the bottom flipper hold down fixture.&lt;br /&gt;
&lt;br /&gt;
The purpose of the flywheel in the See 'N Say toy is to allow for a slower return of the input handle after the handle is pulled.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
Below is a table listing all parts included in the See N Say and their properties.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 3.1: See N Say Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Activation Gear.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Insert&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:See Activation Gear Insert.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:See Activation Gear Spring.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Battery Back.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back Gasket&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| [[Image:See Battery Back Gasket.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Blue Contact Support&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Blue Contact Support.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fiberglass, copper, lead&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding, casting, forming&lt;br /&gt;
| [[Image:See Circuit Board.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Circuit Board Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flipper.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flipper Hold Down.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold Down with Metal Contact&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Injection Molding&lt;br /&gt;
| [[Image:See Flipper Hold Down (with Metal Contact).tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Insert&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flipper Insert.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flywheel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flywheel.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Front Casing.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Gear Train.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Gear Train Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Handle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Input Handle.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Return Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:See Input Return Spring.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Pan Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Large pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Circuit Board Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:See Letter Circuit Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Switch Circuit Board&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic, Copper, Lead &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding, Forming&lt;br /&gt;
| [[Image:See Letter Switch Circuit Board.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Medium Pan Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Medium pan head screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Contact&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Metal Contact.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outer Housing Pan Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Outer housing pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Gear.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Setter.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Setter Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Setter Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Rack Gear.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Rack Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rear Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Rear Housing.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Flat Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|5 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Small flat head screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Pan Washer Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Small pan washer head screw.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel, Copper, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining, Forming, Injection Molding&lt;br /&gt;
| [[Image:See Speaker.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Speaker mount.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Spinner.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Spinner Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Voice Activation Bar&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Voice Activation Bar.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[Media:Seensay Dissection Animation.wmv|See N Say Animated Disassembly]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on link and use &amp;quot;Save as&amp;quot; to download&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Disassembly Video.wmv|See N Say Disassembly Video]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on link and use &amp;quot;Save as&amp;quot; to download&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - Alibre 3D Models.zip|3D Albire AD_PRT Files]] &lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - 3D Models in STEP Format.zip|3D Models in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - 3D models in ACIS Format.zip|3D Models in ACIS format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - 3D IGS Files.zip|3D Models in IGS format]]&lt;br /&gt;
&lt;br /&gt;
STL too big to upload - gave to Dave&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say all 2D AD DRW.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say all 2D TIFF.zip|2D Drawings as TIFF Pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===See N Say Assemblies===&lt;br /&gt;
''Alibre ASM, STP, STL, ACIS formats''&lt;br /&gt;
&lt;br /&gt;
[[Media:See Activation Gear Assembly.zip|Activation Gear Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Circuit Board Assembly.zip|Circuit Board Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Flipper Hold Down Assembly.zip|Flipper Hold Down Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Flipper with Metal Assembly.zip|Flipper with Metal Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Main Assembly.zip|Full See N Say Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Metal Contact and Support Assembly.zip|Metal Contact and Support Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Rack Pinion and Circuit Board Assembly.zip|Rack Pinion and Circuit Board Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Rear Assembly.zip|Rear Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Speaker Assembly.zip|Speaker Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.1: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear&lt;br /&gt;
| [[Image:See Activation Gear.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Activation Gear.zip|3D Package]]&lt;br /&gt;
| [[media:See 2D Activation Gear Drawing.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Insert&lt;br /&gt;
| [[Image:See Activation Gear Insert.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See Activation Gear Insert.zip|3D Package]]&lt;br /&gt;
| [[media:See Activation Gear Insert 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Spring&lt;br /&gt;
| [[Image:See Activation Gear Spring.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See Activation Gear Spring.zip |3D Package]]&lt;br /&gt;
| [[media:See Activation Gear Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back&lt;br /&gt;
| [[Image:See Battery Back.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Battery Back.zip|3D Package]]&lt;br /&gt;
| [[media:See 2D Battery Back.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back Gasket&lt;br /&gt;
| [[Image:See Battery Back Gasket.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Battery Back Gasket.zip |3D Package]]&lt;br /&gt;
| [[media:See Battery Back Gasket 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Blue Contact Support&lt;br /&gt;
| [[Image:See Blue Contact Support.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Blue Contact Support.zip |3D Package]]&lt;br /&gt;
| [[media:See Blue Contact Support 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board&lt;br /&gt;
| [[Image:See Circuit Board.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Circuit Board.zip |3D Package]]&lt;br /&gt;
| [[media:See Circuit Board 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board Hold Down Fixture&lt;br /&gt;
| [[Image:See Circuit Board Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Circuit Board Hold Down Fixture.zip|3D Package]]&lt;br /&gt;
| [[media:See Circuit Board Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper&lt;br /&gt;
| [[Image:See Flipper.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold Down Fixture&lt;br /&gt;
| [[Image:See Flipper Hold Down.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper Hold Down.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold with Metal Contact&lt;br /&gt;
| [[Image:See Flipper Hold Down (with Metal Contact).tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper with metal.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper Hold Down (With metal).zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Insert&lt;br /&gt;
| [[Image:See Flipper Insert.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper with metal.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper Insert.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flywheel&lt;br /&gt;
| [[Image:See Flywheel.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flywheel.zip|3D Package]]&lt;br /&gt;
| [[media:See Flywheel.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Casing&lt;br /&gt;
| [[Image:See Front Casing.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Front Casing.zip|3D Package]]&lt;br /&gt;
| [[media:See Front Casing 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train&lt;br /&gt;
| [[Image:See Gear Train.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See N Say Toy - Gear Train.zip|3D Package]]&lt;br /&gt;
| [[media:See Gear Train 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train Hold Down Fixture&lt;br /&gt;
| [[Image:See Gear Train Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See N Say Toy - Gear Train Hold Down Fixture.zip |3D Package]]&lt;br /&gt;
| [[media:See Gear Train Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Handle&lt;br /&gt;
| [[Image:See Input Handle.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Input Handle.zip |3D Package]]&lt;br /&gt;
| [[media:See Input Handle.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Return Spring&lt;br /&gt;
| [[Image:See Input Return Spring.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Input Return Spring.zip|3D Package]]&lt;br /&gt;
| [[media:See Input Return Spring.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Pan Head Screw&lt;br /&gt;
| [[Image:See Large pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Large Pan Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 285in Pan Head Screw 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Circuit Board Hold Down Fixture&lt;br /&gt;
| [[Image:See Letter Circuit Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Letter Circuit Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Letter Circuit Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Switch Circuit Board&lt;br /&gt;
| [[Image:See Letter Switch Circuit Board.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Letter Switch Circuit Board.zip|3D Package]]&lt;br /&gt;
| [[media:See Letter Switch Circuit Board 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Medium Pan Head Screw&lt;br /&gt;
| [[Image:See Medium pan head screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Medium Pan Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 285in Pan Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Contact&lt;br /&gt;
| [[Image:See Metal Contact.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Metal Contact.zip|3D Package]]&lt;br /&gt;
| [[media:See Metal Contact 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outer Housing Pan Head Screw&lt;br /&gt;
| [[Image:See Outer housing pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Outer Housing Pan Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 375in Pan Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Gear&lt;br /&gt;
| [[Image:See Pinion Gear.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Gear.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Gear 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter&lt;br /&gt;
| [[Image:See Pinion Setter.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Setter.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Setter.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Hold Down Fixture&lt;br /&gt;
| [[Image:See Pinion Setter Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Setter Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Setter Holder.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Holder&lt;br /&gt;
| [[Image:See Pinion Setter Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Setter Holder.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Setter Holder 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Gear&lt;br /&gt;
| [[Image:See Rack Gear.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Rack Gear.zip|3D Package]]&lt;br /&gt;
| [[media:See Rack Gear.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Hold Down Fixture&lt;br /&gt;
| [[Image:See Rack Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Rack Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Rack Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rear Housing&lt;br /&gt;
| [[Image:See Rear Housing.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Rear Housing.zip|3D Package]]&lt;br /&gt;
| [[media:See Rear Housing.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Flat Head Screw&lt;br /&gt;
| [[Image:See Small flat head screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Small Flat Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 150in Flat Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Pan Washer Head Screw&lt;br /&gt;
| [[Image:See Small pan washer head screw.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Small Pan Washer Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 150in Pan Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker&lt;br /&gt;
| [[Image:See Speaker.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Speaker.zip|3D Package]]&lt;br /&gt;
| [[media:See Speaker 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker Mount&lt;br /&gt;
| [[Image:See Speaker mount.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Speaker Mount.zip|3D Package]]&lt;br /&gt;
| [[media:See Speaker Mount 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner&lt;br /&gt;
| [[Image:See Spinner.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Spinner.zip|3D Package]]&lt;br /&gt;
| [[media:See Spinner.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner Hold Down Fixture&lt;br /&gt;
| [[Image:See Spinner Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Spinner Hold Down Fixture.zip |3D Package]]&lt;br /&gt;
| [[media:See Spinner Hold Down Fixture.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Voice Activation Bar&lt;br /&gt;
| [[Image:See Voice Activation Bar.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Voice Activation Bar.zip|3D Package]]&lt;br /&gt;
| [[media:See Voice Activation Bar.zip|2D Package]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://www.howstuffworks.com/see-say.htm How Stuff Works Article on original See N Say Products]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/RCA_RP-7902A_CD_Player</id>
		<title>RCA RP-7902A CD Player</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/RCA_RP-7902A_CD_Player"/>
				<updated>2006-08-16T18:05:56Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
{{drawings}}&lt;br /&gt;
{{CAD_Models}}&lt;br /&gt;
&lt;br /&gt;
[[Image:CD_RCA_Assembled.JPG|right|thumb|200px|Figure 1: Fully assembled CD player]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This product is a dated 1994 RCA CD Player. It has 41 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The CD Player basic operation comes from laser reading binary data encoded on a CD and feeding that information through the circuit board where it is translated to an electrical current which is fed through the jack to a person's headphone.&lt;br /&gt;
&lt;br /&gt;
The CD Player functions are as follows: the &amp;quot;Circuit Board&amp;quot; receives the electricity that the batteries provide.  The &amp;quot;Circuit Board&amp;quot; regulates how the electricity is used, and what parts it is supplied to at all times, so that the player functions correctly.  When the &amp;quot;Laser Motor&amp;quot; is receiving power, it spins the gears that interact with the &amp;quot;Brass Screw&amp;quot;, which causes the &amp;quot;Laser Housing&amp;quot; to slide back and forth along the two &amp;quot;Stainless Steel Rods&amp;quot;.  When the &amp;quot;CD Rotation Motor&amp;quot; is receiving power, the disc spins around it at a variable speed so that it can be read by the &amp;quot;Laser Eye&amp;quot; from the middle outward. &lt;br /&gt;
&lt;br /&gt;
The components are the input control devices such as the Play, Skip, and Stop buttons; data modifiers such as volume and bass switches; power supply; circuit board and appropriate wires and ribbons; laser tracking assembly which allows movement of laser eye as CD rotates; and CD rotation motor.&lt;br /&gt;
&lt;br /&gt;
== Current Status ==&lt;br /&gt;
The CD player currently spins a CD and displays information on the LCD screen, but does not actually read any data from CDs. Speculate that the laser eye has been damaged and does not relay any information to the circuit board.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The following table lists the Bill of Materials for the RCA CD Player:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 4.1: CD Player Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;200&amp;quot;|Part Name !! width=&amp;quot;120&amp;quot;|Serial Number !! width=&amp;quot;75&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;180&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Compartment Cover &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|216C8209 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Battery cover.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Prongs&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming &lt;br /&gt;
| [[Image:CD Prongs.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|103E5091 and 7902A&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Bottom.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brass Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brass&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:CD Brass Screw.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Unfinished Base for Laser&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| [[Image:CD Cast metal piece.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|CD Rotation Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|4A04600 and 40524C&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: 1020 Steel, Copper, Rubber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Casting, forming, molding&lt;br /&gt;
| [[Image:CD CD Rotation Motor.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Center Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ONC4586612&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD center mount.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Fiberglass, Copper, Lead, ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Forming, Injection Molding&lt;br /&gt;
| [[Image:CD Circuit Board.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Faceplate&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Faceplate.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flip Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|103E5092 and 7902A &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Flip Cover.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Hinge for Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:CD Hinge.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Eye&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Glass&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Cradle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Seat&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Track Motor &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|13KA12A and 06894KC&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: 1020 Steel, Copper&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Casting, Forming&lt;br /&gt;
| [[Image:CD Laser Motor.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Magnet for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Sheet for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| [[Image:CD SheMet.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plate for Laser Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Play Button&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber Shock Absorber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|3 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal for Laser Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel Rod &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Extrusion&lt;br /&gt;
| [[Image:CD Rod.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|T-Shaped Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|103E5090 and 7902A&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Top Half.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Laser Tracking &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Motor &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Yellow Gear for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.112-in Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.120-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|4 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining  &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.130-in Countersunk Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.175-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.185-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.260-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 39&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.280-in Round Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining  &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 40&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.380-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 41&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.425-in Pan Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|4 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:CD All 3D Models AD PRT.zip|3D Models as Alibre AD_PRT files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD all 3D Models IGS.zip|3D Models in IGS format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD All 3D Models STL.zip|3D Models in STL format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD All 3D Models STP.zip|3D Models in STP format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
[[Media:CD Player All 2D AD DRW.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Player all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Player All 2D TIFF.zip|2D Drawings as TIFF Pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Assemblies===&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Base Assembly.zip|Base Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Center Mount assembly.zip|Center Mount Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Full Assembly.zip|Full CD Player Assemblied]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Laser Assembly.zip|Laser Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.1: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Compartment Cover&lt;br /&gt;
| [[Image:CD Battery cover.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Battery Compartment Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Battery Compartment 2D Package.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Prongs&lt;br /&gt;
| [[Image:CD Prongs.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Battery Prongs 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Battery Prongs 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:CD Bottom.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Bottom 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Battery Prongs 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brass Screw &lt;br /&gt;
| [[Image:CD Brass Screw.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Brass Screw 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Brass Screw 2D Package.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Unfinished Base for Laser&lt;br /&gt;
| [[Image:CD Cast metal piece.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Cast Base 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Cast Base 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|CD Rotation Motor&lt;br /&gt;
| [[Image:CD CD Rotation Motor.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD CD Rotation Motor 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD CD Rotation Motor 2D Package.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Center Mount&lt;br /&gt;
| [[Image:CD center mount.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Center Mount 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Center Mount 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board &lt;br /&gt;
| [[Image:CD Circuit Board.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Circuit Board 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Circuit Board 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Faceplate&lt;br /&gt;
| [[Image:CD Faceplate.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Faceplate 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Faceplate 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flip Cover&lt;br /&gt;
| [[Image:CD Flip Cover.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Flip Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Flip Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Hinge for Cover&lt;br /&gt;
| [[Image:CD Hinge.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Hinge for Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Hinge for Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Eye&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Eye 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Cradle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser Cradle 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Cradle 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser Housing 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Housing 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Seat&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser Seat 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Seat 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Track Motor &lt;br /&gt;
| [[Image:CD Laser Motor.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Laser Tracking 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Motor for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Magnet for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Magnet for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Magnet for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Sheet for Laser Assembly &lt;br /&gt;
| [[Image:CD SheMet.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Metal Sheet for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Metal for Laser Assembly 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Plastic for Laser Assembly 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Plastic Gear for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plate for Laser Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Plate for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Plate for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Play Button&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Play Button 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Play Button 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber Shock Absorber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Rubber Shock Absorbers 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Rubber Shock Absorbers 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Sheet Metal 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Sheet Metal 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal for Laser Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Sheet Metal for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Sheet Metal for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Small Spring 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Small Spring 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Spring 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Spring 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel Rod &lt;br /&gt;
| [[Image:CD Rod.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Stainless Steel Rod 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Stainless Steel Rod 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|T-Shaped Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD T-Shaped Piece 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD T-Shape 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top &lt;br /&gt;
| [[Image:CD Top Half.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Top 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Top Base 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Laser Tracking &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD White Gear for Laser Tracking 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD White Gear for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Motor &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD White Gear for Motor 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD White Gear for Motor 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Yellow Gear for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Yellow Gear for Laser Assembly 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Yellow Gear for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.112-in Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 112-in Flat Head Screw 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 112-in FlatHead Screw 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.120-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 120 Button Head Screw 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 120-in Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.130-in Countersunk Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 130 in Countersunk 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 130 Counter Sunk 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.175-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 175-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 175 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.185-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 185-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 185 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.260-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 260-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 260 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 39&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.280-in Round Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 280-in Round w Washer 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 280 Round w Washer 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 40&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.380-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 380-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 380 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 41&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.425-in Pan Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 425 Pan Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 425 Pan Head 2D Package.zip|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Mr._Coffee_TFX20_Coffee_Maker</id>
		<title>Mr. Coffee TFX20 Coffee Maker</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Mr._Coffee_TFX20_Coffee_Maker"/>
				<updated>2006-08-16T18:05:35Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
{{drawings}}&lt;br /&gt;
{{CAD_Models}}&lt;br /&gt;
&lt;br /&gt;
== '''Description''' ==&lt;br /&gt;
&lt;br /&gt;
This product is manufactured by Mr. Coffee and is one of many programmable coffee maker's that can brew up to twelve cups of coffee.  Its programming capabilities allow for pause and serve options as well as setting the timer up to 24 hours in advance before brewing.[[Image:tfx20.jpg]]&lt;br /&gt;
&lt;br /&gt;
== '''How It Works''' ==&lt;br /&gt;
&lt;br /&gt;
When cold water is poured into the bucket, it flows from the bucket through the hole in the bottom of the bucket and into the orange tube.  The cool water then flows through the one-way valve into the aluminum tube in the heating element, and then partially up through the black tube. This all happens naturally because of gravity.&lt;br /&gt;
&lt;br /&gt;
When the switch is turned on, the heating element starts heating the aluminum tube, and eventually the water in the tube boils.&lt;br /&gt;
&lt;br /&gt;
When the water boils, the bubbles rise up in the black tube and carries the water up the tube. The water flows out the end of the black tube to drip into the filter basket.  The hot water and coffee grounds inside the filter basket brew and filter out through the bottom of the basket into the decantur to make fresh ground coffee.&lt;br /&gt;
&lt;br /&gt;
== '''Parts''' ==&lt;br /&gt;
#Bottom Casing&lt;br /&gt;
#Metal Cover&lt;br /&gt;
#Heating Element&lt;br /&gt;
#Orange Tube&lt;br /&gt;
#Non-Stick Warming Plate&lt;br /&gt;
#Control Panel&lt;br /&gt;
#Hot Plate Holder&lt;br /&gt;
#Circuit Board&lt;br /&gt;
#Transformer&lt;br /&gt;
#Black Tube&lt;br /&gt;
#Water Sprout&lt;br /&gt;
#Removable Filter Basket&lt;br /&gt;
#Filter&lt;br /&gt;
#Filter Spring&lt;br /&gt;
#Water Resorvoir&lt;br /&gt;
#Casing&lt;br /&gt;
#Screw&lt;br /&gt;
#Decantur&lt;br /&gt;
#Ergonomically Designed Handle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table belows lists the Bill of Materials for the coffee maker:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ Table 4.1: Mr. Coffee TFX20 Bill of Materials&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;100&amp;quot;|Mat'l !! width=&amp;quot;125&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:bottomcasing3.jpg|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Metal Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stamping/Forming&lt;br /&gt;
| [[Image:hotplateholder4.jpg|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Heating Element&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Aluminum&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Extrusion/Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Orange Tube&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hot Plate&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ceramic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:hotplate.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Control Panel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:clocktimer2.JPG|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hot Plate Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:plasticrubbersealer.jpg |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Circuit Board&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic, Fiber Glass, Lead, Steel, Copper&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Transformer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic, Steel, Iron, Copper &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming, Stamping, and Injection Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black Tube&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Water Sprout&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:watersprout.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Filter Basket&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:filterbasket2.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Filter&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:filterspring4.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Filter Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:filterspring3.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Water Resorvoir&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:waterreservoir.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:casing.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screws &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|18 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Disassembly/Purpose ==&lt;br /&gt;
#The bottom casing serves as a seal to the overall casing of the coffee maker.  The design of the casing provides ventillation for the heating element.&lt;br /&gt;
#The metal cover keeps the heating element and hot plate in place by securing both sides of the metal cover down with screws.&lt;br /&gt;
#The heating element has a dual purpose and is made of two parts.  It boils the water to make the coffee and keeps the finished coffee warm while sitting. One part is the tube for the water to pass through.  The other part is the resistive heating element that is powered through electricity.&lt;br /&gt;
#The orange tubes have a dual purpose.  One tube brings the cool water from the resorvoir into the heating element while the other tube brings the hot water from the heating element into the black tube inside the resorvoir.&lt;br /&gt;
#The non-stick warming plate keeps the finished coffee warm while sitting.&lt;br /&gt;
#The control panel has the on/off switch which turns power to the heating element on and off.&lt;br /&gt;
#The warming plate holder provides a casing for the warming plate to be housed.  The plastic sealer seals this casing to the overall casing of the coffee maker.&lt;br /&gt;
#The circuit board controls all electrical competencies of the coffee maker.&lt;br /&gt;
#The transformer serves as a power converter for the control panel.&lt;br /&gt;
#The black tube carries the boiling water up from the orange tubes to the water spout at the top of the filter basket.&lt;br /&gt;
#The water spout brings the boiling water from the black tube into the filter basket.&lt;br /&gt;
#The removalbe filter basket holds the coffee while waiting for the boiling water from the water spout.  This is where the brewing begins.&lt;br /&gt;
#The filter allows only liquids to pass through into the decantur.&lt;br /&gt;
#The filter spring allows the filter to move.&lt;br /&gt;
#The water reservoir holds the cool water before being heated.&lt;br /&gt;
#The casing provides a housing for the other parts of the coffee maker.&lt;br /&gt;
#The screws secures objects in place.&lt;br /&gt;
#The decantur stores the finished coffee.&lt;br /&gt;
#The handle is used to pick up the decanur safely without being burned.&lt;br /&gt;
&lt;br /&gt;
===Disassembly===&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Kodak_Waterproof_One-Time-Use_Camera</id>
		<title>Kodak Waterproof One-Time-Use Camera</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Kodak_Waterproof_One-Time-Use_Camera"/>
				<updated>2006-08-16T18:05:06Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
{{drawings}}&lt;br /&gt;
{{CAD_Models}}&lt;br /&gt;
{{Scanned}}&lt;br /&gt;
&lt;br /&gt;
[[Image:DSCN0166.JPG|right|thumb|300px|Figure 1: Fully assembled product]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This product is a one-time use disposable, waterproof camera manufactured by Kodak. It has 23 distinct parts with the majority being made of ABS Plastic and by injection molding.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The disposable camera is all mechanical with no electrical components (the exception is a camera with a flash, where a circuit board and battery are included, but that is not the case in this model). &lt;br /&gt;
&lt;br /&gt;
When the photographer depresses the shutter button (which is actually just an extension of the &amp;quot;Viewfinder&amp;quot;), the button moves the &amp;quot;Shutter Lever&amp;quot; to one side, rotating the &amp;quot;Shutter&amp;quot; until the &amp;quot;Shutter Spring&amp;quot; forces the &amp;quot;Shutter Lever&amp;quot; to return to a halfway position. The &amp;quot;Shutter&amp;quot; cannot be rotated again until the &amp;quot;Shutter Lever&amp;quot; is reset. The &amp;quot;Shutter&amp;quot; remains open for only a fraction of a second, as the &amp;quot;Shutter Spring&amp;quot; retracts it as soon as the &amp;quot;Shutter Lever&amp;quot; passes, allowing light to pass through both lenses to the exposed film. During the &amp;quot;Shutter Lever&amp;quot; movement, the &amp;quot;Camshaft&amp;quot; is offset slightly by an extension from the &amp;quot;Shutter Lever&amp;quot; which releases the &amp;quot;Film Advance Lock.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
With the picture taken, the photographer winds the &amp;quot;Film Advance Wheel&amp;quot; which rolls up film into the &amp;quot;Film Canister&amp;quot; and clicks off numbers on the &amp;quot;Frame Counter.&amp;quot; The film is slotted onto the &amp;quot;Sprocket&amp;quot; which is joined to the &amp;quot;Camshaft&amp;quot; causing both to rotate with the film. When the &amp;quot;Camshaft&amp;quot; rotates a complete cycle, the &amp;quot;Shutter Lever&amp;quot; is reset and the &amp;quot;Film Advance Lock&amp;quot; returns to its original position preventing operation of the &amp;quot;Film Advance Wheel&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
The purpose of the &amp;quot;Exterior Front&amp;quot; and &amp;quot;Exterior Back&amp;quot; covers are to protect the camera from the elements. The &amp;quot;Outside Film Advance&amp;quot; allows the rotation of the &amp;quot;Film Advance Wheel&amp;quot; despite the exterior covers. The &amp;quot;Washer&amp;quot; seals the hole between the &amp;quot;Outside Film Advance&amp;quot; shaft and the &amp;quot;Film Advance Wheel&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Lens Holder&amp;quot; and &amp;quot;Eyehole Holder&amp;quot; serve to hold their respective components in place. The &amp;quot;Eyehole Cover&amp;quot; allows only a small fraction of the incoming light to be focused on the &amp;quot;Inner Lens&amp;quot; giving a sharper, clearer image.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
&lt;br /&gt;
The table belows lists the Bill of Materials for the disposable camera:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 3.1: Disposable Camera Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Back Interior &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera back interior.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Back Plastic Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|[[Image:Camera Back Exterior Cover.JPG|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Camshaft &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Camshaft.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Eyehole for Shutter &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Eyehole.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Advance Gear &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Film Advance.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Advance Lock&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Advance Lock.JPG|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Canister&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied &lt;br /&gt;
| [[Image:FilmCanister.jpg |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Spindle &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Spindle.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Frame Counter &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Frame Counter.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Front Interior &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera front interior.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Front Plastic Cover &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic and Rubber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding and Molding &lt;br /&gt;
| [[Image:Camera front exterior.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Inner Lens &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Inner Lens.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Interior Body &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Interior.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Lens Holder &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Lens Holder.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Outer Lens&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Outer Lens.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Outside Film Advance &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Exterior film advance.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shutter &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stamping&lt;br /&gt;
| [[Image:Camera Shutter.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shutter Lever &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Shutter Lever.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shutter Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Camera shutter spring.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Spring for Shutter Lever &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Camera Shutter Lever Spring.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprocket &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Sprocket.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Viewfinder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Viewfinder.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Washer &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| [[Image:Camera Washer.JPG  |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
The ease of disassembly (ranked on a scale of 1 - 5 with five being the most difficult) is ranked at 2. No tools are required for disassembly but a flathead screwdriver or knife helps.&lt;br /&gt;
&lt;br /&gt;
The following table lists the steps and procedures for disassembly:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 4.1: Disassembly of a Disposable Camera'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|Step !! width=&amp;quot;400&amp;quot;|Procedure !! width=&amp;quot;200&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pop film advance wheel up and &amp;lt;br&amp;gt;out from body; separate covers || [[Image:Camera Cover Disassembly.jpg|center|thumb|150px|Figure 5.1: Exterior Disassembly]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Remove film canister and film spindle||[[Image:Camera disassembly 5.jpg|center|thumb|150px|Figure 5.2: Large Component Removal]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Remove lens holder, outer lens, shutter cap, &amp;lt;br&amp;gt;shutter spring, shutter, eyehole, and inner lens||[[Image:Camera disassembly 2.jpg|center|thumb|150px|Figure 5.3: Lens Assembly Dissection]]     [[Image:Camera disassembly 4.jpg|center|thumb|150px|Figure 5.4: Lens Assembly Dissection View 2]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Remove viewfinder, frame counter, internal film &amp;lt;br&amp;gt;advance wheel, shutter lever, advance lock, camshaft, &amp;lt;br&amp;gt;lever spring, and sprocket||[[Image:Camera disassembly 3.jpg|center|thumb|150px|Figure 5.5: Final Component Removal]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[media:Camera Animated Dissection.wmv|Disassembly of Camera (.wmv)]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right-click on the link and select &amp;quot;Save As&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Files ==&lt;br /&gt;
&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models - Alibre Parts Only.zip|3D Models as Alibre Design AD_PRT]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera - 3D Models in STEP Format.zip|3D Models in STEP Format]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models as ACIS format.zip|3D Models in ACIS Format]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models as IGS Format.zip|3D Models in IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models as STL format.zip|3D Models in STL Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 2D Files.zip|2D Alibre Drawings (.AD_DRW)]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 2D Drawings in STP format.zip|2D Drawings in STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Camera Assembly===&lt;br /&gt;
&lt;br /&gt;
[[media:Camera Assembly.zip|Camera Assembly as ACIS, STL, STP, and Alibre]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.1: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Back Interior &lt;br /&gt;
| [[Image:Camera back interior.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Back Interior.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Back Interior 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Back Plastic Cover&lt;br /&gt;
| [[Image:Camera Back Exterior Cover.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3D Back Plastic Cover.zip |3D Package]]&lt;br /&gt;
| [[media:Camera Back Plastic Cover 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Camshaft &lt;br /&gt;
| [[Image:Camera Camshaft.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Camshaft.zip |3D Package]]&lt;br /&gt;
| [[media:Camera Camshaft 2D Packaged Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Eyehole for Shutter  &lt;br /&gt;
| [[Image:Camera Eyehole.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Eyehole for Shutter.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Eyehole Cover 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Advance Gear &lt;br /&gt;
| [[Image:Camera Film Advance.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Advance.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Advance 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Advance Lock&lt;br /&gt;
| [[Image:Camera Advance Lock.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Advance Lock (plastic 2).zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Advance Lock 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Canister&lt;br /&gt;
| [[Image:FilmCanister.jpg |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Canister.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Canister 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Spindle &lt;br /&gt;
| [[Image:Camera Spindle.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Spindle.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Spindle 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Frame Counter &lt;br /&gt;
| [[Image:Camera Frame Counter.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Frame Counter.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Frame Counter 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Interior &lt;br /&gt;
| [[Image:Camera front interior.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Front Interior.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Front Interior 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Plastic Cover &lt;br /&gt;
| [[Image:Camera front exterior.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Front Plastic Cover.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Front Plastic Cover v2 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inner Lens &lt;br /&gt;
| [[Image:Camera Inner Lens.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Inner Lens.zip|3D Package]]&lt;br /&gt;
| [[media:Camera_Inner_Lens_2D_Package.zip.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Interior Body &lt;br /&gt;
| [[Image:Camera Interior.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Interior.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Interior Body 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Lens Holder &lt;br /&gt;
| [[Image:Camera Lens Holder.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Lens Holder.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Lens Holder 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outer Lens&lt;br /&gt;
| [[Image:Camera Outer Lens.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Outer Lens.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Outer Lens 2D Packaged Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outside Film Advance &lt;br /&gt;
| [[Image:Camera Exterior film advance.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Outside Film Advance.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Outside Film Advance 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shutter &lt;br /&gt;
| [[Image:Camera Shutter.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Shutter.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Outside Film Advance 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shutter Lever &lt;br /&gt;
| [[Image:Camera Shutter Lever.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Shutter Lever.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Shutter Lever 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shutter Spring&lt;br /&gt;
| [[Image:Camera shutter spring.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Shutter Spring.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Shutter Spring 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring for Shutter Lever &lt;br /&gt;
| [[Image:Camera Shutter Lever Spring.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Spring for Plastic.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Spring for Lever 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sprocket &lt;br /&gt;
| [[Image:Camera Sprocket.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Sprocket.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Sprocket 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Viewfinder&lt;br /&gt;
| [[Image:Camera Viewfinder.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Top Clear piece.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Viewfinder Holder 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Washer &lt;br /&gt;
| [[Image:Camera Washer.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Washer.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Washer 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.2: Point and Mesh Clouds Available for Download'''&lt;br /&gt;
&amp;lt;br&amp;gt;''(Zipped .wrp format)''&lt;br /&gt;
! width=&amp;quot;300&amp;quot;|Image !! width=&amp;quot;200&amp;quot;|Link&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Front exterior - merged.jpg|center|thumb|200px|Figure 5.1 Front Exterior Scan]]&lt;br /&gt;
| Gave to Dave&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Front Interior - merged.jpg|center|thumb|200px|Figure 5.2 Front Interior Scan]]&lt;br /&gt;
| Gave to Dave&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Back Exterior - Front.jpg |center|thumb|200px|Figure 5.3 Rear Exterior Scan (Front View)]]&lt;br /&gt;
[[Image:Camera Back Exterior - Back.jpg|center|thumb|200px|Figure 5.4 Rear Exterior Scan (Back View)]]&lt;br /&gt;
| Gave to Dave&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Back Cover Scan.jpg|center|thumb|200px|Figure 5.4 Rear Interior Scan]]&lt;br /&gt;
| [[media:Camera Back Cover - wrp.zip|WRP Scan Files]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
[http://kodak.com/eknec/PageQuerier.jhtml?pq-path=2/3/9/1026&amp;amp;pq-locale=en_US Other Kodak One-Time-Use Cameras]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Dewalt_DW217_Drill</id>
		<title>Dewalt DW217 Drill</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Dewalt_DW217_Drill"/>
				<updated>2006-08-16T18:04:17Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;      {{disassembly}}  &lt;br /&gt;
{{drawings}}&lt;br /&gt;
{{CAD_Models}}&lt;br /&gt;
                                 DeWalt DW 217 Drill&lt;br /&gt;
&lt;br /&gt;
[[Image: Drill body.JPG |thumb|500px|right]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
* Product: Heavy Duty 1/4 inch Drill&lt;br /&gt;
* UNSPC code (for power drill): 2711270&lt;br /&gt;
* Make: DeWalt&lt;br /&gt;
* Model: DW 217&lt;br /&gt;
* Power: 120 V AC at 50 to 60 Hz, 6.7 Amps&lt;br /&gt;
* Speed: 0 to 4000 RPM&lt;br /&gt;
* Weight: 3.2 lbs or 1.45 kg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
(The 2D drawings with dimensions for each part can be viewed by clicking the name of the part.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table belows lists individual parts for DeWalt DW 217 Drill.&lt;br /&gt;
&lt;br /&gt;
Part #     Part Name    Quantity    Function    3D model    2D drawings&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table: DeWalt DW 217 Drill Parts'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot;|Quantity !! width=&amp;quot;100&amp;quot;|Function !! width=&amp;quot;100&amp;quot;|3D model !! width=&amp;quot;100&amp;quot;|2D model !! width=&amp;quot;100&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball Bearing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Left Brush Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Holds the brushh on left side.&lt;br /&gt;
| [[Image:brush_left.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:brush_left.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Right Brush Holder &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Holds the brush on right side.&lt;br /&gt;
| [[Image:brush_right.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:brush_right.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Ball Beaing at chuck &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Assists the smooth rotation of the chuck.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1/4 Chuck &amp;amp; Key&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Holds different types of ends. useful for various tasks.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Coil Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Regulates the contact between the journal and the brush.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Case&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Secures chuck into place and houses gears.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Vents the inside of drill and cools internal structures.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Field&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Creates electromagnetic field for the motor to be rotated. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Baffle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Holds field in place.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cup&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Allows for snug-fit of the ball bearing into place.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bearing for Shaft&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Allows the smooth rotation of the shaft.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gasket&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Output Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Needle Bearing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Protects inner structures. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rear Housing / Handle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Protects inner structures.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Screw (type 1)&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Screw (type 2)&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Case Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Push Rod&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Armature&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Worm Gear &amp;amp; Shaft&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Wormgear transmits direct torque from the motor to output gear.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Screw (type 3)&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Box&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Direction Switch&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Switches the direction of current to switch the direction of chuck rotation.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Trigger Lock&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pin&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Direction Switch Box&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Trigger&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Ball_bearing]] - assists the smooth rotation of the motor.    &lt;br /&gt;
[[Image: Ball bearing.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Brush_left]] - assists the stable rotation of the motor.  &lt;br /&gt;
[[Image: Brush left.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Brush_right]] - assists the stable rotation of the motor.    &lt;br /&gt;
[[Image: Brush right.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Chuck_bearing]] - assists the smooth rotation of the chuck.   &lt;br /&gt;
[[Image: Chuck bearing.jpg|thumb|300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Chuck_holder]] - holds different chucks.  useful for various tasks.    &lt;br /&gt;
[[Image: Chuck holder.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Circuit_box]] - powers the drill and controls the speed of motor rotation.  &lt;br /&gt;
[[Image: Circuit-box (switch).jpg |thumb| | 300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Coil_spring]] - regulates the contact between the journal and the brush.   &lt;br /&gt;
[[Image: Coil spring.jpg |thumb| | 300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Cover_chuck]] - secures chuck holder into place, also covers other internal structures.    &lt;br /&gt;
[[Image: Cover-chuck.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Direction_switch]] - switches the direction of current to switch the direction of chuck rotation. &lt;br /&gt;
[[Image: Direction switch.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
    &lt;br /&gt;
[[Fan]] - vents the inside of drill and cools internal structures.    &lt;br /&gt;
[[Image: Fan.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Field]] - creates electromagnetic field for the motor to be rotated.  &lt;br /&gt;
[[Image: Drill core.JPG |thumb| |300px|left]]    &lt;br /&gt;
[[Image:Field.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Gasket]] - cushon between the chuck cover and the lid to reduce transmitted vibration from chuck to internal structures. &lt;br /&gt;
[[Image: Drill gasket.JPG |thumb| |300px|left]]&lt;br /&gt;
[[Image: Gasket.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Gear]] - transmits torque from the motor to chuck.    &lt;br /&gt;
[[Image: Gear.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Gear_bearing]] - assists smooth rotation of the gear.   &lt;br /&gt;
[[Image: Gear bearing.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
[[Housing_1]] - protects inner structures.    &lt;br /&gt;
[[Image: Drill Casing.JPG|thumb| |300px|left]]&lt;br /&gt;
[[Image: Housing 1.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Housing_2]] - protects inner structures.    &lt;br /&gt;
[[Image: Drill handle.JPG|thumb| |300px|left]]&lt;br /&gt;
[[Image: Housing 2.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Lock]] - allows for constant speed drilling without manual compression of the trigger.    &lt;br /&gt;
[[Image: Lock.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Longest_screw]] ( x 4) - secure chuck cover into place.  Also assists in securing rear housing onto front housing.   &lt;br /&gt;
[[Image: Longest screw.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Magnet]] - helps stable rotation of the motor when current is run through.   &lt;br /&gt;
[[Image: Magnet.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Medium_screws]] ( x 2) - secures the rear housing onto the front housing.   &lt;br /&gt;
[[Image: Middle screw.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Lid]] - Separates the inner structures from gears and chuck.    &lt;br /&gt;
[[Image: Lid.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Pin]] ( x 2) - hold current direction box in one piece.    &lt;br /&gt;
[[Image: Pin.jpg |thumb||300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Pusher]] - helps hold magnet in place.   &lt;br /&gt;
[[Image: Pusher.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Rotor_journal]] - the motor.  Generates torque to spin the chuck.   &lt;br /&gt;
[[Image: Rotor journal.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Round_case]] - holds field in place.   &lt;br /&gt;
[[Image: Drill plastic interior.JPG|thumb| |300px|left]]&lt;br /&gt;
[[Image: Roundcase.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Rubber_cover - allows for snug-fit of the ball bearing into place.   &lt;br /&gt;
[[Image: Drill rubber gasket.JPG|thumb| |300px|left]]&lt;br /&gt;
[[Image: Rubber cover.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Shaft_bearing]] - allows the smooth rotation of the shaft.   &lt;br /&gt;
[[Image: Shaft bearing.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Shaft_wormgear]] - wormgear transmits the direct torque from the motor.   &lt;br /&gt;
[[Image: Shaft warmgear.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Short_screw]] ( x 2) - secures brush sockets into their places.    &lt;br /&gt;
[[Image: Short screw.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Top_box]] (current direction box) - Controls the direction of current.   &lt;br /&gt;
[[Image: Top box.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Trigger]] (switch) - Pulled to turn on the drill.    &lt;br /&gt;
[[Image: Trigger.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Dewalt_DW217_Drill</id>
		<title>Dewalt DW217 Drill</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Dewalt_DW217_Drill"/>
				<updated>2006-08-16T17:06:12Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;      {{disassembly}}  &lt;br /&gt;
&lt;br /&gt;
                                 DeWalt DW 217 Drill&lt;br /&gt;
&lt;br /&gt;
[[Image: Drill body.JPG |thumb|500px|right]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
* Product: Heavy Duty 1/4 inch Drill&lt;br /&gt;
* UNSPC code (for power drill): 2711270&lt;br /&gt;
* Make: DeWalt&lt;br /&gt;
* Model: DW 217&lt;br /&gt;
* Power: 120 V AC at 50 to 60 Hz, 6.7 Amps&lt;br /&gt;
* Speed: 0 to 4000 RPM&lt;br /&gt;
* Weight: 3.2 lbs or 1.45 kg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
(The 2D drawings with dimensions for each part can be viewed by clicking the name of the part.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table belows lists individual parts for DeWalt DW 217 Drill.&lt;br /&gt;
&lt;br /&gt;
Part #     Part Name    Quantity    Function    3D model    2D drawings&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table: DeWalt DW 217 Drill Parts'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot;|Quantity !! width=&amp;quot;100&amp;quot;|Function !! width=&amp;quot;100&amp;quot;|3D model !! width=&amp;quot;100&amp;quot;|2D model !! width=&amp;quot;100&amp;quot;|&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball Bearing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Left Brush Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Holds the brushh on left side.&lt;br /&gt;
| [[Image:brush_left.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:brush_left.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Right Brush Holder &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Holds the brush on right side.&lt;br /&gt;
| [[Image:brush_right.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:brush_right.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Ball Beaing at chuck &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Assists the smooth rotation of the chuck.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|1/4 Chuck &amp;amp; Key&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Holds different types of ends. useful for various tasks.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Coil Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Regulates the contact between the journal and the brush.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Case&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Secures chuck into place and houses gears.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Vents the inside of drill and cools internal structures.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Field&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Creates electromagnetic field for the motor to be rotated. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Baffle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Holds field in place.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cup&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Allows for snug-fit of the ball bearing into place.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bearing for Shaft&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Allows the smooth rotation of the shaft.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gasket&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Output Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Needle Bearing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Protects inner structures. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rear Housing / Handle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Protects inner structures.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Screw (type 1)&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Screw (type 2)&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Case Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Push Rod&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Armature&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Worm Gear &amp;amp; Shaft&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Wormgear transmits direct torque from the motor to output gear.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Screw (type 3)&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Box&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Direction Switch&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Switches the direction of current to switch the direction of chuck rotation.&lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Trigger Lock&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pin&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Direction Switch Box&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Trigger&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;| assists the smooth rotation of the motor. &lt;br /&gt;
| [[Image:ball_bearing.jpg|center|thumb|50px]]&lt;br /&gt;
| [[Image:ball_bearing.png|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Ball_bearing]] - assists the smooth rotation of the motor.    &lt;br /&gt;
[[Image: Ball bearing.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Brush_left]] - assists the stable rotation of the motor.  &lt;br /&gt;
[[Image: Brush left.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Brush_right]] - assists the stable rotation of the motor.    &lt;br /&gt;
[[Image: Brush right.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Chuck_bearing]] - assists the smooth rotation of the chuck.   &lt;br /&gt;
[[Image: Chuck bearing.jpg|thumb|300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Chuck_holder]] - holds different chucks.  useful for various tasks.    &lt;br /&gt;
[[Image: Chuck holder.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Circuit_box]] - powers the drill and controls the speed of motor rotation.  &lt;br /&gt;
[[Image: Circuit-box (switch).jpg |thumb| | 300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Coil_spring]] - regulates the contact between the journal and the brush.   &lt;br /&gt;
[[Image: Coil spring.jpg |thumb| | 300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Cover_chuck]] - secures chuck holder into place, also covers other internal structures.    &lt;br /&gt;
[[Image: Cover-chuck.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Direction_switch]] - switches the direction of current to switch the direction of chuck rotation. &lt;br /&gt;
[[Image: Direction switch.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
    &lt;br /&gt;
[[Fan]] - vents the inside of drill and cools internal structures.    &lt;br /&gt;
[[Image: Fan.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Field]] - creates electromagnetic field for the motor to be rotated.  &lt;br /&gt;
[[Image: Drill core.JPG |thumb| |300px|left]]    &lt;br /&gt;
[[Image:Field.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Gasket]] - cushon between the chuck cover and the lid to reduce transmitted vibration from chuck to internal structures. &lt;br /&gt;
[[Image: Drill gasket.JPG |thumb| |300px|left]]&lt;br /&gt;
[[Image: Gasket.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Gear]] - transmits torque from the motor to chuck.    &lt;br /&gt;
[[Image: Gear.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Gear_bearing]] - assists smooth rotation of the gear.   &lt;br /&gt;
[[Image: Gear bearing.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
[[Housing_1]] - protects inner structures.    &lt;br /&gt;
[[Image: Drill Casing.JPG|thumb| |300px|left]]&lt;br /&gt;
[[Image: Housing 1.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Housing_2]] - protects inner structures.    &lt;br /&gt;
[[Image: Drill handle.JPG|thumb| |300px|left]]&lt;br /&gt;
[[Image: Housing 2.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Lock]] - allows for constant speed drilling without manual compression of the trigger.    &lt;br /&gt;
[[Image: Lock.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Longest_screw]] ( x 4) - secure chuck cover into place.  Also assists in securing rear housing onto front housing.   &lt;br /&gt;
[[Image: Longest screw.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Magnet]] - helps stable rotation of the motor when current is run through.   &lt;br /&gt;
[[Image: Magnet.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Medium_screws]] ( x 2) - secures the rear housing onto the front housing.   &lt;br /&gt;
[[Image: Middle screw.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Lid]] - Separates the inner structures from gears and chuck.    &lt;br /&gt;
[[Image: Lid.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Pin]] ( x 2) - hold current direction box in one piece.    &lt;br /&gt;
[[Image: Pin.jpg |thumb||300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Pusher]] - helps hold magnet in place.   &lt;br /&gt;
[[Image: Pusher.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Rotor_journal]] - the motor.  Generates torque to spin the chuck.   &lt;br /&gt;
[[Image: Rotor journal.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Round_case]] - holds field in place.   &lt;br /&gt;
[[Image: Drill plastic interior.JPG|thumb| |300px|left]]&lt;br /&gt;
[[Image: Roundcase.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Rubber_cover - allows for snug-fit of the ball bearing into place.   &lt;br /&gt;
[[Image: Drill rubber gasket.JPG|thumb| |300px|left]]&lt;br /&gt;
[[Image: Rubber cover.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Shaft_bearing]] - allows the smooth rotation of the shaft.   &lt;br /&gt;
[[Image: Shaft bearing.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Shaft_wormgear]] - wormgear transmits the direct torque from the motor.   &lt;br /&gt;
[[Image: Shaft warmgear.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Short_screw]] ( x 2) - secures brush sockets into their places.    &lt;br /&gt;
[[Image: Short screw.jpg|thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Top_box]] (current direction box) - Controls the direction of current.   &lt;br /&gt;
[[Image: Top box.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Trigger]] (switch) - Pulled to turn on the drill.    &lt;br /&gt;
[[Image: Trigger.jpg |thumb| |300px|center]]&lt;br /&gt;
&lt;br /&gt;
==Assembly==&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;br /&gt;
[[Image: |thumb| |300px|center]]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Mr._Coffee_TFX20_Coffee_Maker</id>
		<title>Mr. Coffee TFX20 Coffee Maker</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Mr._Coffee_TFX20_Coffee_Maker"/>
				<updated>2006-08-16T17:05:56Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
&lt;br /&gt;
== '''Description''' ==&lt;br /&gt;
&lt;br /&gt;
This product is manufactured by Mr. Coffee and is one of many programmable coffee maker's that can brew up to twelve cups of coffee.  Its programming capabilities allow for pause and serve options as well as setting the timer up to 24 hours in advance before brewing.[[Image:tfx20.jpg]]&lt;br /&gt;
&lt;br /&gt;
== '''How It Works''' ==&lt;br /&gt;
&lt;br /&gt;
When cold water is poured into the bucket, it flows from the bucket through the hole in the bottom of the bucket and into the orange tube.  The cool water then flows through the one-way valve into the aluminum tube in the heating element, and then partially up through the black tube. This all happens naturally because of gravity.&lt;br /&gt;
&lt;br /&gt;
When the switch is turned on, the heating element starts heating the aluminum tube, and eventually the water in the tube boils.&lt;br /&gt;
&lt;br /&gt;
When the water boils, the bubbles rise up in the black tube and carries the water up the tube. The water flows out the end of the black tube to drip into the filter basket.  The hot water and coffee grounds inside the filter basket brew and filter out through the bottom of the basket into the decantur to make fresh ground coffee.&lt;br /&gt;
&lt;br /&gt;
== '''Parts''' ==&lt;br /&gt;
#Bottom Casing&lt;br /&gt;
#Metal Cover&lt;br /&gt;
#Heating Element&lt;br /&gt;
#Orange Tube&lt;br /&gt;
#Non-Stick Warming Plate&lt;br /&gt;
#Control Panel&lt;br /&gt;
#Hot Plate Holder&lt;br /&gt;
#Circuit Board&lt;br /&gt;
#Transformer&lt;br /&gt;
#Black Tube&lt;br /&gt;
#Water Sprout&lt;br /&gt;
#Removable Filter Basket&lt;br /&gt;
#Filter&lt;br /&gt;
#Filter Spring&lt;br /&gt;
#Water Resorvoir&lt;br /&gt;
#Casing&lt;br /&gt;
#Screw&lt;br /&gt;
#Decantur&lt;br /&gt;
#Ergonomically Designed Handle&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The table belows lists the Bill of Materials for the coffee maker:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ Table 4.1: Mr. Coffee TFX20 Bill of Materials&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;100&amp;quot;|Mat'l !! width=&amp;quot;125&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:bottomcasing3.jpg|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Metal Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stamping/Forming&lt;br /&gt;
| [[Image:hotplateholder4.jpg|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Heating Element&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Aluminum&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Extrusion/Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Orange Tube&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hot Plate&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ceramic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:hotplate.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Control Panel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:clocktimer2.JPG|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Hot Plate Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:plasticrubbersealer.jpg |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Circuit Board&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic, Fiber Glass, Lead, Steel, Copper&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Transformer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic, Steel, Iron, Copper &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming, Stamping, and Injection Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Black Tube&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Water Sprout&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:watersprout.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Filter Basket&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:filterbasket2.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Filter&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:filterspring4.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Filter Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:filterspring3.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Water Resorvoir&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:waterreservoir.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:casing.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Screws &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|18 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Need to upload&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Disassembly/Purpose ==&lt;br /&gt;
#The bottom casing serves as a seal to the overall casing of the coffee maker.  The design of the casing provides ventillation for the heating element.&lt;br /&gt;
#The metal cover keeps the heating element and hot plate in place by securing both sides of the metal cover down with screws.&lt;br /&gt;
#The heating element has a dual purpose and is made of two parts.  It boils the water to make the coffee and keeps the finished coffee warm while sitting. One part is the tube for the water to pass through.  The other part is the resistive heating element that is powered through electricity.&lt;br /&gt;
#The orange tubes have a dual purpose.  One tube brings the cool water from the resorvoir into the heating element while the other tube brings the hot water from the heating element into the black tube inside the resorvoir.&lt;br /&gt;
#The non-stick warming plate keeps the finished coffee warm while sitting.&lt;br /&gt;
#The control panel has the on/off switch which turns power to the heating element on and off.&lt;br /&gt;
#The warming plate holder provides a casing for the warming plate to be housed.  The plastic sealer seals this casing to the overall casing of the coffee maker.&lt;br /&gt;
#The circuit board controls all electrical competencies of the coffee maker.&lt;br /&gt;
#The transformer serves as a power converter for the control panel.&lt;br /&gt;
#The black tube carries the boiling water up from the orange tubes to the water spout at the top of the filter basket.&lt;br /&gt;
#The water spout brings the boiling water from the black tube into the filter basket.&lt;br /&gt;
#The removalbe filter basket holds the coffee while waiting for the boiling water from the water spout.  This is where the brewing begins.&lt;br /&gt;
#The filter allows only liquids to pass through into the decantur.&lt;br /&gt;
#The filter spring allows the filter to move.&lt;br /&gt;
#The water reservoir holds the cool water before being heated.&lt;br /&gt;
#The casing provides a housing for the other parts of the coffee maker.&lt;br /&gt;
#The screws secures objects in place.&lt;br /&gt;
#The decantur stores the finished coffee.&lt;br /&gt;
#The handle is used to pick up the decanur safely without being burned.&lt;br /&gt;
&lt;br /&gt;
===Disassembly===&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/RCA_RP-7902A_CD_Player</id>
		<title>RCA RP-7902A CD Player</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/RCA_RP-7902A_CD_Player"/>
				<updated>2006-08-16T17:04:31Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
&lt;br /&gt;
[[Image:CD_RCA_Assembled.JPG|right|thumb|200px|Figure 1: Fully assembled CD player]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This product is a dated 1994 RCA CD Player. It has 41 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The CD Player basic operation comes from laser reading binary data encoded on a CD and feeding that information through the circuit board where it is translated to an electrical current which is fed through the jack to a person's headphone.&lt;br /&gt;
&lt;br /&gt;
The CD Player functions are as follows: the &amp;quot;Circuit Board&amp;quot; receives the electricity that the batteries provide.  The &amp;quot;Circuit Board&amp;quot; regulates how the electricity is used, and what parts it is supplied to at all times, so that the player functions correctly.  When the &amp;quot;Laser Motor&amp;quot; is receiving power, it spins the gears that interact with the &amp;quot;Brass Screw&amp;quot;, which causes the &amp;quot;Laser Housing&amp;quot; to slide back and forth along the two &amp;quot;Stainless Steel Rods&amp;quot;.  When the &amp;quot;CD Rotation Motor&amp;quot; is receiving power, the disc spins around it at a variable speed so that it can be read by the &amp;quot;Laser Eye&amp;quot; from the middle outward. &lt;br /&gt;
&lt;br /&gt;
The components are the input control devices such as the Play, Skip, and Stop buttons; data modifiers such as volume and bass switches; power supply; circuit board and appropriate wires and ribbons; laser tracking assembly which allows movement of laser eye as CD rotates; and CD rotation motor.&lt;br /&gt;
&lt;br /&gt;
== Current Status ==&lt;br /&gt;
The CD player currently spins a CD and displays information on the LCD screen, but does not actually read any data from CDs. Speculate that the laser eye has been damaged and does not relay any information to the circuit board.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The following table lists the Bill of Materials for the RCA CD Player:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 4.1: CD Player Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;200&amp;quot;|Part Name !! width=&amp;quot;120&amp;quot;|Serial Number !! width=&amp;quot;75&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;180&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Compartment Cover &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|216C8209 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Battery cover.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Prongs&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming &lt;br /&gt;
| [[Image:CD Prongs.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|103E5091 and 7902A&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Bottom.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brass Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brass&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:CD Brass Screw.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Unfinished Base for Laser&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| [[Image:CD Cast metal piece.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|CD Rotation Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|4A04600 and 40524C&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: 1020 Steel, Copper, Rubber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Casting, forming, molding&lt;br /&gt;
| [[Image:CD CD Rotation Motor.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Center Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ONC4586612&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD center mount.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Fiberglass, Copper, Lead, ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Forming, Injection Molding&lt;br /&gt;
| [[Image:CD Circuit Board.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Faceplate&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Faceplate.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flip Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|103E5092 and 7902A &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Flip Cover.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Hinge for Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:CD Hinge.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Eye&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Glass&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Cradle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Seat&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Track Motor &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|13KA12A and 06894KC&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: 1020 Steel, Copper&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Casting, Forming&lt;br /&gt;
| [[Image:CD Laser Motor.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Magnet for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Sheet for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| [[Image:CD SheMet.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plate for Laser Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Play Button&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber Shock Absorber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|3 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal for Laser Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel Rod &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Extrusion&lt;br /&gt;
| [[Image:CD Rod.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|T-Shaped Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|103E5090 and 7902A&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Top Half.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Laser Tracking &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Motor &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Yellow Gear for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.112-in Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.120-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|4 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining  &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.130-in Countersunk Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.175-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.185-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.260-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 39&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.280-in Round Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining  &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 40&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.380-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 41&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.425-in Pan Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|4 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:CD All 3D Models AD PRT.zip|3D Models as Alibre AD_PRT files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD all 3D Models IGS.zip|3D Models in IGS format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD All 3D Models STL.zip|3D Models in STL format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD All 3D Models STP.zip|3D Models in STP format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
[[Media:CD Player All 2D AD DRW.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Player all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Player All 2D TIFF.zip|2D Drawings as TIFF Pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Assemblies===&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Base Assembly.zip|Base Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Center Mount assembly.zip|Center Mount Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Full Assembly.zip|Full CD Player Assemblied]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Laser Assembly.zip|Laser Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.1: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Compartment Cover&lt;br /&gt;
| [[Image:CD Battery cover.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Battery Compartment Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Battery Compartment 2D Package.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Prongs&lt;br /&gt;
| [[Image:CD Prongs.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Battery Prongs 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Battery Prongs 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:CD Bottom.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Bottom 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Battery Prongs 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brass Screw &lt;br /&gt;
| [[Image:CD Brass Screw.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Brass Screw 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Brass Screw 2D Package.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Unfinished Base for Laser&lt;br /&gt;
| [[Image:CD Cast metal piece.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Cast Base 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Cast Base 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|CD Rotation Motor&lt;br /&gt;
| [[Image:CD CD Rotation Motor.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD CD Rotation Motor 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD CD Rotation Motor 2D Package.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Center Mount&lt;br /&gt;
| [[Image:CD center mount.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Center Mount 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Center Mount 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board &lt;br /&gt;
| [[Image:CD Circuit Board.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Circuit Board 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Circuit Board 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Faceplate&lt;br /&gt;
| [[Image:CD Faceplate.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Faceplate 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Faceplate 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flip Cover&lt;br /&gt;
| [[Image:CD Flip Cover.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Flip Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Flip Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Hinge for Cover&lt;br /&gt;
| [[Image:CD Hinge.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Hinge for Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Hinge for Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Eye&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Eye 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Cradle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser Cradle 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Cradle 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser Housing 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Housing 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Seat&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser Seat 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Seat 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Track Motor &lt;br /&gt;
| [[Image:CD Laser Motor.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Laser Tracking 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Motor for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Magnet for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Magnet for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Magnet for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Sheet for Laser Assembly &lt;br /&gt;
| [[Image:CD SheMet.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Metal Sheet for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Metal for Laser Assembly 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Plastic for Laser Assembly 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Plastic Gear for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plate for Laser Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Plate for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Plate for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Play Button&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Play Button 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Play Button 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber Shock Absorber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Rubber Shock Absorbers 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Rubber Shock Absorbers 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Sheet Metal 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Sheet Metal 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal for Laser Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Sheet Metal for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Sheet Metal for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Small Spring 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Small Spring 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Spring 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Spring 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel Rod &lt;br /&gt;
| [[Image:CD Rod.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Stainless Steel Rod 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Stainless Steel Rod 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|T-Shaped Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD T-Shaped Piece 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD T-Shape 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top &lt;br /&gt;
| [[Image:CD Top Half.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Top 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Top Base 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Laser Tracking &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD White Gear for Laser Tracking 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD White Gear for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Motor &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD White Gear for Motor 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD White Gear for Motor 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Yellow Gear for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Yellow Gear for Laser Assembly 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Yellow Gear for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.112-in Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 112-in Flat Head Screw 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 112-in FlatHead Screw 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.120-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 120 Button Head Screw 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 120-in Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.130-in Countersunk Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 130 in Countersunk 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 130 Counter Sunk 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.175-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 175-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 175 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.185-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 185-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 185 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.260-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 260-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 260 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 39&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.280-in Round Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 280-in Round w Washer 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 280 Round w Washer 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 40&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.380-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 380-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 380 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 41&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.425-in Pan Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 425 Pan Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 425 Pan Head 2D Package.zip|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/See_N_Say_Toy</id>
		<title>See N Say Toy</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/See_N_Say_Toy"/>
				<updated>2006-08-16T17:04:29Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
&lt;br /&gt;
[[Image:See B7593 b 2.jpg|right|thumb|300px|Figure 1: Fully assembled product]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
See N Say is a children's toy where the user pulls a lever causing the wheel to spin and play animal noises. It has 38 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
When the input lever of the See 'N Say toy is pulled down it also moves the rack gear inside the toy.  The rack gear then engages with the voice activation bar which raises the activation gear up.  The activation gear has a little protrusion on it which, when raised by the voice activation bar, engages with the main circuit board and produces the proper output sound through the speaker.  &lt;br /&gt;
&lt;br /&gt;
To produce different letter sounds one must turn the red flipper over.  When the flipper is flipped over, a different set of outputs is prodcued corresponding to the letters on the flipper.  This is done by switching the contact on the letter circuit board inside the bottom flipper hold down fixture.&lt;br /&gt;
&lt;br /&gt;
The purpose of the flywheel in the See 'N Say toy is to allow for a slower return of the input handle after the handle is pulled.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
Below is a table listing all parts included in the See N Say and their properties.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 3.1: See N Say Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Activation Gear.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Insert&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:See Activation Gear Insert.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:See Activation Gear Spring.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Battery Back.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back Gasket&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| [[Image:See Battery Back Gasket.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Blue Contact Support&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Blue Contact Support.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fiberglass, copper, lead&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding, casting, forming&lt;br /&gt;
| [[Image:See Circuit Board.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Circuit Board Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flipper.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flipper Hold Down.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold Down with Metal Contact&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Injection Molding&lt;br /&gt;
| [[Image:See Flipper Hold Down (with Metal Contact).tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Insert&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flipper Insert.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flywheel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Flywheel.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Front Casing.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Gear Train.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Gear Train Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Handle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Input Handle.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Return Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:See Input Return Spring.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Pan Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Large pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Circuit Board Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| [[Image:See Letter Circuit Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Switch Circuit Board&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic, Copper, Lead &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding, Forming&lt;br /&gt;
| [[Image:See Letter Switch Circuit Board.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Medium Pan Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Medium pan head screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Contact&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Metal Contact.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outer Housing Pan Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Outer housing pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Gear.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Setter.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Setter Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Pinion Setter Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Gear&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Rack Gear.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Rack Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rear Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Rear Housing.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Flat Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|5 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Small flat head screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Pan Washer Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:See Small pan washer head screw.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel, Copper, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining, Forming, Injection Molding&lt;br /&gt;
| [[Image:See Speaker.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Speaker mount.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Spinner.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner Hold Down Fixture&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Spinner Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Voice Activation Bar&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:See Voice Activation Bar.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[Media:Seensay Dissection Animation.wmv|See N Say Animated Disassembly]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on link and use &amp;quot;Save as&amp;quot; to download&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Disassembly Video.wmv|See N Say Disassembly Video]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on link and use &amp;quot;Save as&amp;quot; to download&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - Alibre 3D Models.zip|3D Albire AD_PRT Files]] &lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - 3D Models in STEP Format.zip|3D Models in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - 3D models in ACIS Format.zip|3D Models in ACIS format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say Toy - 3D IGS Files.zip|3D Models in IGS format]]&lt;br /&gt;
&lt;br /&gt;
STL too big to upload - gave to Dave&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say all 2D AD DRW.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See N Say all 2D TIFF.zip|2D Drawings as TIFF Pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===See N Say Assemblies===&lt;br /&gt;
''Alibre ASM, STP, STL, ACIS formats''&lt;br /&gt;
&lt;br /&gt;
[[Media:See Activation Gear Assembly.zip|Activation Gear Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Circuit Board Assembly.zip|Circuit Board Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Flipper Hold Down Assembly.zip|Flipper Hold Down Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Flipper with Metal Assembly.zip|Flipper with Metal Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Main Assembly.zip|Full See N Say Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Metal Contact and Support Assembly.zip|Metal Contact and Support Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Rack Pinion and Circuit Board Assembly.zip|Rack Pinion and Circuit Board Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Rear Assembly.zip|Rear Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:See Speaker Assembly.zip|Speaker Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.1: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear&lt;br /&gt;
| [[Image:See Activation Gear.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Activation Gear.zip|3D Package]]&lt;br /&gt;
| [[media:See 2D Activation Gear Drawing.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Insert&lt;br /&gt;
| [[Image:See Activation Gear Insert.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See Activation Gear Insert.zip|3D Package]]&lt;br /&gt;
| [[media:See Activation Gear Insert 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Activation Gear Spring&lt;br /&gt;
| [[Image:See Activation Gear Spring.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See Activation Gear Spring.zip |3D Package]]&lt;br /&gt;
| [[media:See Activation Gear Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back&lt;br /&gt;
| [[Image:See Battery Back.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Battery Back.zip|3D Package]]&lt;br /&gt;
| [[media:See 2D Battery Back.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Back Gasket&lt;br /&gt;
| [[Image:See Battery Back Gasket.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Battery Back Gasket.zip |3D Package]]&lt;br /&gt;
| [[media:See Battery Back Gasket 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Blue Contact Support&lt;br /&gt;
| [[Image:See Blue Contact Support.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Blue Contact Support.zip |3D Package]]&lt;br /&gt;
| [[media:See Blue Contact Support 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board&lt;br /&gt;
| [[Image:See Circuit Board.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Circuit Board.zip |3D Package]]&lt;br /&gt;
| [[media:See Circuit Board 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board Hold Down Fixture&lt;br /&gt;
| [[Image:See Circuit Board Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Circuit Board Hold Down Fixture.zip|3D Package]]&lt;br /&gt;
| [[media:See Circuit Board Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper&lt;br /&gt;
| [[Image:See Flipper.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold Down Fixture&lt;br /&gt;
| [[Image:See Flipper Hold Down.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper Hold Down.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Hold with Metal Contact&lt;br /&gt;
| [[Image:See Flipper Hold Down (with Metal Contact).tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper with metal.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper Hold Down (With metal).zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flipper Insert&lt;br /&gt;
| [[Image:See Flipper Insert.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flipper with metal.zip|3D Package]]&lt;br /&gt;
| [[media:See Flipper Insert.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flywheel&lt;br /&gt;
| [[Image:See Flywheel.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Flywheel.zip|3D Package]]&lt;br /&gt;
| [[media:See Flywheel.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Casing&lt;br /&gt;
| [[Image:See Front Casing.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Front Casing.zip|3D Package]]&lt;br /&gt;
| [[media:See Front Casing 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train&lt;br /&gt;
| [[Image:See Gear Train.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See N Say Toy - Gear Train.zip|3D Package]]&lt;br /&gt;
| [[media:See Gear Train 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gear Train Hold Down Fixture&lt;br /&gt;
| [[Image:See Gear Train Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See N Say Toy - Gear Train Hold Down Fixture.zip |3D Package]]&lt;br /&gt;
| [[media:See Gear Train Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Handle&lt;br /&gt;
| [[Image:See Input Handle.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Input Handle.zip |3D Package]]&lt;br /&gt;
| [[media:See Input Handle.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Input Return Spring&lt;br /&gt;
| [[Image:See Input Return Spring.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Input Return Spring.zip|3D Package]]&lt;br /&gt;
| [[media:See Input Return Spring.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Pan Head Screw&lt;br /&gt;
| [[Image:See Large pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Large Pan Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 285in Pan Head Screw 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Circuit Board Hold Down Fixture&lt;br /&gt;
| [[Image:See Letter Circuit Hold Down Fixture.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Letter Circuit Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Letter Circuit Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Letter Switch Circuit Board&lt;br /&gt;
| [[Image:See Letter Switch Circuit Board.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Letter Switch Circuit Board.zip|3D Package]]&lt;br /&gt;
| [[media:See Letter Switch Circuit Board 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Medium Pan Head Screw&lt;br /&gt;
| [[Image:See Medium pan head screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Medium Pan Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 285in Pan Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Contact&lt;br /&gt;
| [[Image:See Metal Contact.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Metal Contact.zip|3D Package]]&lt;br /&gt;
| [[media:See Metal Contact 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outer Housing Pan Head Screw&lt;br /&gt;
| [[Image:See Outer housing pan head screw.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Outer Housing Pan Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 375in Pan Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Gear&lt;br /&gt;
| [[Image:See Pinion Gear.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Gear.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Gear 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter&lt;br /&gt;
| [[Image:See Pinion Setter.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Setter.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Setter.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Hold Down Fixture&lt;br /&gt;
| [[Image:See Pinion Setter Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Setter Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Setter Holder.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pinion Setter Holder&lt;br /&gt;
| [[Image:See Pinion Setter Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Pinion Setter Holder.zip|3D Package]]&lt;br /&gt;
| [[media:See Pinion Setter Holder 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Gear&lt;br /&gt;
| [[Image:See Rack Gear.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Rack Gear.zip|3D Package]]&lt;br /&gt;
| [[media:See Rack Gear.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rack Hold Down Fixture&lt;br /&gt;
| [[Image:See Rack Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Rack Hold Down.zip|3D Package]]&lt;br /&gt;
| [[media:See Rack Hold Down Fixture.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rear Housing&lt;br /&gt;
| [[Image:See Rear Housing.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Rear Housing.zip|3D Package]]&lt;br /&gt;
| [[media:See Rear Housing.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Flat Head Screw&lt;br /&gt;
| [[Image:See Small flat head screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Small Flat Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 150in Flat Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Pan Washer Head Screw&lt;br /&gt;
| [[Image:See Small pan washer head screw.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Small Pan Washer Head Screw.zip|3D Package]]&lt;br /&gt;
| [[media:See 150in Pan Head Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker&lt;br /&gt;
| [[Image:See Speaker.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Speaker.zip|3D Package]]&lt;br /&gt;
| [[media:See Speaker 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Speaker Mount&lt;br /&gt;
| [[Image:See Speaker mount.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Speaker Mount.zip|3D Package]]&lt;br /&gt;
| [[media:See Speaker Mount 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner&lt;br /&gt;
| [[Image:See Spinner.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Spinner.zip|3D Package]]&lt;br /&gt;
| [[media:See Spinner.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spinner Hold Down Fixture&lt;br /&gt;
| [[Image:See Spinner Hold Down Fixture.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Spinner Hold Down Fixture.zip |3D Package]]&lt;br /&gt;
| [[media:See Spinner Hold Down Fixture.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Voice Activation Bar&lt;br /&gt;
| [[Image:See Voice Activation Bar.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:See 3d Voice Activation Bar.zip|3D Package]]&lt;br /&gt;
| [[media:See Voice Activation Bar.zip|2D Package]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
[http://www.howstuffworks.com/see-say.htm How Stuff Works Article on original See N Say Products]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer</id>
		<title>Toastmaster Hand-Held Mixer</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer"/>
				<updated>2006-08-16T17:04:25Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{disassembly}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Mixer_1773_500.jpg |right|thumb|200px|Figure 1: Mixer fully assembled]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Toastmaster THM5100 Hand-Held Mixer&lt;br /&gt;
&lt;br /&gt;
*5-speed&lt;br /&gt;
*100-watt&lt;br /&gt;
*2 mixing beaters&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
It has 24 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The controls on the mixer step up or down the power to the motor which in turn controls the speed of the mixer beaters. The motor, housed inside the cage, draws electrical power from the cord and in turn converts it to mechanical power. The white piece holds the motor brushes. The motor is connected rigidly to a shaft which runs the length of the mixer. The shaft, held in place by the ball, is threaded and geared with the two gage mixers, which are connected to the mixer prongs. As the shaft rotates, the threads turn the gears on the gage mixers and rotate the mixer prongs. The plastic shaft piece holds the gage mixer and prongs rigidly in place. The end of the shaft is connected to the fan, so as the motor rotates faster, so does the fan without any additional input. The fan draws air in through the slots in the bottom cover and pushes it through the length of the assembly and out the rear slots.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The table belows lists the Bill of Materials for the hand-held mixer:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 1: Toastmaster Mixer Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting &lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Mixer Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron, Copper, Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Forming, Machining, Injection Molding&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shafts for Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U-Shaped Plastic Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece for Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[media:Mixer Animated Dissection.wmv|Mixer Disassembly Animation]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on the link and &amp;quot;Save as&amp;quot; to download (.wmv format)&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged Alibre Files.zip|3D Models as Alibre AD_PRT Files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged ACIS.zip|3D Models as ACIS Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged IGS Files.zip|3D Models as IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STL Files.zip|3D Models as STL Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STP Files.zip|3D Models as STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Alibre.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Tiff.zip|2D Drawings as tiff pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mixer Assembly===&lt;br /&gt;
''AD_ASM, ACIS, STP, STL format''&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Back Part Assembly.zip|Back End Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Claw and Shaft Assembly.zip|Claw and Shaft Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Control Assembly.zip|Control Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Full Assembly.zip|Full Mixer Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Motor and Fan Assembly.zip|Motor and Fan Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Outer Assembly.zip|Cover Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 2: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Ball 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Ball 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Brush 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Brush 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Motor&lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core for Mixer Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Controls 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Controls 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Fan 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Fan 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Holder 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer Holder 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Inside Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Inside Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Large Round Head Bolt Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Long Round Head Bolt Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Mixer Prongs 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Shafts for Beaters&lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Shafts for Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Shafts for Prongs 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Short Round Head Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Short Round Head 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Spring 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U Shaped Plastic Piece&lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer U Shaped Plastic Piece 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer U Shaped Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Velocity Control 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Velocity Control 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece&lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer White Piece for Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer White Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Top Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:Top Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/RCA_RP-7902A_CD_Player</id>
		<title>RCA RP-7902A CD Player</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/RCA_RP-7902A_CD_Player"/>
				<updated>2006-08-15T03:55:41Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:CD_RCA_Assembled.JPG|right|thumb|200px|Figure 1: Fully assembled CD player]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This product is a dated 1994 RCA CD Player. It has 41 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The CD Player basic operation comes from laser reading binary data encoded on a CD and feeding that information through the circuit board where it is translated to an electrical current which is fed through the jack to a person's headphone.&lt;br /&gt;
&lt;br /&gt;
The CD Player functions are as follows: the &amp;quot;Circuit Board&amp;quot; receives the electricity that the batteries provide.  The &amp;quot;Circuit Board&amp;quot; regulates how the electricity is used, and what parts it is supplied to at all times, so that the player functions correctly.  When the &amp;quot;Laser Motor&amp;quot; is receiving power, it spins the gears that interact with the &amp;quot;Brass Screw&amp;quot;, which causes the &amp;quot;Laser Housing&amp;quot; to slide back and forth along the two &amp;quot;Stainless Steel Rods&amp;quot;.  When the &amp;quot;CD Rotation Motor&amp;quot; is receiving power, the disc spins around it at a variable speed so that it can be read by the &amp;quot;Laser Eye&amp;quot; from the middle outward. &lt;br /&gt;
&lt;br /&gt;
The components are the input control devices such as the Play, Skip, and Stop buttons; data modifiers such as volume and bass switches; power supply; circuit board and appropriate wires and ribbons; laser tracking assembly which allows movement of laser eye as CD rotates; and CD rotation motor.&lt;br /&gt;
&lt;br /&gt;
== Current Status ==&lt;br /&gt;
The CD player currently spins a CD and displays information on the LCD screen, but does not actually read any data from CDs. Speculate that the laser eye has been damaged and does not relay any information to the circuit board.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The following table lists the Bill of Materials for the RCA CD Player:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 4.1: CD Player Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;200&amp;quot;|Part Name !! width=&amp;quot;120&amp;quot;|Serial Number !! width=&amp;quot;75&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;180&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Compartment Cover &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|216C8209 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Battery cover.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Prongs&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming &lt;br /&gt;
| [[Image:CD Prongs.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|103E5091 and 7902A&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Bottom.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brass Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brass&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:CD Brass Screw.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Unfinished Base for Laser&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| [[Image:CD Cast metal piece.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|CD Rotation Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|4A04600 and 40524C&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: 1020 Steel, Copper, Rubber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Casting, forming, molding&lt;br /&gt;
| [[Image:CD CD Rotation Motor.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Center Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ONC4586612&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD center mount.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Fiberglass, Copper, Lead, ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Forming, Injection Molding&lt;br /&gt;
| [[Image:CD Circuit Board.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Faceplate&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Faceplate.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flip Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|103E5092 and 7902A &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Flip Cover.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Hinge for Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:CD Hinge.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Eye&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Glass&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Cradle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Seat&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Track Motor &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|13KA12A and 06894KC&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: 1020 Steel, Copper&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied: Casting, Forming&lt;br /&gt;
| [[Image:CD Laser Motor.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Magnet for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Sheet for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| [[Image:CD SheMet.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plate for Laser Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Play Button&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber Shock Absorber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|3 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal for Laser Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forging&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel Rod &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Extrusion&lt;br /&gt;
| [[Image:CD Rod.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|T-Shaped Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|103E5090 and 7902A&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:CD Top Half.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Laser Tracking &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Motor &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Yellow Gear for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.112-in Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.120-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|4 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining  &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.130-in Countersunk Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.175-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.185-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.260-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 39&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.280-in Round Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining  &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 40&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.380-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|-&lt;br /&gt;
! 41&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.425-in Pan Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|4 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:CD All 3D Models AD PRT.zip|3D Models as Alibre AD_PRT files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD all 3D Models IGS.zip|3D Models in IGS format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD All 3D Models STL.zip|3D Models in STL format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD All 3D Models STP.zip|3D Models in STP format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
[[Media:CD Player All 2D AD DRW.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Player all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Player All 2D TIFF.zip|2D Drawings as TIFF Pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Assemblies===&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Base Assembly.zip|Base Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Center Mount assembly.zip|Center Mount Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Full Assembly.zip|Full CD Player Assemblied]]&lt;br /&gt;
&lt;br /&gt;
[[Media:CD Laser Assembly.zip|Laser Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.1: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Compartment Cover&lt;br /&gt;
| [[Image:CD Battery cover.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Battery Compartment Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Battery Compartment 2D Package.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Battery Prongs&lt;br /&gt;
| [[Image:CD Prongs.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Battery Prongs 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Battery Prongs 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:CD Bottom.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Bottom 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Battery Prongs 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brass Screw &lt;br /&gt;
| [[Image:CD Brass Screw.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Brass Screw 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Brass Screw 2D Package.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Unfinished Base for Laser&lt;br /&gt;
| [[Image:CD Cast metal piece.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Cast Base 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Cast Base 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|CD Rotation Motor&lt;br /&gt;
| [[Image:CD CD Rotation Motor.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD CD Rotation Motor 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD CD Rotation Motor 2D Package.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Center Mount&lt;br /&gt;
| [[Image:CD center mount.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Center Mount 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Center Mount 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Circuit Board &lt;br /&gt;
| [[Image:CD Circuit Board.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Circuit Board 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Circuit Board 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Faceplate&lt;br /&gt;
| [[Image:CD Faceplate.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Faceplate 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Faceplate 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Flip Cover&lt;br /&gt;
| [[Image:CD Flip Cover.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Flip Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Flip Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Hinge for Cover&lt;br /&gt;
| [[Image:CD Hinge.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Hinge for Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Hinge for Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Eye&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Eye 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Cradle&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser Cradle 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Cradle 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Housing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser Housing 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Housing 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Seat&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Laser Seat 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Laser Seat 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Laser Track Motor &lt;br /&gt;
| [[Image:CD Laser Motor.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:CD Laser Tracking 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Motor for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Magnet for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Magnet for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Magnet for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Metal Sheet for Laser Assembly &lt;br /&gt;
| [[Image:CD SheMet.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Metal Sheet for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Metal for Laser Assembly 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Plastic for Laser Assembly 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Plastic Gear for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plate for Laser Casing&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Plate for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Plate for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Play Button&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Play Button 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Play Button 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber Shock Absorber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Rubber Shock Absorbers 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Rubber Shock Absorbers 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Sheet Metal 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Sheet Metal 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sheet Metal for Laser Mount&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Sheet Metal for Laser 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Sheet Metal for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 25&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Small Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Small Spring 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Small Spring 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 26&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Spring 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Spring 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 27&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel Rod &lt;br /&gt;
| [[Image:CD Rod.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Stainless Steel Rod 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Stainless Steel Rod 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 28&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|T-Shaped Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD T-Shaped Piece 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD T-Shape 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 29&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top &lt;br /&gt;
| [[Image:CD Top Half.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:CD Top 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Top Base 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 30&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Laser Tracking &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD White Gear for Laser Tracking 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD White Gear for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 31&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Gear for Motor &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD White Gear for Motor 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD White Gear for Motor 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 32&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Yellow Gear for Laser Assembly &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD Yellow Gear for Laser Assembly 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD Yellow Gear for Laser 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 33&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.112-in Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 112-in Flat Head Screw 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 112-in FlatHead Screw 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 34&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.120-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 120 Button Head Screw 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 120-in Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 35&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.130-in Countersunk Flat Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 130 in Countersunk 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 130 Counter Sunk 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 36&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.175-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 175-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 175 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 37&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.185-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 185-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 185 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 38&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.260-in Button Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 260-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 260 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 39&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.280-in Round Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 280-in Round w Washer 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 280 Round w Washer 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 40&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.380-in Button Head Bolt &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 380-in Button Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 380 Button Head 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 41&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|.425-in Pan Head Screw &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|NA&lt;br /&gt;
| [[media:CD 425 Pan Head 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:CD 425 Pan Head 2D Package.zip|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer</id>
		<title>Toastmaster Hand-Held Mixer</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer"/>
				<updated>2006-08-15T03:24:48Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Mixer_1773_500.jpg |right|thumb|200px|Figure 1: Mixer fully assembled]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Toastmaster THM5100 Hand-Held Mixer&lt;br /&gt;
&lt;br /&gt;
*5-speed&lt;br /&gt;
*100-watt&lt;br /&gt;
*2 mixing beaters&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
It has 24 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The controls on the mixer step up or down the power to the motor which in turn controls the speed of the mixer beaters. The motor, housed inside the cage, draws electrical power from the cord and in turn converts it to mechanical power. The white piece holds the motor brushes. The motor is connected rigidly to a shaft which runs the length of the mixer. The shaft, held in place by the ball, is threaded and geared with the two gage mixers, which are connected to the mixer prongs. As the shaft rotates, the threads turn the gears on the gage mixers and rotate the mixer prongs. The plastic shaft piece holds the gage mixer and prongs rigidly in place. The end of the shaft is connected to the fan, so as the motor rotates faster, so does the fan without any additional input. The fan draws air in through the slots in the bottom cover and pushes it through the length of the assembly and out the rear slots.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The table belows lists the Bill of Materials for the hand-held mixer:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 1: Toastmaster Mixer Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting &lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Mixer Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron, Copper, Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Forming, Machining, Injection Molding&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shafts for Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U-Shaped Plastic Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece for Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[media:Mixer Animated Dissection.wmv|Mixer Disassembly Animation]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on the link and &amp;quot;Save as&amp;quot; to download (.wmv format)&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged Alibre Files.zip|3D Models as Alibre AD_PRT Files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged ACIS.zip|3D Models as ACIS Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged IGS Files.zip|3D Models as IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STL Files.zip|3D Models as STL Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STP Files.zip|3D Models as STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Alibre.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Tiff.zip|2D Drawings as tiff pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mixer Assembly===&lt;br /&gt;
''AD_ASM, ACIS, STP, STL format''&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Back Part Assembly.zip|Back End Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Claw and Shaft Assembly.zip|Claw and Shaft Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Control Assembly.zip|Control Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Full Assembly.zip|Full Mixer Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Motor and Fan Assembly.zip|Motor and Fan Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Outer Assembly.zip|Cover Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 2: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Ball 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Ball 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Brush 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Brush 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Motor&lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core for Mixer Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Controls 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Controls 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Fan 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Fan 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Holder 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer Holder 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Inside Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Inside Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Large Round Head Bolt Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Long Round Head Bolt Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Mixer Prongs 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Shafts for Beaters&lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Shafts for Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Shafts for Prongs 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Short Round Head Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Short Round Head 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Spring 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U Shaped Plastic Piece&lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer U Shaped Plastic Piece 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer U Shaped Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Velocity Control 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Velocity Control 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece&lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer White Piece for Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer White Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Top Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:Top Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Kodak_Waterproof_One-Time-Use_Camera</id>
		<title>Kodak Waterproof One-Time-Use Camera</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Kodak_Waterproof_One-Time-Use_Camera"/>
				<updated>2006-08-15T03:19:58Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:DSCN0166.JPG|right|thumb|300px|Figure 1: Fully assembled product]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This product is a one-time use disposable, waterproof camera manufactured by Kodak. It has 23 distinct parts with the majority being made of ABS Plastic and by injection molding.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The disposable camera is all mechanical with no electrical components (the exception is a camera with a flash, where a circuit board and battery are included, but that is not the case in this model). &lt;br /&gt;
&lt;br /&gt;
When the photographer depresses the shutter button (which is actually just an extension of the &amp;quot;Viewfinder&amp;quot;), the button moves the &amp;quot;Shutter Lever&amp;quot; to one side, rotating the &amp;quot;Shutter&amp;quot; until the &amp;quot;Shutter Spring&amp;quot; forces the &amp;quot;Shutter Lever&amp;quot; to return to a halfway position. The &amp;quot;Shutter&amp;quot; cannot be rotated again until the &amp;quot;Shutter Lever&amp;quot; is reset. The &amp;quot;Shutter&amp;quot; remains open for only a fraction of a second, as the &amp;quot;Shutter Spring&amp;quot; retracts it as soon as the &amp;quot;Shutter Lever&amp;quot; passes, allowing light to pass through both lenses to the exposed film. During the &amp;quot;Shutter Lever&amp;quot; movement, the &amp;quot;Camshaft&amp;quot; is offset slightly by an extension from the &amp;quot;Shutter Lever&amp;quot; which releases the &amp;quot;Film Advance Lock.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
With the picture taken, the photographer winds the &amp;quot;Film Advance Wheel&amp;quot; which rolls up film into the &amp;quot;Film Canister&amp;quot; and clicks off numbers on the &amp;quot;Frame Counter.&amp;quot; The film is slotted onto the &amp;quot;Sprocket&amp;quot; which is joined to the &amp;quot;Camshaft&amp;quot; causing both to rotate with the film. When the &amp;quot;Camshaft&amp;quot; rotates a complete cycle, the &amp;quot;Shutter Lever&amp;quot; is reset and the &amp;quot;Film Advance Lock&amp;quot; returns to its original position preventing operation of the &amp;quot;Film Advance Wheel&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
The purpose of the &amp;quot;Exterior Front&amp;quot; and &amp;quot;Exterior Back&amp;quot; covers are to protect the camera from the elements. The &amp;quot;Outside Film Advance&amp;quot; allows the rotation of the &amp;quot;Film Advance Wheel&amp;quot; despite the exterior covers. The &amp;quot;Washer&amp;quot; seals the hole between the &amp;quot;Outside Film Advance&amp;quot; shaft and the &amp;quot;Film Advance Wheel&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Lens Holder&amp;quot; and &amp;quot;Eyehole Holder&amp;quot; serve to hold their respective components in place. The &amp;quot;Eyehole Cover&amp;quot; allows only a small fraction of the incoming light to be focused on the &amp;quot;Inner Lens&amp;quot; giving a sharper, clearer image.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
&lt;br /&gt;
The table belows lists the Bill of Materials for the disposable camera:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 3.1: Disposable Camera Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Back Interior &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera back interior.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Back Plastic Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
|align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|[[Image:Camera Back Exterior Cover.JPG|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Camshaft &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Camshaft.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Eyehole for Shutter &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Eyehole.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Advance Gear &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Film Advance.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Advance Lock&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Advance Lock.JPG|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Canister&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Varied &lt;br /&gt;
| [[Image:FilmCanister.jpg |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Film Spindle &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Spindle.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Frame Counter &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Frame Counter.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Front Interior &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera front interior.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Front Plastic Cover &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic and Rubber &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding and Molding &lt;br /&gt;
| [[Image:Camera front exterior.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Inner Lens &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Inner Lens.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Interior Body &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Interior.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Lens Holder &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Lens Holder.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Outer Lens&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Outer Lens.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Outside Film Advance &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Exterior film advance.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shutter &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stamping&lt;br /&gt;
| [[Image:Camera Shutter.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shutter Lever &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Shutter Lever.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Shutter Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Camera shutter spring.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Spring for Shutter Lever &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Camera Shutter Lever Spring.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Sprocket &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Sprocket.JPG |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Viewfinder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Camera Viewfinder.JPG  |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Washer &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Rubber&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Molding&lt;br /&gt;
| [[Image:Camera Washer.JPG  |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
The ease of disassembly (ranked on a scale of 1 - 5 with five being the most difficult) is ranked at 2. No tools are required for disassembly but a flathead screwdriver or knife helps.&lt;br /&gt;
&lt;br /&gt;
The following table lists the steps and procedures for disassembly:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 4.1: Disassembly of a Disposable Camera'''&lt;br /&gt;
! width=&amp;quot;75&amp;quot;|Step !! width=&amp;quot;400&amp;quot;|Procedure !! width=&amp;quot;200&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Pop film advance wheel up and &amp;lt;br&amp;gt;out from body; separate covers || [[Image:Camera Cover Disassembly.jpg|center|thumb|150px|Figure 5.1: Exterior Disassembly]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Remove film canister and film spindle||[[Image:Camera disassembly 5.jpg|center|thumb|150px|Figure 5.2: Large Component Removal]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Remove lens holder, outer lens, shutter cap, &amp;lt;br&amp;gt;shutter spring, shutter, eyehole, and inner lens||[[Image:Camera disassembly 2.jpg|center|thumb|150px|Figure 5.3: Lens Assembly Dissection]]     [[Image:Camera disassembly 4.jpg|center|thumb|150px|Figure 5.4: Lens Assembly Dissection View 2]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Remove viewfinder, frame counter, internal film &amp;lt;br&amp;gt;advance wheel, shutter lever, advance lock, camshaft, &amp;lt;br&amp;gt;lever spring, and sprocket||[[Image:Camera disassembly 3.jpg|center|thumb|150px|Figure 5.5: Final Component Removal]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[media:Camera Animated Dissection.wmv|Disassembly of Camera (.wmv)]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right-click on the link and select &amp;quot;Save As&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Files ==&lt;br /&gt;
&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models - Alibre Parts Only.zip|3D Models as Alibre Design AD_PRT]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera - 3D Models in STEP Format.zip|3D Models in STEP Format]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models as ACIS format.zip|3D Models in ACIS Format]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models as IGS Format.zip|3D Models in IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 3D Models as STL format.zip|3D Models in STL Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 2D Files.zip|2D Alibre Drawings (.AD_DRW)]]&lt;br /&gt;
&lt;br /&gt;
[[media:Kodak Camera 2D Drawings in STP format.zip|2D Drawings in STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Camera Assembly===&lt;br /&gt;
&lt;br /&gt;
[[media:Camera Assembly.zip|Camera Assembly as ACIS, STL, STP, and Alibre]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.1: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Back Interior &lt;br /&gt;
| [[Image:Camera back interior.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Back Interior.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Back Interior 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Back Plastic Cover&lt;br /&gt;
| [[Image:Camera Back Exterior Cover.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3D Back Plastic Cover.zip |3D Package]]&lt;br /&gt;
| [[media:Camera Back Plastic Cover 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Camshaft &lt;br /&gt;
| [[Image:Camera Camshaft.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Camshaft.zip |3D Package]]&lt;br /&gt;
| [[media:Camera Camshaft 2D Packaged Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Eyehole for Shutter  &lt;br /&gt;
| [[Image:Camera Eyehole.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Eyehole for Shutter.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Eyehole Cover 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Advance Gear &lt;br /&gt;
| [[Image:Camera Film Advance.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Advance.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Advance 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Advance Lock&lt;br /&gt;
| [[Image:Camera Advance Lock.JPG|center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Advance Lock (plastic 2).zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Advance Lock 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Canister&lt;br /&gt;
| [[Image:FilmCanister.jpg |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Canister.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Canister 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Film Spindle &lt;br /&gt;
| [[Image:Camera Spindle.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Film Spindle.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Film Spindle 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Frame Counter &lt;br /&gt;
| [[Image:Camera Frame Counter.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Frame Counter.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Frame Counter 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Interior &lt;br /&gt;
| [[Image:Camera front interior.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Front Interior.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Front Interior 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Front Plastic Cover &lt;br /&gt;
| [[Image:Camera front exterior.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Front Plastic Cover.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Front Plastic Cover v2 2D Package.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inner Lens &lt;br /&gt;
| [[Image:Camera Inner Lens.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Inner Lens.zip|3D Package]]&lt;br /&gt;
| [[media:Camera_Inner_Lens_2D_Package.zip.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Interior Body &lt;br /&gt;
| [[Image:Camera Interior.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Interior.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Interior Body 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Lens Holder &lt;br /&gt;
| [[Image:Camera Lens Holder.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Lens Holder.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Lens Holder 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outer Lens&lt;br /&gt;
| [[Image:Camera Outer Lens.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Outer Lens.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Outer Lens 2D Packaged Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Outside Film Advance &lt;br /&gt;
| [[Image:Camera Exterior film advance.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Outside Film Advance.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Outside Film Advance 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shutter &lt;br /&gt;
| [[Image:Camera Shutter.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Shutter.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Outside Film Advance 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shutter Lever &lt;br /&gt;
| [[Image:Camera Shutter Lever.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Shutter Lever.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Shutter Lever 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shutter Spring&lt;br /&gt;
| [[Image:Camera shutter spring.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Shutter Spring.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Shutter Spring 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring for Shutter Lever &lt;br /&gt;
| [[Image:Camera Shutter Lever Spring.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Spring for Plastic.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Spring for Lever 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Sprocket &lt;br /&gt;
| [[Image:Camera Sprocket.JPG |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Sprocket.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Sprocket 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Viewfinder&lt;br /&gt;
| [[Image:Camera Viewfinder.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Top Clear piece.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Viewfinder Holder 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
|align=&amp;quot;center&amp;quot;|Washer &lt;br /&gt;
| [[Image:Camera Washer.JPG  |center|thumb|50px]]&lt;br /&gt;
| [[media:Camera 3d Washer.zip|3D Package]]&lt;br /&gt;
| [[media:Camera Washer 2D Packaged Drawings.zip|2D Package]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 5.2: Point and Mesh Clouds Available for Download'''&lt;br /&gt;
&amp;lt;br&amp;gt;''(Zipped .wrp format)''&lt;br /&gt;
! width=&amp;quot;300&amp;quot;|Image !! width=&amp;quot;200&amp;quot;|Link&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Front exterior - merged.jpg|center|thumb|200px|Figure 5.1 Front Exterior Scan]]&lt;br /&gt;
| Gave to Dave&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Front Interior - merged.jpg|center|thumb|200px|Figure 5.2 Front Interior Scan]]&lt;br /&gt;
| Gave to Dave&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Back Exterior - Front.jpg |center|thumb|200px|Figure 5.3 Rear Exterior Scan (Front View)]]&lt;br /&gt;
[[Image:Camera Back Exterior - Back.jpg|center|thumb|200px|Figure 5.4 Rear Exterior Scan (Back View)]]&lt;br /&gt;
| Gave to Dave&lt;br /&gt;
|-&lt;br /&gt;
! [[Image:Camera Back Cover Scan.jpg|center|thumb|200px|Figure 5.4 Rear Interior Scan]]&lt;br /&gt;
| [[media:Camera Back Cover - wrp.zip|WRP Scan Files]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
[http://kodak.com/eknec/PageQuerier.jhtml?pq-path=2/3/9/1026&amp;amp;pq-locale=en_US Other Kodak One-Time-Use Cameras]&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer</id>
		<title>Toastmaster Hand-Held Mixer</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer"/>
				<updated>2006-08-15T03:17:11Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Mixer_1773_500.jpg |right|thumb|200px|Figure 1: Mixer fully assembled]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Toastmaster THM5100 Hand-Held Mixer&lt;br /&gt;
&lt;br /&gt;
*5-speed&lt;br /&gt;
*100-watt&lt;br /&gt;
*2 mixing beaters&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
It has 24 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The controls on the mixer step up or down the power to the motor which in turn controls the speed of the mixer beaters. The motor, housed inside the cage, draws electrical power from the cord and in turn converts it to mechanical power. The white piece holds the motor brushes. The motor is connected rigidly to a shaft which runs the length of the mixer. The shaft, held in place by the ball, is threaded and geared with the two gage mixers, which are connected to the mixer prongs. As the shaft rotates, the threads turn the gears on the gage mixers and rotate the mixer prongs. The plastic shaft piece holds the gage mixer and prongs rigidly in place. The end of the shaft is connected to the fan, so as the motor rotates faster, so does the fan without any additional input. The fan draws air in through the slots in the bottom cover and pushes it through the length of the assembly and out the rear slots.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The table belows lists the Bill of Materials for the hand-held mixer:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 1: Toastmaster Mixer Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting &lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Mixer Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron, Copper, Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Forming, Machining, Injection Molding&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shafts for Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U-Shaped Plastic Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece for Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[media:Mixer Animated Dissection.wmv|Mixer Disassembly Animation]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on the link and &amp;quot;Save as&amp;quot; to download (.wmv format)&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
===3D Models===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged Alibre Files.zip|3D Models as Alibre AD_PRT Files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged ACIS.zip|3D Models as ACIS Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged IGS Files.zip|3D Models as IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STL Files.zip|3D Models as STL Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Packaged STP Files.zip|3D Models as STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Alibre.zip|2D Drawings in Alibre AD_DRW format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D STP.zip|2D Drawings in STP format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer all 2D Tiff.zip|2D Drawings as tiff pictures]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mixer Assembly===&lt;br /&gt;
''AD_ASM, ACIS, STP, STL format''&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Back Part Assembly.zip|Back End Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Claw and Shaft Assembly.zip|Claw and Shaft Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Control Assembly.zip|Control Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Full Assembly.zip|Full Mixer Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Motor and Fan Assembly.zip|Motor and Fan Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Outer Assembly.zip|Cover Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 2: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Ball 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Ball 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:X|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Brush 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Brush 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Motor&lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core for Mixer Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Controls 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:X|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Fan 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Fan 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Holder 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer Holder 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Inside Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Inside Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Large Round Head Bolt Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Long Round Head Bolt Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Mixer Prongs 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Shafts for Beaters&lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Shafts for Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Shafts for Prongs 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Short Round Head Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Short Round Head 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Spring 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U Shaped Plastic Piece&lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer U Shaped Plastic Piece 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer U Shaped Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Velocity Control 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Velocity Control 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece&lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer White Piece for Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer White Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Top Cover 3D Package.zip|3D Package]]&lt;br /&gt;
| [[media:Top Cover 2D Package.zip|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Top_Cover_3D_Package.zip</id>
		<title>File:Top Cover 3D Package.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Top_Cover_3D_Package.zip"/>
				<updated>2006-08-15T02:50:08Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Top_Cover_2D_Package.zip</id>
		<title>File:Top Cover 2D Package.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Top_Cover_2D_Package.zip"/>
				<updated>2006-08-15T02:49:12Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Mixer_all_2D_Tiff.zip</id>
		<title>File:Mixer all 2D Tiff.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Mixer_all_2D_Tiff.zip"/>
				<updated>2006-08-15T02:48:51Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Mixer_all_2D_STP.zip</id>
		<title>File:Mixer all 2D STP.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Mixer_all_2D_STP.zip"/>
				<updated>2006-08-15T02:48:34Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Mixer_all_2D_Alibre.zip</id>
		<title>File:Mixer all 2D Alibre.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Mixer_all_2D_Alibre.zip"/>
				<updated>2006-08-15T02:46:54Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_STP_Files.zip</id>
		<title>File:Mixer 3D Packaged STP Files.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_STP_Files.zip"/>
				<updated>2006-08-15T02:45:57Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_STL_Files.zip</id>
		<title>File:Mixer 3D Packaged STL Files.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_STL_Files.zip"/>
				<updated>2006-08-15T02:45:17Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer</id>
		<title>Toastmaster Hand-Held Mixer</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer"/>
				<updated>2006-08-15T02:43:51Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* How It Works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Mixer_1773_500.jpg |right|thumb|200px|Figure 1: Mixer fully assembled]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Toastmaster THM5100 Hand-Held Mixer&lt;br /&gt;
&lt;br /&gt;
*5-speed&lt;br /&gt;
*100-watt&lt;br /&gt;
*2 mixing beaters&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
It has 24 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The controls on the mixer step up or down the power to the motor which in turn controls the speed of the mixer beaters. The motor, housed inside the cage, draws electrical power from the cord and in turn converts it to mechanical power. The white piece holds the motor brushes. The motor is connected rigidly to a shaft which runs the length of the mixer. The shaft, held in place by the ball, is threaded and geared with the two gage mixers, which are connected to the mixer prongs. As the shaft rotates, the threads turn the gears on the gage mixers and rotate the mixer prongs. The plastic shaft piece holds the gage mixer and prongs rigidly in place. The end of the shaft is connected to the fan, so as the motor rotates faster, so does the fan without any additional input. The fan draws air in through the slots in the bottom cover and pushes it through the length of the assembly and out the rear slots.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The table belows lists the Bill of Materials for the hand-held mixer:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 1: Toastmaster Mixer Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting &lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Mixer Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron, Copper, Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Forming, Machining, Injection Molding&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shafts for Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U-Shaped Plastic Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece for Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[media:Mixer Animated Dissection.wmv|Mixer Disassembly Animation]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on the link and &amp;quot;Save as&amp;quot; to download (.wmv format)&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
===3D Models===&lt;br /&gt;
replace 3d files with new verisons&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Alibre Files.zip|Alibre AD_PRT Files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Files in ACIS Format.zip|ACIS Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Files in IGS format.zip|IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Files in STL format.zip|STL Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Files in STP format.zip|STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
--finish two, then package and upload&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mixer Assembly===&lt;br /&gt;
''AD_ASM, ACIS, STP, STL format''&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Back Part Assembly.zip|Back End Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Claw and Shaft Assembly.zip|Claw and Shaft Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Control Assembly.zip|Control Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Full Assembly.zip|Full Mixer Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Motor and Fan Assembly.zip|Motor and Fan Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Outer Assembly.zip|Cover Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 2: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Ball 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Ball 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:X|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Brush 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Brush 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Motor&lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core for Mixer Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Controls 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:X|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Fan 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Fan 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Holder 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer Holder 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Inside Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Inside Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Large Round Head Bolt Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Long Round Head Bolt Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Mixer Prongs 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Shafts for Beaters&lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Shafts for Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Shafts for Prongs 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Short Round Head Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Short Round Head 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Spring 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U Shaped Plastic Piece&lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer U Shaped Plastic Piece 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer U Shaped Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Velocity Control 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Velocity Control 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece&lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer White Piece for Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer White Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:X|3D Package]]&lt;br /&gt;
| [[media:X|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_IGS_Files.zip</id>
		<title>File:Mixer 3D Packaged IGS Files.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_IGS_Files.zip"/>
				<updated>2006-08-15T02:43:07Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer</id>
		<title>Toastmaster Hand-Held Mixer</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/Toastmaster_Hand-Held_Mixer"/>
				<updated>2006-08-15T02:42:01Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: /* Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Mixer_1773_500.jpg |right|thumb|200px|Figure 1: Mixer fully assembled]]&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Toastmaster THM5100 Hand-Held Mixer&lt;br /&gt;
&lt;br /&gt;
*5-speed&lt;br /&gt;
*100-watt&lt;br /&gt;
*2 mixing beaters&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
It has 24 distinct parts.&lt;br /&gt;
&lt;br /&gt;
== How It Works ==&lt;br /&gt;
The controls on the mixer step up or down the power to the motor which in turn controls the speed of the mixer beaters. The motor, housed inside the cage, draws electrical power from the cord and in turn converts it to mechanical power. The white piece holds the motor brushes. The motor is connected rigidly to a shaft which runs the length of the mixer. The shaft, held in place by the ball, is threaded and geared with the two gage mixers, which are connected to the mixer prongs. As the shaft rotates, the threads turn the gears on the gage mixers and rotate the mixer prongs. The plastic shaft piece holds the gage mixer and prongs rigidly in place. The end of the shaft is connected to the fan, so as the motor rotates faster, so does the fan without any additional input.&lt;br /&gt;
&lt;br /&gt;
==Parts==&lt;br /&gt;
The table belows lists the Bill of Materials for the hand-held mixer:&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 1: Toastmaster Mixer Bill of Materials'''&lt;br /&gt;
! width=&amp;quot;50&amp;quot;|Part # !! width=&amp;quot;100&amp;quot;|Part Name !! width=&amp;quot;50&amp;quot;|# Req'd !! width=&amp;quot;120&amp;quot;|Mat'l !! width=&amp;quot;145&amp;quot;| Manufacturing Process !! width=&amp;quot;100&amp;quot;|Image&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting &lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Mixer Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Iron, Copper, Steel, ABS Plastic&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting, Forming, Machining, Injection Molding&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Stainless Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Casting&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Shafts for Mixer Beaters&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Machining &lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|2 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1040 Steel&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Forming&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U-Shaped Plastic Piece&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece for Mixer&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|1 &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|ABS Plastic &lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Injection Molding &lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Disassembly==&lt;br /&gt;
[[media:Mixer Animated Dissection.wmv|Mixer Disassembly Animation]]&lt;br /&gt;
&amp;lt;br&amp;gt;Right click on the link and &amp;quot;Save as&amp;quot; to download (.wmv format)&lt;br /&gt;
&lt;br /&gt;
==Files==&lt;br /&gt;
===3D Models===&lt;br /&gt;
replace 3d files with new verisons&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Alibre Files.zip|Alibre AD_PRT Files]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Files in ACIS Format.zip|ACIS Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Files in IGS format.zip|IGS Format]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Files in STL format.zip|STL Format]] &lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer 3D Files in STP format.zip|STP Format]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2D Drawings===&lt;br /&gt;
&lt;br /&gt;
--finish two, then package and upload&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Mixer Assembly===&lt;br /&gt;
''AD_ASM, ACIS, STP, STL format''&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Back Part Assembly.zip|Back End Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Claw and Shaft Assembly.zip|Claw and Shaft Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Control Assembly.zip|Control Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Full Assembly.zip|Full Mixer Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Motor and Fan Assembly.zip|Motor and Fan Assembly]]&lt;br /&gt;
&lt;br /&gt;
[[Media:Mixer Outer Assembly.zip|Cover Assembly]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|+ '''Table 2: List of Models for Download''' &amp;lt;br&amp;gt;''(Zipped ACIS, IGS, STL, STP, AD_PRT Files)''&lt;br /&gt;
! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Part # !! width=&amp;quot;250&amp;quot; align=&amp;quot;center&amp;quot;|Part Name !! width=&amp;quot;100&amp;quot; align=&amp;quot;center&amp;quot;|Image !! width=&amp;quot;150&amp;quot; align=&amp;quot;center&amp;quot;|3D Models !! width=&amp;quot;170&amp;quot; align=&amp;quot;center&amp;quot;|2D Drawings&lt;br /&gt;
|-&lt;br /&gt;
! 1&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Ball&lt;br /&gt;
| [[Image:Mixer Ball.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Ball 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Ball 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 2&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bottom Cover&lt;br /&gt;
| [[Image:Mixer Bottom Cover.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bottom Cover 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:X|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 3&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Bronze Controller&lt;br /&gt;
| [[Image:Mixer Bronze Controller.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Bronze Controller 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 4&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Brush&lt;br /&gt;
| [[Image:Mixer Brush.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Brush 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Brush 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 5&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Cage for Motor&lt;br /&gt;
| [[Image:Mixer Cage for Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Cage for Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 6&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Claw Shaped Core for Motor&lt;br /&gt;
| [[Image:Mixer Claw Shaped Core for Mixer Motor.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core for Mixer Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Claw Shaped Core 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 7&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Controls&lt;br /&gt;
| [[Image:Mixer Controls.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Controls 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:X|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 8&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Fan&lt;br /&gt;
| [[Image:Mixer Fan.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Fan 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Fan 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 9&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Holder&lt;br /&gt;
| [[Image:Mixer Gage Holder.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Holder 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer Holder 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 10&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Gage Mixer&lt;br /&gt;
| [[Image:Mixer Gage Mixer.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Gage Mixer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 11&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Inside Motor&lt;br /&gt;
| [[Image:Mixer Inside Motor.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Inside Motor 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Inside Motor 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 12&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Large Round Head Bolt&lt;br /&gt;
| [[Image:Mixer Large Round Head Bolt Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Large Round Head Bolt Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Long Round Head Bolt Screw 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 13&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer&lt;br /&gt;
| [[Image:Mixer Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 14&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 2&lt;br /&gt;
| [[Image:Mixer Plastic Washer 2.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 2 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 15&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Plastic Washer 3&lt;br /&gt;
| [[Image:Mixer Plastic Washer 3.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 3D Packaged Files.zip |3D Package]]&lt;br /&gt;
| [[media:Mixer Plastic Washer 3 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 16&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Beaters&lt;br /&gt;
| [[Image:Mixer Mixer Prongs.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Mixer Prongs 2D Packed Drawings.zip |2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 17&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Mixer Shafts for Beaters&lt;br /&gt;
| [[Image:Mixer Shafts for Mixer Prongs.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Shafts for Mixer Prongs 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Shafts for Prongs 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 18&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Short Round Head Screw&lt;br /&gt;
| [[Image:Mixer Short Round Head Screw.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Short Round Head Screw 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Short Round Head 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 19&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Spring&lt;br /&gt;
| [[Image:Mixer Spring.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Spring 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Spring 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 20&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Thin Plastic Washer&lt;br /&gt;
| [[Image:Mixer Thin Plastic Washer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Thin Plastic Washer 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 21&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|U Shaped Plastic Piece&lt;br /&gt;
| [[Image:Mixer U-Shaped Plastic Piece.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer U Shaped Plastic Piece 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer U Shaped Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 22&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Velocity Control&lt;br /&gt;
| [[Image:Mixer Velocity Control.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer Velocity Control 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer Velocity Control 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 23&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|White Piece&lt;br /&gt;
| [[Image:Mixer White Piece for Mixer.tiff|center|thumb|50px]]&lt;br /&gt;
| [[media:Mixer White Piece for Mixer 3D Packaged Files.zip|3D Package]]&lt;br /&gt;
| [[media:Mixer White Piece 2D Packed Drawings.zip|2D Package]]&lt;br /&gt;
|-&lt;br /&gt;
! 24&lt;br /&gt;
| align=&amp;quot;center&amp;quot;|Top Cover&lt;br /&gt;
| [[Image:Mixer Cover.tiff |center|thumb|50px]]&lt;br /&gt;
| [[media:X|3D Package]]&lt;br /&gt;
| [[media:X|2D Package]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_ACIS.zip</id>
		<title>File:Mixer 3D Packaged ACIS.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_ACIS.zip"/>
				<updated>2006-08-15T02:41:28Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	<entry>
		<id>http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_Alibre_Files.zip</id>
		<title>File:Mixer 3D Packaged Alibre Files.zip</title>
		<link rel="alternate" type="text/html" href="http://gicl.cs.drexel.edu/wiki/File:Mixer_3D_Packaged_Alibre_Files.zip"/>
				<updated>2006-08-15T02:40:33Z</updated>
		
		<summary type="html">&lt;p&gt;M Castellani: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M Castellani</name></author>	</entry>

	</feed>