Skip to content

Commit

Permalink
Merge pull request #4 from devinekask/develop
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
SimonVanherweghe authored Apr 24, 2024
2 parents 41a04d9 + e22b927 commit f782cc6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/embroidery/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A guide to the embroidery machine.

## Prepare your work

Although the machine has some built-in designs (and a basic text inout), you will probably want to use your own. You will need to prepare everything on your computer first, the machine is very limited in what it can do. You can only scale a couple of percentages, but you can move the design around.
Although the machine has some built-in designs (and a basic text input), you will probably want to use your own. You will need to prepare everything on your computer first, the machine is very limited in what it can do. You can only scale a couple of percentages, but you can move the design around.

The embroidery machine needs a `.pes` file to work. The way we advise to do this is to use [InkStitch](https://inkstitch.org/). This is a free and open-source extension for Inkscape. It allows you to create `.pes` files from `.svg` files. Do check the [Workflow](https://inkstitch.org/docs/workflow/) because it is a bit different from what you might be used to.

Expand All @@ -20,7 +20,7 @@ The machine has a USB port. You can use this to transfer your `.pes` file to the

## Threading

Threading is similar to a regular sewing machine. Have a look at the following videos to get started:
Threading is similar to a regular sewing machine. Take a look at the following videos to get started:

- [Thread the machine](https://www.youtube.com/watch?v=JaM3ZabtXx4)
- [Wind and insert a bobbin](https://www.youtube.com/watch?v=YR1aXpeP9EQ)
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/general/meetingnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Meetingnotes

## 05/03/2024

- So we tried to paint Deize, it kind of worked, but we need to work on the settings.
- So we tried to paint Deinze, it kind of worked, but we need to work on the settings.
![Deinze posterized!](../../../assets/meetingnotes/20240305/deinze-posterize.png "Deinze, posterized")
![Deinze painted!](../../../assets/meetingnotes/20240305/deinze-painted.jpg "Deinze, painted")

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Join us for a ongoing exploration of plotting, embroidery and other techniques.
- Tue. 05/3 **Paint with the plotter**
- Mon. 25/3 **Embroidery, the basics**
- Tue. 16/4 **Cut with the Cricut**
- Tue. 30/4 **Embroider socks!**
- Mon. 29/4 **Embroider socks!**

## Tech Tile Temple

Expand Down
17 changes: 15 additions & 2 deletions src/content/docs/plotter/04-paint.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@ title: Paint with the plotter
description: A guide to paint with the plotter.
---

## Preparation
## In short

To be able to paint with the plotter, we include the dipping in the paint as if it was a piece of the drawing itself. This way, the plotter will dip the brush in the paint and can continue painting. To make this work, we need to follow these steps:

## Artwork preparation

- As always, you need a [vector file consisting out of paths.](../general/01-preparation)
- Group all the paths into their specific color layer. There is an option in Illutstrator to select everything based on a specific color.
- TODO: could this be done with a script?
- Name the layers with the color you want to use. We've experienced that we need the following additional steps to make the dipping script work:
- Open the SVG in Inkscape
- Make shure that the layers are effectively layers. (Mayebe you need to do a right-click → make layer)
- Right-click on a layer, pick 'Rename layer' and double-check if the name is correct. Sometimes it just says 'Layer 1' or something like that.

Prepare your artwork: group all the paths into their specific color layer.

- Prepare your artwork: group all the paths into their specific color layer.
- Install [Vpype](../general/03-vpype.md)
- Use this script [https://gist.github.com/SimonVanherweghe/fd741b90fa4063c222b690a42d3d171a] to implement the dipping pattern

Expand Down

0 comments on commit f782cc6

Please sign in to comment.