This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
forked from dtail080/dtail080.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bobbin.html
111 lines (89 loc) · 4.32 KB
/
bobbin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:900|Raleway:400,700,800,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Makerpo</title>
<meta charset="utf-8" />
<link rel="icon"
type="image/png"
href="pictures/myicon.png">
</head>
<body>
<nav class="nav">
<center>
<a href="index.html"> <img class="logo" title="maker club" src="pictures/CEED_LOGO_BLACK_ORANGE.png" alt="" /></a>
<ul>
<a href="index.html"><button type="button"class="navbutton">Volunteer<br>Information</button></a>
<a href="opportunities.html"><button type="button"class="navbutton">Current<br> Opportunities</button></a>
<a href="resources.html"><button type="button"class="navbutton">Resources</button></a>
<p class="navtext"> This site is a work in progress, more updates to come shortly. If you see any mistakes or typos please email <a href="mailto:[email protected]?Subject=Content%20Error" target="_top">[email protected]</a></p>
</center>
</ul>
</nav>
<article>
<div style="max-width: 80%; margin-left:auto;margin-right:auto;">
<center>
<h1 class="main-title">Rewinding the bobbin</h1>
</center>
<p>
<ol>
<li>
Take the lid off the bobbin as the diagram shows, then take out the spool of thread and remove any remaining thread from it.
<br /><img class="image-list" title="Embroidery" src="pictures/lid.png" alt="" />
</li>
<li>
Turn on the machine and place the spool on the top of the machine as shown.
<br /><img class="image-list" title="Embroidery" src="pictures/bobbintop.jpg" alt="" />
</li>
<li>
Pass the thread under the hook then around the metal cylindrical part as shown.
<center>
<br /> <img class="imgagegrid"style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/threadbobbin2.jpg" alt="" /><img class="imgagegrid"style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/threadbobbin2.jpg" alt="" />
</center>
</li>
<li>Then wrap the thread around the spool several times so it doesn’t come off or get loose. Make sure it is in this direction.
<br /><img class="image-list" title="Embroidery" src="pictures/bobbingwinding.png" alt="" />
</li>
<li>
The start button (The one with the arrow) should now be yellow, press it and it will start winding the thread around the spool.
<br /><img class="image-list" title="Embroidery" src="pictures/sewingmachinestart.jpg" alt="" />
Once it’s nearly full, press the yellow button again to stop it.
</li>
<li>
Push the bobbin the other way as show and take it off the winder. Your bobbin is now refilled!
<br /><img class="image-list" title="Embroidery" src="pictures/pushbobbin.png" alt="" />
</li>
<li>
Take the lid off the bobbin as you did before. Take the end of the thread
</li>
<li>
Take the end of the thread and place it under the plastic tab.
<br /><img class="image-list" title="Embroidery" src="pictures/threadbobbin3.png" alt="" />
</li>
<li>
Then take the thread and loop it in around the plastic grove as shown.
<br /><img class="image-list" title="Embroidery" src="pictures/threadbobbin4.png" alt="" />
</li>
<li>
Once done, put the cover back on and push it in.
<br /><img class="image-list" title="Embroidery" src="pictures/lid1.jpg" alt="" />
</li>
</ol>
<center>
<a href="embroidery.html"><button type="button"class="navbutton">Return to embroidery</button></a>
</center>
</p>
</article>
<footer>
<table class="tablefooter" >
<tr>
<td>Contact: [email protected]<br>Copyright 2017 © Makerepo.com</td>
<td> <a href="disclaimer.html"><button type="button" class="footerbutton">Disclaimer</button></a></td> <td>
<td>
<a href="francais/avenir.html"><button type="button" class="footerbutton">Français</button></a></td>
</tr>
</table>
</footer>
</body>
</html>