diff --git a/astro.config.mjs b/astro.config.mjs index 11dfebe..477e791 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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" }, - }, ], }), ], diff --git a/src/assets/meetingnotes/20240305/deinze-painted.jpg b/src/assets/meetingnotes/20240305/deinze-painted.jpg new file mode 100644 index 0000000..7af2aaa Binary files /dev/null and b/src/assets/meetingnotes/20240305/deinze-painted.jpg differ diff --git a/src/assets/meetingnotes/20240305/deinze-posterize.png b/src/assets/meetingnotes/20240305/deinze-posterize.png new file mode 100644 index 0000000..2b0b9c8 Binary files /dev/null and b/src/assets/meetingnotes/20240305/deinze-posterize.png differ diff --git a/src/content/docs/meetingnotes/index.md b/src/content/docs/general/meetingnotes.md similarity index 54% rename from src/content/docs/meetingnotes/index.md rename to src/content/docs/general/meetingnotes.md index ced833e..66d2bc3 100644 --- a/src/content/docs/meetingnotes/index.md +++ b/src/content/docs/general/meetingnotes.md @@ -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/) diff --git a/src/content/docs/temple/index.md b/src/content/docs/general/temple.md similarity index 96% rename from src/content/docs/temple/index.md rename to src/content/docs/general/temple.md index dad2f00..6f606e9 100644 --- a/src/content/docs/temple/index.md +++ b/src/content/docs/general/temple.md @@ -1,5 +1,5 @@ --- -title: General info +title: Temple --- The TechTileTemle is located in Atelier 2 diff --git a/src/content/docs/index.mdx b/src/content/docs/index.md similarity index 77% rename from src/content/docs/index.mdx rename to src/content/docs/index.md index b6369d6..aa1656f 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.md @@ -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) diff --git a/src/content/docs/plotter/04-paint.md b/src/content/docs/plotter/04-paint.md index e4b2a22..3aa6627 100644 --- a/src/content/docs/plotter/04-paint.md +++ b/src/content/docs/plotter/04-paint.md @@ -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 +```