Skip to content
Snippets Groups Projects
Commit 7b7d7b8d authored by Dan Stone's avatar Dan Stone
Browse files

WILDCARD

parent afa867a4
Branches
No related tags found
No related merge requests found
......@@ -3,60 +3,92 @@
This week I worked on defining my final project idea and started to getting used to the documentation process.
## Research
## Setting up Inkstitch
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
First of all I installed [InkStitch](https://inkstitch.org/docs/install-windows/) as an add on to inkscape
> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
I downloaded the installer
## Useful links
![](../images/imagW16/Inkstitch1.jpg)
- [Jekyll](http://jekyll.org)
- [Google](http://google.com)
- [Markdown](https://en.wikipedia.org/wiki/Markdown)
And ran the installation into the extension folder of Inkscape
## Code Example
![](../images/imagW16/Inkstitch11.jpg)
Use the three backticks to separate code.
I then followed this tutorial and create a simple logo I wanted to use which was all letter. I chose the correct font/.
```
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
```
## Gallery
![](../images/imagW16/Inkstitch14.jpg)
![](../images/sample-photo.jpg)
Ink stitch did not like the text formate so I used the Strong to path to turn it into an object that Inkstitch can work with
## Video
### From Vimeo
![](../images/imagW16/Inkstitch13.jpg)
<iframe src="https://player.vimeo.com/video/10048961" width="640" height="480" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p><a href="https://vimeo.com/10048961">Sound Waves</a> from <a href="https://vimeo.com/radarboy">George Gally (Radarboy)</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
### From Youtube
I think when to the inksttich add on and choose "Param" which lets you adjust different embrodery parameters and simulates that machines.
<iframe width="560" height="315" src="https://www.youtube.com/embed/jjNgJFemlC4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
![](../images/imagW16/Inkstitch2.jpg)
## 3D Models
<div class="sketchfab-embed-wrapper"><iframe width="640" height="480" src="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915/embed" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
I played around with the Parameters but the basic set up that it opened with looked great.
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/models/658c8f8a2f3042c3ad7bdedd83f1c915?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Dita&#39;s Gown</a>
by <a href="https://sketchfab.com/francisbitontistudio?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Francis Bitonti Studio</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>
<iframe width="560" height="315" src=../../images/imagW16/909stitch.mp4 frameborder="0" allowfullscreen></iframe>
[]()
I saved it both as an SVG and a PES which is the formate that is needed to tbe embroidery machine
![](../images/imagW16/Inkstitch15.jpg)
We are not ready to move over the machine and try it out in real life.
## Using the Brother SE600
First I watched this [tutorial](https://www.youtube.com/watch?v=N0yPILKhHVc&t=410s)
First of all I got the thread in place
![](../images/imagW16/S1.jpg)
I then followed the set up running the thread through the machine into the needle based on the tutorial and on machine sticker directions.
![](../images/imagW16/S11.jpg)
Embroidery Stabilizer stretched into frame
![](../images/imagW16/S12.jpg)
I then got the bobbin in place
![](../images/imagW16/S13.jpg)
I uploaded the file and started.....unfortunately a few seconds the machine stopped
<iframe width="560" height="315" src=../../images/imagW16/S2.mp4 frameborder="0" allowfullscreen></iframe>
We got the following error
![](../images/imagW16/S21.jpg)
Initialy I thought I either got the thread routing wrong or the bobbin direction but it kept givin the error .... further inspection showed a bent needle
![](../images/imagW16/S24.jpg)
I used the screwdriver the release the previous needle and tightened the new one once it is in place
![](../images/imagW16/S23.jpg)
We are goot to go.
![](../images/imagW16/S3.jpg)
And we have success
<iframe width="560" height="315" src=../../images/imagW16/S4.mp4 frameborder="0" allowfullscreen></iframe>
Now I wanted to go the same thing on an shirt sleeve. I had to get it stretched in place with the Embroidery Stabilizer layered.
![]()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment