-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathzerotohero.html
669 lines (621 loc) · 40 KB
/
zerotohero.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
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>LearnMYOG Zero to Hero</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Learn to Make Your Own Gear (MYOG). Sewing patterns and tutorials for outdoor adventurers. Unlock the world of DIY outdoor gear with our comprehensive Zero to Hero guide! Progress through skill levels, navigate difficulty ratings of sewing patterns, and gain insights into functional apparel and gear design. Discover essential tools, including sewing machines and needle/thread pairs tailored to fabric types. Explore our expert advice on common questions like webbing types and zipper installation, plus access our technical fabrics guide. Start your journey to crafting your own outdoor gear today!"></head>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script defer src="https://code.jquery.com/jquery-3.6.3.min.js"></script>
<script defer src="assets/js/colorswitcher.js"></script>
<script defer src="assets/js/header.js" type="text/javascript"></script>
<script defer src="assets/js/nav.js" type="text/javascript"></script>
<script defer src="assets/js/footer.js" type="text/javascript"></script>
<!-- Global site tag (gtag.js) - Google Analytics GA4 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WP4C42S5VW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WP4C42S5VW');
</script>
<!-- Global site tag (gtag.js) - Google Analytics GA4 -->
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- Banner -->
<header-template></header-template>
<!-- Nav -->
<div class="spotlight-color invert align-center">
<nav-template></nav-template>
</div>
<!-- Zip Pouch Generator -->
<section id="main" class="wrapper style1 align-center">
<div class="inner">
<header>
<h1>Zero to Hero</h1>
<p>Successful adventures start with a map and the right tools</p>
</header>
<div>
<h3><span class="icon solid fa-quote-left fa-xs"></span> How can I learn to make my first backpack?! <span class="icon solid fa-quote-right fa-xs"></span></h3>
<p>With so many videos, patterns, and projects to choose from... knowing how and where to start making is nearly impossible.
My patterns are designed to help anyone develop core sewing skills while making long-lasting outdoor gear.
Before you know it, you'll be confident in tackling your first backpack or technical garment.</p>
</div>
<!-- <hr> -->
<div class="index align-left">
<section id="getstarted">
<header>
<h3>Day 1, Hour 0</h3>
</header>
<div class="content">
Unboxings done. You've looked at the pictures in the machine's user manual. You've sewn a few crooked stitches and removed a few rats nests of thread. Congrats, it's now time to make something useful.<br>
<br>
☝️ Still shopping sewing machines? See my recommendations for <a href="#tools"><span class="icon solid fa-tools"></span> MYOG Essentials</a>.<br>
<br>
<span class="image right"><img src="images/cinchsack/sample.jpg" alt="cinch sack"></span>
If today is your first day sewing since middle school, I recommend getting started with a <a href="/cinchsack.html">Cinch Sack</a>. If you have a small buckle and webbing, a <a href="/rolltopsack.html" target="_blank">Roll Top Sack</a> follows very similar construction steps.
Hop over to the pattern generator and input dimensions to get a pattern that fits your fabric.
<br><br>
In these first couple projects focus on these core skills:
<ul>
<li>Sewing consistent clean stitches without knots or snags</li>
<li>Accurately sewing to stated seam allowances</li>
<li>Guiding technical fabrics through the machine for straight seams</li>
<li>Squaring up edges for a symmetric and nice finish</li>
</ul>
For a small, no brainer materials kit with everything you need for your first couple stuff sacks, check out the <a href="https://ripstopbytheroll.com/collections/diy-accessory-kits/products/the-10-diy-box?rfsn=4608557.2d546b9" target="_blank">$10 DIY Kit</a> from RBTR. Their instructions and steps are a little different from mine, but I wish this materials kit was around when I got started!<br><br>
Hint: if using the $10 DIY Kit, a cinch sack measuring 8" x 6.5" x 8" tall will fit the 18" x 30" fabric without cutting.
<hr>
<div class="align-center" style="margin-top: 1em;">
<h3><span class="icon solid fa-quote-left fa-xs"></span> Which machine... which needles... what else?! <span class="icon solid fa-quote-right fa-xs"></span></h3>
<p>Here's the essentials with recommended sewing machines, needle & thread combinations, and all the tools to build out your maker kit.</p>
<a href="#tools" class="button"><span class="icon solid fa-tools"></span> MYOG Essentials</a>
</div>
</div>
</section>
<section>
<header>
<h3>Gear Maker</h3>
</header>
<div class="content">
<p>Moving up from stuff sacks to your first pack is pretty daunting. Gear making is technical and unique skills need to be learned! Backpacks, for example, involve more materials and piece parts, there's hardware and webbing, and your pack can't fail or you're going home early. Additional pockets, closure methods, and load carrying systems all require consideration and planning.</p>
<p>To build confidence and learn various gear making skills, consider the progression below. I'd recommend picking a few projects from each complexity rating to work your way up to tackling your first backpack.</p>
<table>
<thead>
<tr>
<th>Project</th>
<th>Complexity</th>
<th>Skills Learned</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/zpinstructions.html" >Zip Pouch</a></td>
<td>✂️<span class="gray">✂️✂️</span></td>
<td>Basic zipper assembly, topstitching, and forming 3D box</td>
</tr>
<tr>
<td><a href="/stuffsack.html">Rounded Stuff Sack</a></td>
<td>✂️<span class="gray">✂️✂️</span></td>
<td>Sewing circles in ultralight fabrics, cord channel hem</td>
</tr>
<tr>
<td><a href="/runningBelt.html">Running Belt</a></td>
<td>✂️<span class="gray">✂️✂️</span></td>
<td>Basic zipper, webbing and buckle, and precision sewing</td>
</tr>
<tr>
<td><a href="/edcFannyPack.html">Everyday Fanny Pack</a></td>
<td>✂️✂️<span class="gray">✂️</span></td>
<td>Multiple zippers, sewing tight curves, and symmetric sewing</td>
</tr>
<tr>
<td><a href="/edTotepack.html">Everyday Totepack</a></td>
<td>✂️✂️<span class="gray">✂️</span></td>
<td>Multiple panels, flat felled seams, recessed zipper panel</td>
</tr>
<tr>
<td><a href="/bpStemBag.html">Bikepacking Feed Bag</a></td>
<td>✂️✂️<span class="gray">✂️</span></td>
<td>Circular bottom, floating lining, panel assembling, webbing</td>
</tr>
<tr>
<td><a href="/framebags.html">Bikepacking Frame Bags</a></td>
<td>✂️✂️<span class="gray">✂️</span></td>
<td>Tight corners and curves, zippers, and foam linings</td>
</tr>
<tr>
<td><a href="/fastpack.html">Fastpack</a></td>
<td>✂️✂️✂️</td>
<td>Torso sizing, shoulder straps, stretch pockets, seam binding, multiple panels and mixed materials, hardware and webbing</td>
</tr>
<tr>
<td><a href="/trailRunningBackpack.html">Trail Running Backpack</a></td>
<td>✂️✂️✂️</td>
<td>Vest sizing, stretch fabrics, curved darts, seam binding, multiple panels of mixed materials, hardware and webbing</td>
</tr>
</tbody>
<tfoot>
<tr><td></td><td></td><td></td></tr>
</tfoot>
</table>
</div>
</section>
<section>
<header>
<h3>Technical Apparel</h3>
</header>
<div class="content">
<p>What started out as being extremely intimidating, I've begun to wrap my head around apparel and I've learned it's a VERY broad subject. Based on my research, I break garment making down into the following elements. In industry, each of these topic areas are often performed by different people, each with their own core specialties and expertise.</p>
<h4>Elements of making apparel</h4>
<ul>
<li><b>Apparel design</b> - turning vision and goals into an actionable sketch</li>
<li><b>Pattern drafting and draping</b> - methods for converting 3d shapes into flat patterns</li>
<li><b>Pattern grading</b> - proportionally expanding a base pattern into multiple sizes</li>
<li><b>Fabric layout and cutting</b> - mindful marking, handling, and cutting fabric and materials</li>
<li><b>Construction and finish</b> - piecing, seaming, and edge finishing aka "the sewing"</li>
<li><b>Tailoring and adjustments</b> - adjusting pattern or garment for custom fit</li>
</ul>
<p>My goal is to see you make your first wearable garments! With that in mind, my designs emphasize function over form. Our outdoor apparel must perform in all conditions or an adventure can easy turn into emergency. Most of my designs are inspired by ready-to-wear items from Patagonia and Outdoor Research, with my own spin on beginner-friendly construction methods and ideas for improvements. </p>
<p>Much effort goes into establishing and testing accurately-sized patterns to minimize the need for tailoring and major changes for fit. Construction methods for apparel are very similar to gear making so many of the skills are transferable. As my patterns are quite basic in form, they are also great starting blocks for creative designs you may have in mind.
For those getting started, my recommendated progression follows.</p>
<table>
<thead>
<tr>
<td>Project</td>
<td>Complexity</td>
<td>Skills Learned</td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/alphaCampPants.html">Alpha Camp Pants</a></td>
<td>👖<span class="gray">👖👖</span></td>
<td>Stretch knits, yoga style waist and cuffs, overlocking, simple pockets, buttonholes</td>
</tr>
<tr>
<td><a href="/dias.html">DIAS (Shorts)</a></td>
<td>🩳<span class="gray">🩳🩳</span></td>
<td>Inseam pockets, welt pocket, elastic waist and hemming, basic seam finishing, buttonholes</td>
</tr>
<tr>
<td><a href="/alphaRaglan.html">Alpha Raglan Hoodie</a></td>
<td>👕<span class="gray">👕👕</span></td>
<td>Stretch knits, size selection, overlocking, sewing facings, stretch binding, buttonholes</td>
</tr>
<tr>
<td><a href="/pulloverHoodie.html">Fleece Pullover</a></td>
<td>👕👕<span class="gray">👕</span></td>
<td>Stretch knits, kangaroo pocket, snap placket, stretch binding</td>
</tr>
<tr>
<td><a href="/windshell.html">UL Windshell / Rainshell</a></td>
<td>👕👕<span class="gray">👕</span></td>
<td>UL slippery fabrics, seperating zipper, zipper pockets, hemming</td>
</tr>
</tbody>
<tfoot>
<tr><td></td><td></td><td></td></tr>
</tfoot>
</table>
<p>You may be asking, "do I <i>need</i> a serger?" Well no, but if you're starting to ask, then its probably a good time buy one! Check out my reasons and recommendations below. 👇</p>
</div>
</section>
</div>
</div>
</section>
<section id="tools" class="wrapper style2 align-center">
<div class="inner">
<header>
<h2>Gear up for MYOG</h2>
<p>Essential tools for your maker kit</p>
</header>
<p class="disclosure">This section contains affiliate links, meaning I make a commission for qualified purchases, at no cost to you. See <a href="/about.html#disclosures">Disclosures</a> for more information.</p>
<div class="index align-left">
<section>
<header>
<h3>Sewing Machines</h3>
</header>
<div class="content">
First and foremost, to make awesome gear you need a sewing machine.
<dl>
<dt>What's the best sewing machine for getting started?</dt>
<dd>For your first few projects, I'd recommend borrowing a machine to learn on and become more informed about what works best for your projects. Machines are commonly available to borrow in maker spaces, tool loans through your local library, or through family and friends. When ready to purchase a new or used machine look for the following characteristics. This is a basic list of desired attributes for a low-cost introductory home machine for a beginner.
<ul>
<li>Mechanical drop feed machine with reverse lever</li>
<li>Atleast 1/4" presser foot height, often called two-stage lifter</li>
<li>Presser foot presssure adjustment for feeding various weight fabric</li>
<li>1-4mm+ minimum stitch length and 5-6mm stitch width</li>
<li>Utility stitches including zigzag, overlock/overcast, and stretch</li>
<li>Automatic button hole (with accessory foot) is a great addition</li>
<li>Walking foot attachment compatible for sewing multiple slippery layers</li>
<li>Needle compatibility size range should include #11/75-16/100+</li>
<li>Quality customer support and local service center</li>
</ul>
While I have limited to no experience with these specific machines, each model meets the desired attributes listed. At this price point, these machines are mostly similar and are well regarded by users.
<a href="https://amzn.to/3PzR1mJ" target="_blank" class="image right"><img src="/images/shared/products/HD1000.webp" alt="sewing machine" ></a>
<ul>
<span style="font-size:0.8rem; text-transform:uppercase;">Amazon affiliant links</span>
<li>Janome <a href="https://amzn.to/3zuYLRv">HD1000</a> or <a href="https://amzn.to/3PTpDjy">HD3000</a></li>
<li><a href="https://amzn.to/3VyDPlg">bernette b05</a></li>
<li><a href="https://amzn.to/3b14JAe">Singer HD4423</a></li>
</ul>
If unfamiliar with Bernette, it's Bernina's sub-brand for affordable class machines. The bernette b05 Academy is a great value with the included bundle, has a full metal chassis, and meets all of the above considerations. Likewise, Janome is a long standing high quality sewing machine manufacturer and I've heard many people prefer the Janome HDx000 over the Singer HD44xx series machines. Both brands can typically be found at local sewing machine dealers so you can test drive the machine in person.<br>
The Singer HD series is often recommended largely due to price point and availability. Sure, it's probably the only sub-$200 machine capable of sewing heavy weight pack fabrics. But don't be fooled by Singer's marketing as an "all metal" and "heavy duty" machine. And beware Singer's non-existent customer service.
To answer the age old question between the HD4411 and HD4423, the HD4423 is worth the small price increase with the addition of stretch stitches for knit fabrics, an automatic buttonhole capability, and an included needle threader.
</dd>
<dt>Can you tell me if machine x, y, or z is right for me?</dt>
<dd>Sorry, no. There are too many variables to consider. Your local sewing shop would be happy to help!</dd>
<dt>Serger yay or nay? </dt>
<dd>I use my serger on almost every project. If you're making apparel or regularly sewing knits, a serger should be your second machine and is not a replacement for a lockstitch machine. I recommend a basic two needle, four thread serger with differential feed which allows you to sew strong construction and finishing overlock seams at the same time. A three thread overlock really should be used for raw edge finishing only. Differential feed allows you to adjust the speed of feed dogs to prevent wavy seams, a common headache when sewing knits with a sewing machine. The chainstitch produced by the serger retains stretch in the knit fabric and once you experience the ease of serging knits, you'll regret waiting so long to buy one. Ready to tackle knit fabric? Checkout the <a href="/sunhoodie.html">Skyline Sun Hoodie</a>.
<a href="https://amzn.to/3OrBDrn" target="_blank" class="image right"><img src="/images/shared/products/mo654de.webp" alt="juki serger"></a>
<ul>
<span style="font-size:0.8rem; text-transform:uppercase;">Amazon affiliant links</span>
<li><a href="https://www.amazon.com/Brother-1034D-Thread-Serger-Differential/dp/B0000CBK1L/ref=sr_1_1?crid=1JRCGF0UKXVYY&keywords=brother+1034dx&qid=1658728708&sprefix=brother+1034dx%2Caps%2C122&sr=8-1">Brother 1034d</a></li>
<li><a href="https://amzn.to/3Bddwtg">Juki MO654DE</a></li>
<li><a href="https://amzn.to/3W653SK">Bernette b44</a></li>
</ul>
</dd>
</dl>
</div>
</section>
<section>
<header>
<h3>Fabrics</h3>
</header>
<div class="content">
<img src="/images/index/fabrics.jpg" alt="fabrics" class="image left"><span class="label">fabrics</span>
Lucky for you, I have a whole page full of <a href="/fabrics.html">gear fabric recommendations</a>.
Specific apparel fabric recomendations are provided within each pattern.
</div>
</section>
<section id="thread">
<header>
<h3>Needles & Thread</h3>
</header>
<div class="content">
<img src="/images/shared/products/thread.jpg" alt="threads" class="image right"><span class="label">threads</span>
<h4>Sewing Gear with Home Machines</h4>
<p>Fabric type and weight is the main factor for selecting the right needle and thread. Polyster thread has high strength with a little stretch making it durable and abrasion resistent. For 95% of my projects Gutermann Mara100 and Mara70 are my preferred threads. </p>
<table>
<thead>
<tr>
<th>Fabric Weight (osy)</th>
<th>Fabric Denier</th>
<th>Needle</th>
<th>Thread</th>
</tr>
</thead>
<tbody>
<tr>
<td>1 oz/sqyd</td>
<td>30D</td>
<td>#8-11 <br>Universal or Microtex</td>
<td>Tex 30<br>Gutermann Sew-All<br>Gutermann Mara100</td>
</tr>
<tr>
<td>1-3 oz/sqyd</td>
<td>30D-100D</td>
<td>#10-12 <br>Universal or Microtex</td>
<td>Tex 30-40<br>Gutermann Mara100<br>Gutermann Mara70<br>Gutermann Tera80</td>
</tr>
<tr>
<td>3-6 oz/sqyd</td>
<td>200D-400D</td>
<td>#12-14 <br>Microtex or Jeans</td>
<td>Tex 40-50<br>Gutermann Mara70<br>A&E Perma Core 45</td>
</tr>
<tr>
<td>6+ oz/sqyd</td>
<td>500D+</td>
<td>#16 <br>Universal or Jeans</td>
<td>Tex 40-60<br>Gutermann Tera60<br>Gutermann Mara50<br>Bonded Nylon #46</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tfoot>
</table>
<h4>Sewing Apparel with Home Machines</h4>
<p>For apparel, its important to select appropriate fabric for the pattern.
Stretchy knits will be much faster to sew and have cleaner seams if constructed serger using ball needles and Maxi-Lock Tex 30 thread.
For outdoor apparel calling for woven fabric, there are similarities in needles and thread types as used in gear making. For stretchy knits, a ball needle will help to prevent skipped stitches.
</p>
<table class="fixed">
<thead>
<tr>
<th>Project Type</th>
<th>Fabric Type</th>
<th>Needle</th>
<th>Thread</th>
</tr>
</thead>
<tbody>
<tr>
<td>UL Windshells, Sil rainshell<br>Synthetic shells</td>
<td>Ultralight Woven</td>
<td>#8-11 <br>Universal or Microtex</td>
<td>Tex 30<br>Gutermann Sew-All<br>Gutermann Mara100</td>
</tr>
<tr>
<td>Shorts and pants, twill, taslan<br>no or low-stretch (<10% spandex)</td>
<td>Light-Medium Weight<br>Woven or Stretch Woven</td>
<td>#11-14 <br>Jeans or Universal</td>
<td>Tex 40-50<br>Gutermann Mara70<br>A&E Perma Core 45</td>
</tr>
<tr>
<td>Stretch tshirts, base layers,<br>stretch gaiters, underwear</td>
<td>Lightweight Knit</td>
<td>#10-12 <br>Ball or Stretch</td>
<td>Tex 30-40<br>Gutermann Mara100<br>Gutermann Mara70<br>Gutermann Tera80</td>
</tr>
<tr>
<td>Midlayers, hoodies, fleece</td>
<td>Medium weight Knit</td>
<td>#12-14 <br>Ball or Stretch</td>
<td>Tex 30-40<br>Gutermann Mara100<br>Gutermann Mara70<br>Gutermann Tera80</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tfoot>
</table>
<p>For serging or coverstitching, I use Maxi-Lock (tex 30) thread with size 80-90 ball needles. Textured aka Wooly thread, typically nylon but also polyester, will feel softer against skin and is more elastic then a spun polyster thread. Maxi-Lock Stretch is a common example and is optimal for leggings, base layers, and other high-stretch activewear.</p>
<div class="partners">
<a href="https://www.wawak.com/" target="_blank" ><img class="partner desaturated" src="images/shared/partners/200/wawak.webp" /><span class="label">Wawak</span></a>
</div>
</div>
</section>
<section>
<header>
<h3>Webbing & Binding</h3>
</header>
<div class="content">
<p>Nearly all gear includes webbing for attachments and tensioners. Originating in the tactical gear world, daisy chains are popular for attaching hardware. Shoulder straps and compression straps use tensioner hardware to adjust length and volume. There are a multiple types of webbing commonly available. For long lasting high quality gear, a medium weight nylon flat webbing that is Berry compliant or similar to MIL-W-17337 is most popular.
<ul>
<li><b>Nylon flat webbing</b> is strong thin and light, has a tight weave, and works well in plastic hardware</li>
<li><b>Nylon Seatbelt webbing</b> has smooth feel and soft touch but often slips through plastic hardware</li>
<li><b>Tubular webbing</b> is a tube of webbing pressed flat, used primarily for climbing gear</li>
<li><b>Polyprolene webbing</b> very plasticy, loosely woven, and rough textured but has tons of colors</li>
<li><b>Grosgrain</b> is ribbon most often used for seam binding, very thin and not for carrying weight</li>
<li><b>Bias Binding</b> is for seam binding especially on curves, not for carrying weight</li>
<li><b>Fold Over Elastic</b> is an excellent edge finish on stretch pockets, cuffs, and hood openings</li>
</ul>
For packs and gear, the most common style of webbbing used is flat nylon webbing like these <a href="https://ripstopbytheroll.com/collections/webbing/products/1-nylon-webbing-black?rfsn=4608557.2d546b9">MIL-Spec Nylon Webbing</a> or <a href="https://www.questoutfitters.com/narrow_roll_good_products.htm#NYLON_WEBBING_">Med Wt Nylon Webbing</a>.
</p>
<div class="partners">
<a href="https://ripstopbytheroll.com/?rfsn=4608557.2d546b9" target="_blank" ><img class="partner desaturated" src="images/shared/partners/200/RBTR.webp" /><span class="label">RipstopbytheRoll</span></a>
<a href="https://www.questoutfitters.com/" target="_blank" ><img class="partner desaturated" src="images/shared/partners/200/questoutfitters.webp" /><span class="label">Quest Outfitters</span></a>
<a href="https://discoveryfabrics.com/LearnMYOG" target="_blank" ><img class="partner desaturated" src="images/shared/partners/200/discoveryfabrics.webp" /><span class="label">Discovery Fabrics</span></a>
<a href="https://www.adventurexpert.com/" target="_blank" ><img class="partner desaturated" src="images/shared/partners/200/adventurexpert.webp" /><span class="label">AdventurExpert</span></a>
</div>
</div>
</section>
<section>
<header>
<h3>Zippers</h3>
</header>
<div class="content">
<img src="/images/index/zippers.jpg" alt="threads" class="image right"><span class="label">fabrics</span>
<p>Zip over to our <a href="/articles/zippers.html" target="_blank">zipper guide</a> for info and video tutorials.</p>
</div>
</section>
<section>
<header>
<h3>The Tools I Use</h3>
</header>
<div class="content">
<p>These are my most used tools for designing and making gear. I'm recommending items I personally use.
<ul>
<li>Amazon Affiliate links. At no additional cost to you, I may earn a small commission from your purchase.</li>
<li>Unsponsored, unaffiliated links to Wawak.com because they carry high-quality products and have exceptional customer service. Tell them I sent you!</li>
</ul>
</p>
<h4>Everyday Sewing Tools</h4>
<table>
<tbody>
<tr>
<td><b>Cutting Mat</b></td>
<td>Self healing mat for rotary blade. Buy the largest you have space for!</td>
<td><a href="https://amzn.to/3beE96D"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/cutting/cutting-tools/fiskars-rotary-cutting-set-rotary-cutter-cutting-mat-clear-acrylic-ruler/#sku=cut22"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Rotary Cutter</b></td>
<td>45mm is preferred for most economical replacements blades.</td>
<td><a href="https://amzn.to/3zbNF2k"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/cutting/cutting-tools/olfa-rotary-cutters/#sku=cut3"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Cutting Ruler</b></td>
<td>Cut safely with this clear, non-slip ruler that has a blade guide.</td>
<td><a href="https://amzn.to/3B5Jy9G"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/tapes-rulers/olfa-frosted-acrylic-rulers/#sku=ta1008"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Seam Ripper</b></td>
<td>Your new best friend 🤍 I prefer this larger sized handle for gear making.</td>
<td><a href="https://amzn.to/3bdCNsU"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/cutting/seam-rippers/seam-ripper-5/#sku=sr1"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr><td><b>Thread Snips</b></td>
<td>Kept machine-side for precise and fast thread trimming.</td>
<td><a href="https://amzn.to/3OzNR12"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/cutting/thread-snips/thrifty-thread-snips-4-14/#sku=is25"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Fabric Pencils</b></td>
<td>Water soluble marking pencils in three colors. These are my favorite hands down. Don't forget a pencil sharpener.</td>
<td><a href="https://amzn.to/3zAn5RZ"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/marking-chalk-pens/pens-pencils/clover-water-soluble-pencils-3pack-assorted-colors/#sku=ck23"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Wonder Clips</b></td>
<td>Binder clips work but these sit flat on table and are much faster to use.</td>
<td><a href="https://amzn.to/3zchjo3"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/fabric-clips-clamps/wawak-plastic-sewing-clips-standard-1-x-38-100pack/#sku=sk1400"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Measuring Tape</b></td>
<td>Especially useful for body measurements when making apparel. </td>
<td><a href="https://amzn.to/3cGRoxj"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/tapes-rulers/wawak-fiberglass-tape-measure-60-metricinches-white/#sku=ta22w"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Seam Gauge</b></td>
<td>Easy way to measure consistent fold-down hems. </td>
<td><a href="https://amzn.to/3PQP5WO"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/tapes-rulers/wawak-heavy-duty-seam-gauge-6/#sku=ta180"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Basting Tape</b></td>
<td>Double sided, water soluble tape for perfect seams and hems, 1/4" ftw. </td>
<td><a href="https://amzn.to/3vl0ypJ"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/bag-construction/basting-tape/wawak-medium-strength-double-sided-basting-tape-30-yds/#sku=tpe31"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Glue Stick</b></td>
<td>Useful in joining paper patterns or basting seams</td>
<td><a href="https://amzn.to/3FoTJZw"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/garment-construction/fabric-glue/aleenes-tacky-glue-sticks-28-oz-2pack/#sku=glu30"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Bias Binding Maker</b></td>
<td>Specialty tool for folding self-made bias tape from fabric strips.</td>
<td><a href="https://amzn.to/3OKqkKS"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/sewing/sewing-accessories/see-more-sewing-accessories/bias-tape-maker-set-5pack-assorted-colors/#sku=tool3500"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Pattern Weights</b></td>
<td>Surely you can be more creative than spending $10 on these.</td>
<td><a href="https://amzn.to/3PYpTNX"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/patterns-supplies/pattern-weights-4pack/#sku=tool40"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>KAM Snap Kit</b></td>
<td>Specialty tool to set colored plastic snaps into gear and apparel. </td>
<td><a href="https://amzn.to/3Oz7DK8"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://ripstopbytheroll.com/collections/thread-tools-repair/products/kam-snaps-plier-kit?rfsn=4608557.2d546b9" target="_blank"><img class="partner icon" src="/images/shared/partners/48/rbtr.png" alt="Ripstop by the Roll logo"></a></td>
</tr>
</tbody>
</table>
<h4>Designing and Flat Patterning Gear and Apparel</h4>
<table>
<tbody>
<tr>
<td><b>Patterning Paper</b></td>
<td>Dotted purpose-made patterning paper, 36" or 48" wide and 15# weight. Somewhat translucent and more durable than tracing paper. </td>
<td><a href="https://amzn.to/3iFsLnS"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td></td>
<td><a href="https://www.wawak.com/cutting-measuring/patterns-supplies/dotted-marking-15-pattern-paper-500/#sku=msc42"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>See-Through Tailors Ruler</b></td>
<td>See-through flexible ruler with 1/8" precision graduations. Perfect for drawing seam allowances.</td>
<td><a href="https://amzn.to/3OAQv6B"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/tapes-rulers/quilt-n-sew-see-thru-marking-ruler-18-x-2/#sku=ta27"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Mini Rotary Cutter</b></td>
<td>28mm paper cutter dedicated to not dull your fabric cutter. Small blades cut tight curves much easier. </td>
<td><a href="https://amzn.to/3vhhIEE"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/cutting/cutting-tools/olfa-rotary-cutters/#sku=cut2"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Pattern Notcher</b></td>
<td>Like a hole punch but specially made notcher for paper patterns.</td>
<td><a href="https://amzn.to/3oA2KG5"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/patterns-supplies/pattern-notcher/#sku=tool15"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>L-square Ruler</b></td>
<td>Fast and accurate squaring of guide lines.</td>
<td><a href="https://amzn.to/3zDSSBp"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/tapes-rulers/l-square-metal-tailor-ruler/#sku=ta45"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Vary Form 24" Curve</b></td>
<td>24" curved ruler for sweeping smooth curves and shaped lines.</td>
<td><a href="https://amzn.to/3zDSJOn"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td><a href="https://www.wawak.com/cutting-measuring/tapes-rulers/french-curve-metal-tailor-ruler-24/#sku=ta8"><img class="partner icon" src="/images/shared/partners/48/wawak.png" alt="Wawak logo"></a></td>
</tr>
<tr>
<td><b>Vary Form French Curve</b></td>
<td>12" french curve for tighter curves and shapes.</td>
<td><a href="https://amzn.to/3oCaW8U"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td></td>
</tr>
<tr>
<td><b>Patternmaking for Menswear</b></td>
<td>My favorite flat patterning textbook found thus far.</td>
<td><a href="https://amzn.to/3PIxvV9"><img class="partner icon" src="/images/shared/partners/48/amazon.png" alt="Amazon logo"></a></td>
<td></td>
</tr>
<tr>
<td><b>Pencil & Soft Erasers</b></td>
<td>Precise mechanical pencil that easily erases and won't tear paper</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</section>
<section>
<header>
<h3>Cricut Maker</h3>
</header>
<div class="content">
<img src="/images/shared/products/cricut-maker.webp" alt="Cricut Maker" class="image right"><span class="label">Cricut</span>
<p>With a digital workflow, its possible to go from design to cut panels without paper. Atleast for small projects, that is. I get alot of questions about the Cricut Maker that I often show in videos and Instagram Stories. I address many of your commonly asked questions on a <a href="/cricut.html" target="_blank">dedicated page</a>.</p>
</div>
</section>
</div>
<p><a href="zerotohero.html" class="button small icon solid fa-angle-up">I'm ready to get started</a></p>
</div>
</section>
<!-- Footer -->
<footer-template></footer-template>
</div>
<script defer src="assets/js/jquery.scrollex.min.js"></script>
<script defer src="assets/js/jquery.scrolly.min.js"></script>
<script defer src="assets/js/jquery.poptrox.min.js"></script>
<script defer src="assets/js/browser.min.js"></script>
<script defer src="assets/js/breakpoints.min.js"></script>
<script defer src="assets/js/util.js"></script>
<script defer src="assets/js/main.js"></script>
<script defer>
window.addEventListener('load', function () {
const pgtitle = document.location.href.match(/[^\/]+$/)[0] //get page name e.g. map.html
try {
document.querySelector(`#nav .links a[href*="${pgtitle}"`).parentElement.classList.add("active");
console.log(pgtitle,"is a nav element. Set active.")
} catch (TypeError) {
console.log(pgtitle,"not a nav element.")
}
}, false);
</script>
<!-- MYOG Pattern Scripts -->
</body>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
</html>