From 910c3987d512f672e8e4d7750539e1060a2e01c3 Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Sun, 4 Jan 2026 20:40:56 +0100 Subject: [PATCH] Add Lego Set to STL mini project with description and image --- src/App.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index b9f9101..923d3cb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1011,6 +1011,13 @@ const miniProjects: MiniProject[] = [ github: "https://github.com/Space-Banane/nvidia-smi-server", image: "https://github.com/Space-Banane/nvidia-smi-server/blob/main/Nvidia%20-%20SMI.png?raw=true" }, + { + title: "Lego Set to STL", + description: "Convert Lego set instructions to STL files for 3D printing.", + why: "A friend of mine searched for a website that does something like this, so i made one.", + github: "https://github.com/Space-Banane/lego-to-stl", + image: "https://zippy.trumplovesgiving.top/u/44nekH.png" + } ]; const experiences: Experience[] = [