Skip to content

Commit

Permalink
Merge pull request #3 from devinekask/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
SimonVanherweghe authored Mar 21, 2024
2 parents 5a1a0c8 + 7a2a031 commit 41a04d9
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 9 deletions.
8 changes: 0 additions & 8 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ export default defineConfig({
label: "Cricut",
autogenerate: { directory: "cricut" },
},
{
label: "Temple",
autogenerate: { directory: "temple" },
},
{
label: "Meeting notes",
autogenerate: { directory: "meetingnotes", order: "desc" },
},
],
}),
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@
title: Meetingnotes
---

## 05/03/2024

- So we tried to paint Deize, 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")

This is the [Vpype script](../general/03-vpype) used to generate the paint file.

```bash
vpype \
read deinze-hatch-fill.svg \
forlayer \
lmove %_lid% 1 \
splitall \
splitdist 10cm \
linemerge \
forlayer \
lmove %_lid% "%_lid*2%" \
read -l "%_lid*2-1%" dip_water.svg \
read -l "%_lid*2-1%" dip_%_name%.svg \
end \
lmove all %_lid% \
name -l %_lid% %_name% \
color -l %_lid% %_color% \
end \
write deinze-output.svg
```

- Some logo's were embroided in the meantime.

## 20/02/2024

- Welcome in our new space, the Tech Tile Temple
- You can make use of this area [whenever you want](../temple)
- Tried to create a map of Deinze to embroider, but the file was too big for Inkscape to handle.

## 06/11/2023

- Multi pass with a Sakura White Gelly Roll pen on black paper in honour of [Plot party](https://penplotterartwork.com/plotparty/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: General info
title: Temple
---

The TechTileTemle is located in Atelier 2
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/index.mdx → src/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ Join us for a ongoing exploration of plotting, embroidery and other techniques.
- Mon. 25/3 **Embroidery, the basics**
- Tue. 16/4 **Cut with the Cricut**
- Tue. 30/4 **Embroider socks!**

## Tech Tile Temple

If you want, you can [make use of this area whenever you want](./general/temple)
4 changes: 4 additions & 0 deletions src/content/docs/plotter/04-paint.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ description: A guide to paint with the plotter.
- 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

```shell
vpype read --no-crop linestest.svg -I autodip.vpy
```

0 comments on commit 41a04d9

Please sign in to comment.