From e8c206be779b9767a6fc9a1fe896d83fb339c8bb Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Wed, 12 Feb 2025 13:12:18 -0500 Subject: [PATCH] Update kcl-samples --- public/kcl-samples-manifest-fallback.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/public/kcl-samples-manifest-fallback.json b/public/kcl-samples-manifest-fallback.json index 7b82c14e9..5879f59de 100644 --- a/public/kcl-samples-manifest-fallback.json +++ b/public/kcl-samples-manifest-fallback.json @@ -34,6 +34,13 @@ "title": "Car Wheel Assembly", "description": "A car wheel assembly with a rotor, tire, and lug nuts." }, + { + "file": "main.kcl", + "pathFromProjectDirectoryToFirstFile": "cycloidal-gear/main.kcl", + "multipleFiles": false, + "title": "Cycloidal Gear", + "description": "A cycloidal gear is a gear with a continuous, curved tooth profile. They are used in watchmaking and high precision robotics actuation" + }, { "file": "main.kcl", "pathFromProjectDirectoryToFirstFile": "dodecahedron/main.kcl", @@ -48,6 +55,13 @@ "title": "Enclosure", "description": "An enclosure body and sealing lid for storing items" }, + { + "file": "main.kcl", + "pathFromProjectDirectoryToFirstFile": "exhaust-manifold/main.kcl", + "multipleFiles": false, + "title": "Exhaust Manifold", + "description": "A welded exhaust header for an inline 4-cylinder engine" + }, { "file": "main.kcl", "pathFromProjectDirectoryToFirstFile": "flange-with-patterns/main.kcl",