Add Lego Set to STL mini project with description and image

This commit is contained in:
Space-Banane
2026-01-04 20:40:56 +01:00
parent 5bea7c4e1d
commit 910c3987d5

View File

@@ -1011,6 +1011,13 @@ const miniProjects: MiniProject[] = [
github: "https://github.com/Space-Banane/nvidia-smi-server", 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" 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[] = [ const experiences: Experience[] = [