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
/
embroidery.html
608 lines (497 loc) · 26.9 KB
/
embroidery.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!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>Makerepo</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 class="maincontent">
<center>
<h1 class="main-title">Embroidery</h1>
<hr />
</center>
<!-- Table of contents -->
<div class="toc">
<h3>Table of contents</h3>
<ol>
<li>
<a href="#whatis">What is embroidery</a>
</li>
<li>
<a href="#software">Creating an embroider design using software</a>
</li>
<li>
<a href="#machine">Using embroidery machine</a>
</li>
<li>
<a href="#troubleshoot">Troubleshooting</a>
</li>
</ol>
</div>
<h1 id="whatis">What is embroidery</h1>
<p>
<img class="right" width="250px" title="Embroidery" src="pictures/embroideryimage.jpg" alt="" /> Embroidery is the process of adding thread to a cloth to add a pattern or image .Using an embroidery machine you can write text with thread on cloth
surfaces or draw images to make logos or patches! You can also embroider different colours by layering.
<br /><br />An embroidery machine looks like a regular sewing machine however it has a motorized bed that moves along the x-y axes with an automated needle.
<br /> It can embroider (print) only one colour at a time. Will have to replace the spool of thread each time you want a new colour.
<h1 id="software">Creating an embroider design</h1>
<p>
We use a program called PE-DESIGN NEXT 9 to make embroidery designs.The program is found on the computer attached to the sewing machine.
</p>
<ol>
<li>
Begin by creating a new file<br />
<img class="image-list" title="Embroidery" src="pictures/next9createfile.png" alt="" /> Changing the view mode to Realistic in the View tab makes it easier to work with the program!
<br /> <img class="image-list" title="Embroidery" src="pictures/next9view.png" alt="" />
</li>
<li>
You can insert shapes into the work area (the big white box in the center) by selecting a shape and then holding and dragging to draw the shape you want. If you do not see the shapes button, switch over to the Home tab.
<br /> <img class="image-list" title="Embroidery" src="pictures/next9shape.png" alt="" />
</li>
<li>
Change the colours.<br /> Click on the shape then in the <b>Attributes</b> tab, then click on the spool and select the colour you want it to be in the side panel. You can do this too to change the colour of the outline.
<br /> <img class="image-list" title="Embroidery" src="pictures/next9savecolor.png" alt="" />
<br />
<b>Note: </b>Make sure all your colours are consistent throughout. (Don’t have 3 different shades of blue if you want the same blue throughout the print)
<br />The more colours you add, the longer it will take to embroider and more spool changes you will need to do.
<br /> <img class="image-list" title="Embroidery" src="pictures/next9pickcolor.png" alt="" />
</li>
<li>
Changing Stitch Pattern.<br />You can also change the stitch pattern in the attributes tab to get different effects to your design.
<br /> <img class="image-list" title="Embroidery" src="pictures/next9changestich.png" alt="" /> Here you can see some of the different stitch patterns, there are also different stitch patterns for the outline.
<br /> <img class="image-list" title="Embroidery" src="pictures/next9stichpatterns.png" alt="" />
</li>
<li>
Optimizing for Sewing Order<br />Since the embroidery machine can do only one colour at a time, it is important to optimize the file to do all the same colours at once. We can do this by grouping the same coloured layers together in the sewing
order panel on the left.
<br /> <img class="image-list" title="Embroidery" src="pictures/next9sewingorder.png" alt="" /> You can see that this order we have in the example is inefficient since you would need to take the black spool off and then put it back on later.
Instead you can do the black all at once and have to change the spool colour 3 times instead of 4.
</li>
<li>
Finishing up<br /> Save your work.Go to the <b>Home</b> tab. Plug in your machine to the computer. Send your deisng to the machine.
<br /> <img class="image-list" title="Embroidery" src="pictures/next9senddesign.png" alt="" />
</li>
</ol>
</p>
<h1 id="machine">Using the Embroidery Machine: Brother HE240
</h1>
<p>
The embroidery machine is very finicky and needs everything to be right to operate properly.<br /><br />
<b>Precautions before use:</b>
<ul>
<li>
Make sure you are using a 75/11 needle
</li>
<li>
Make sure the embroidery attachment is installed
</li>
<li>
Make sure the bobbin has a thread in it
</li>
<li>
Make sure there’s nothing obstructing the way of the loop’s path
</li>
<li>
Do not sew when there is no thread
</li>
<li>
Do not sew when there is no fabric to sew on
</li>
<li>
Be patient but have fun!
</li>
</ul>
</p>
<h3>Operations checklist</h3>
<p>
Before operating the machine, you need to set it up to get it working. Make sure that:
<ul class="b">
<li>
The machine is threaded properly and the thread is through the needle
</li>
<li>
The bobbin is not empty
</li>
<li>
The foot is down
</li>
</ul>
</p>
<h3>Turning on the machine</h3>
<p>
The power switch is found on the side of the machine.
<br /> You will be prompted a message after turning it on, hit OK
</p>
<center>
<img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/next9power.png" alt="" />
<img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/next9prompt.png" alt="" />
</center>
<p>
If the machine is not already threaded or is threaded with the wrong colour, follow the steps for threadging the machine.
</p>
<div>
<button class="accordion">Threading the machine</button>
<div class="panel">
<p>
There are two pre-steps that come before those numbered on the machine.
</p>
<ol class="c">
<li>
Insert the spool of thread into the long pin.
<br /><img class="image-list" title="Embroidery" src="pictures/next9spoolthread.jpg" alt="" />
</li>
<li>
Place a spool cover on top of the spool. Make sure you use a spool cover that’s bigger than the spool.
<br /><img class="image-list" title="Embroidery" src="pictures/next9spoollid.jpg" alt="" />
</li>
<li>
Before threading, make sure the needle is in its highest position. If not you will have to adjust the height with the knob show on the right side of the machine.
<br /><img class="image-list" title="Embroidery" src="pictures/next92-1.png" alt="" />
</li>
</ol>
<p>
Note: It is advised that you use thread meant for embroidery. It would say embroidery on the spool, this yields higher quality results.
<br /><br />
<b>Now we are using the steps that are on the machine.</b>
</p>
<ol>
<li>
Bring the string through the metal hook
<br /><img class="image-list" title="Embroidery" src="pictures/next91.png" alt="" />
</li>
<li>Continue bringing it underneath the plastic piece
<br /><img class="image-list" title="Embroidery" src="pictures/next92.png" alt="" /> You can also see the visual guide on how to do this that is on the machine.
</li>
<li>
Pull the thread down the side of the machine into the slot.
<br /><img class="image-list" title="Embroidery" src="pictures/next93.png" alt="" /> Now take the thread and wrap it around the thin plastic U shaped part, pulling it all the way up.
<br /><img class="image-list" title="Embroidery" src="pictures/next93-1.png" alt="" />
</li>
<li>
Keep pulling the thread up and then pull it toward the machine
<br /><img class="image-list" title="Embroidery" src="pictures/next94.png" alt="" />
</li>
<li>
Then pull the thread down, you will notice that it will latch onto the metal piece on the inside
<br /><img class="image-list" title="Embroidery" src="pictures/next94-1.png" alt="" />
</li>
<p>
<b>Note:</b> If the thread does not latch onto the metal piece, try again until it does
</p>
<li>
Make sure the needle is in the highest position, then pull down the thread and latch it to the hook above the need labelled 6.
<br /><img class="image-list" title="Embroidery" src="pictures/next96.png" alt="" />
</li>
<li>
Then pass the thread underneath the metal piece show in the picture and around the plastic part labelled 7.
<br /><img class="image-list" title="Embroidery" src="pictures/next97.png" alt="" />
</li>
<li>
Almost done! Push down the lever, this should pass the thread through the needle. If it does not, you have to adjust the height of the needle using the knob on the side and try again.
<br /><img class="image-list" title="Embroidery" src="pictures/next98.png" alt="" />
</li>
<li>
Finally pull the string from the needle and cut off the excess length. (Leave about 10cm) That’s it for threading the machine!
<center>
<img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/next99.png" alt="" /><img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery"
src="pictures/next910.jpg" alt="" />
</center>
</li>
<p>
<b> Note: </b>Do not pull the string out of the needle, only the excess part to cut it off
</p>
</ol>
</div>
</div>
<h2>
Rewinding the bobbin</h2>
<img class="right" style="width:35%;max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/rewindingbobbin.jpg" alt="" />
<p>
A sewing machine needs a feed of thread from the bottom too. Otherwise the thread wouldn’t stay onto what you’re sewing on. You can see in the demonstration on the side how the bobbin role is important when it comes to sewing.
<br /><br /> The bobbin is found in the bottom of the machine and needs to be refilled every time it runs out, otherwise the machine will not sew.
<br /><br /> If the bobbin is empty, you must follow the steps on rewinding the thread onto the bobbin. <br />
<br /></p>
<center>
<img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/emptybobbin.png" alt="" /><img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery"
src="pictures/fullbobbin.png" alt="" />
</center>
<div>
<button class="accordion">Threading a bobbin</button>
<div class="panel">
<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>
</p>
</div>
</div>
<h2>Setting up the print bed</h2>
<p>
Take the plastic hoop off the embroidery machine:
<center>
<img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/bed1.png" alt="" /><img class="imgagegrid" style="max-width:365px; border:solid 3px;border-color: #5f9ea0" title="Embroidery"
src="pictures/bed2.png" alt="" />
</center>
<ol>
<li>
Pull the metal tab
</li>
<li>
Pull upwards on the plastic hoop to remove it
</li>
<li>
Once it is off, push the tab up to bring up the foot.
</li>
<li>
Slide the hoop off from under the foot
</li>
</ol>
</p>
<p>
<b>Do not move the arm, this can ruin the machine.
</b>
</p>
<p>
Loosen the screw until the top half of the loop comes off. Do not fully unscrew the screw.
<br /><img class="image-list" title="Embroidery" src="pictures/bed3.jpg" alt="" /> Place the stabilizer sheet on the bottom half of the loop with the screw (This step is optional, but a stabilizer leads to higher quality embroiders and is less
prone to failure.
<br /><img class="image-list" title="Embroidery" src="pictures/bed4.jpg" alt="" /> Place the piece of cloth you wish to embroider on top , followed by the top half of the hoop.
<br /><img class="image-list" title="Embroidery" src="pictures/bed5.jpg" alt="" />
<b>Note: </b>Make sure the arrow is on the top and not pointing towards the screw. If it is change the orientation of the top piece. Push in the plastic top part from the corners and gently tighten the cloth as you’re doing so. Once the top part
of the hoop is fully in, tighten the screw.
<br /><img class="image-list" title="Embroidery" src="pictures/bed6.png" alt="" />
<b>Note: </b>Make sure the piece of cloth is tightened evenly across the hoop and doesn’t have any creases. If the foot is down, push the lever up to bring the foot up.
<br /><img class="image-list" title="Embroidery" src="pictures/bed7.png" alt="" /> Slide the hoop under the foot
<br /><img class="image-list" title="Embroidery" src="pictures/bed8.jpg" alt="" /> Put the hoop in the arm. Push it in until it clicks into place. That’s it! Now the bed is ready
<br />
<center>
<img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/bed9.jpg" alt="" /><img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery"
src="pictures/bed10.jpg" alt="" />
</center>
</p>
<h2>Loading a design onto the machine</h2>
<p>
Plug in the USB cable in into the back of the machine and connect the other end to your computer.
<center>
<img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/emload1.jpg" alt="" /><img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery"
src="pictures/emload2.jpg" alt="" /></center>
</p>
<p>
Open your design in the PE-Design software and go to the Home tab.<br /> Click on Send > Send to Your Machine and then select the first option in that list.
<br /><img class="image-list" title="Embroidery" src="pictures/emload3.jpg" alt="" />
<h2>Preparing your design</h2>
<p>
Click on the computer icon to access the designs you loaded from the computer.
<br /><img class="image-list" title="Embroidery" src="pictures/emprep1.png" alt="" /> Select your design from the screen.
<br /><img class="image-list" title="Embroidery" src="pictures/emprep3.jpg" alt="" /> Press on the pocket.
<br /><img class="image-list" title="Embroidery" src="pictures/emprep4.jpg" alt="" /> When you see this screen, it is ready to embroider.
<br /><img class="image-list" title="Embroidery" src="pictures/emprep5.jpg" alt="" />
</p>
<h2>Making Adjustments to Size and Position</h2>
<p>
Press the <b>Adjust</b> button.
<br /><img class="image-list" title="Embroidery" src="pictures/emprep6.png" alt="" />
<br />Then press the <b>Layout</b> button
<br /><img class="image-list" title="Embroidery" src="pictures/emprep7.png" alt="" />
<h3>Changing the position</h3>
<img class="image-list" title="Embroidery" src="pictures/emprep8.png" alt="" />
<h3>Changing the size</h3>
<img class="image-list" title="Embroidery" src="pictures/emprep9.png" alt="" />
<p>
When you are done making the adjustments, press the back button until you are back to design screen with your design on it.<br />
<center> <img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/emprep10.png" alt="" /><img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery"
src="pictures/emprep11.jpg" alt="" /></center>
</p>
<h2>Embroidering your design</h2>
<p>
When you’re on the screen shown below, then you are ready to embroider the design!
<br /><img class="image-list" title="Embroidery" src="pictures/embroidery1.jpg" alt="" />
<br />Push down on the lever to bring the foot down.
<br /><img class="image-list" title="Embroidery" src="pictures/embroidery2.png" alt="" />
<br />The ↑ (Go) button should now turn green. Make sure there is nothing around the embroidery machine and press it! The machine will now start embroidering!<br /><br />
<b>Do not touch the machine while it’s operating.
</b>
<ul>
<li>
Very sharp needle moving up and down
</li>
<li>
Mechanical parts are moving all over the machine, touching them will cause the embroider to fail.
</li>
</ul>
</p>
<h2>Multi-Coloured Embroiders</h2>
<uL>
<li>
If your design has different colours, you will need to rethread the upper thread with the next colour and hit the Go button again after lowering the foot.
</li>
<li>
The machine will tell you which colour to embroider in what order on the screen:
</li>
</uL>
<img class="image-list" title="Embroidery" src="pictures/emcolor.png" alt="" />
<h2>Finishing up</h2>
<ol>
<li>
When your design is finished embroidering the machine will tell you. Press okay then press then scissors button.
<img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/embroidery3.png" alt="" /><img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery"
src="pictures/embroidery4.png" alt="" />
</li>
<li>
Raise the foot.
</li>
<li>
Remove the hoop from the machine
</li>
<li>
Loosen the screw on the hoop and take your embroidered design!
</li>
</ol>
<h1 id="troubleshoot">Troubleshooting</h1>
<p>
Here are some common errors that might appear and how to fix them:
<ul>
<li>
Machine displays: <b>“⚠ The bobbin thread is running out.”</b><br />
<ul>
<li>
If the bobbin is empty: Refill the bobbin
</li>
<li>
If the bobbin is full see: Thread the Bobbin
</li>
</ul>
</li>
<li>
Machine displays:<b> “⚠ Check and rethread the upper thread.”</b><br />
<uL>
<li>
If the thread spool is empty: Thread the machine
</li>
<li>
If the thread spool isn’t empty: Thread the machine
</li></uL>
</li>
<li>
The needle Breaks: Replace the needle
</li>
</ul>
</p>
<button class="accordion">Replacing the needle</button>
<div class="panel">
<ol>
<li>
Bring up the foot by pushing up on the lever. (Very important)
<img class="image-list" title="Embroidery" src="pictures/foot1.png" alt="" />
</li>
<li>
Use the screwdriver found in the machine’s part bin to loosen the black screw that’s show.
<img class="image-list" title="Embroidery" src="pictures/foot2.jpg" alt="" />
</li>
<p>
Do not fully unscrew the screw and beware of sharp points from the needles.
s
</p>
<li>
Hold the needle with one hand and keep loosening the screw until you can pull the needle out. Make sure the needle does not fall into the machine.
<br /> <img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery" src="pictures/foot3.png" alt="" /><img class="imgagegrid" style="max-width:300px; border:solid 3px;border-color: #5f9ea0" title="Embroidery"
src="pictures/foot4.png" alt="" />
</li>
<li>
Now that the needle is out, you need to put in a new 75/11 embroidery needle. The flat end of the needle needs to be facing away from you when sliding it back up into the machine. (Same orientation as show in the image)
<br /><img class="image-list" title="Embroidery" src="pictures/foot5.jpg" alt="" />
</li>
<li>
Now that the needle is out, you need to put in a new 75/11 embroidery needle. The flat end of the needle needs to be facing away from you when sliding it back up into the machine. (Same orientation as show in the image)
<br /> <img class="image-list" title="Embroidery" src="pictures/foot6.jpg" alt="" />
</li>
<li>
Make sure the needle cannot go up any further then tighten the screw.
</li>
</ol>
</div>
</div>
</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>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].onclick = function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
}
}
</script>
</html>