Show last authors
1 (% class="row" style="display: flex; align-items: center; margin-bottom: 2em" %)
2 (((
3 (% class="col-xs-12 col-sm-8" %)
4 (((
5 (% class="badge successmessage" %)** BASIC **(%%)** In this Tutorial you will learn everything you need to know about Embroidery Bricks!**
6 )))
7
8 (% class="col-xs-12 col-sm-4" %)
9 (((
10 [[image:stick-example.png||alt="Stick Example" height="auto" style="float:right" width="150"]]
11 )))
12 )))
13
14
15 (% class="row" %)
16 (((
17 (% class="col-xs-12 col-sm-6" %)
18 (((
19 (% class="box" %)
20 (((
21 **~1. Stitch **lets the machine stitch into the fabric once!
22
23 [[image:stitch_brick.png||alt="Stitch Brick"]]
24 )))
25 )))
26
27 (% class="col-xs-12 col-sm-6" %)
28 (((
29 (% class="box infomessage" %)
30 (((
31 ==== **Example 1 ** ====
32
33 Usually you combine **stitch** with a **loop** and a **move-brick**.
34
35  With this you create a seam:
36
37 [[image:naht.png||alt="Naht Vorschau"]]
38
39 This script **stitches** the fabric and den **moves** the needle 10 steps.
40
41 This will be **repeated** 10 times.
42
43 [[image:stitch_example.png||alt="Example 1 Stitch"]]
44 )))
45 )))
46 )))
47
48 (% class="row" %)
49 (((
50 (% class="col-xs-12 col-sm-6" %)
51 (((
52 (% class="box" %)
53 (((
54 **2. **The** running stitch **lets the machine stitch constantly with a variable length.
55
56 [[image:running_stitch.png||alt="Running Stitch Brick"]]
57 )))
58 )))
59
60 (% class="col-xs-12 col-sm-6" %)
61 (((
62 (% class="box infomessage" %)
63 (((
64 ==== **Example 2 ** ====
65
66 The running stitch makes stitching a seam easier because you won’t need a loop any more.
67
68 [[image:naht.png||alt="Naht Vorschau"]]
69
70 This script does the same as the example 1.
71
72 [[image:running_stitch_example.png||alt="Example 2 Running Stitch"]]
73
74 The machine start a **running stitch** which will stitch every **10 steps**.
75
76 Then the machine** moves 200 steps.** This results in 20 stitches..
77 )))
78 )))
79 )))
80
81
82 (% class="row" %)
83 (((
84 (% class="col-xs-12 col-sm-6" %)
85 (((
86 (% class="box" %)
87 (((
88 **3. **The zigzag stitch lets the machine stitch constantly with a variable length and width in a “**zigzag**” pattern.
89
90 [[image:zigzag_stitch.png||alt="Zigzag Brick"]]
91 )))
92 )))
93
94 (% class="col-xs-12 col-sm-6" %)
95 (((
96 (% class="box infomessage" %)
97 (((
98 ==== **Example 3 ** ====
99
100 You can stitch **thicker** seams with the zigzag stitch.
101
102 [[image:zickzack_naht.png||alt="Zickzack Naht Vorschau"]]
103
104 **Try** different values for the length and width to get to know this brick.
105
106 [[image:zigzag_example.png||alt="Example 3 Zigzag"]]
107 )))
108 )))
109 )))
110
111
112 (% class="row" %)
113 (((
114 (% class="col-xs-12 col-sm-6" %)
115 (((
116 (% class="box" %)
117 (((
118 **4. **The triple stitch works the same as the running stitch, but it sews up the every stitch three times.
119
120 [[image:triple_stitch.png||alt="Triple Stitch Brick"]]
121 )))
122 )))
123
124 (% class="col-xs-12 col-sm-6" %)
125 (((
126 (% class="box infomessage" %)
127 (((
128 ==== **Example 4 ** ====
129
130 The triple stitch jumps back after the first stitch, stitches, then jumps back forward again and stitches again.
131
132 [[image:naht.png||alt="Naht Vorschau"]]
133
134 This makes the seam **last longer.**
135
136 [[image:triple_stitch_example.png||alt="Example 4 Triple Stitch"]]
137 )))
138 )))
139 )))
140
141 (% class="row" %)
142 (((
143 (% class="col-xs-12 col-sm-6" %)
144 (((
145 (% class="box" %)
146 (((
147 **5. “Stop current stitch” **lets the current stitch stop.
148
149 [[image:stop_stitch.png||alt="Stop Brick"]]
150 )))
151 )))
152
153 (% class="col-xs-12 col-sm-6" %)
154 (((
155 (% class="box infomessage" %)
156 (((
157 ==== **Example 5 ** ====
158
159 You will need this brick if you want to **change the position** of the needle after starting a running, zigzag or triple stitch.
160
161 [[image:stop_example.png||alt="Example 5 Stop"]]
162 )))
163 )))
164 )))