From 3a8ba2a31529f705a28c0b8eaa6038fb6489eae5 Mon Sep 17 00:00:00 2001 From: Ryan K <114723629+ryankembrey@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:15:11 +1000 Subject: [PATCH] Add DFM Workbench --- Data/Index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Data/Index.json b/Data/Index.json index 921a49a..2d720c3 100644 --- a/Data/Index.json +++ b/Data/Index.json @@ -356,6 +356,22 @@ "curated": true } ], + "DFM_Workbench": [ + { + "repository": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench", + "git_ref": "release", + "branch_display_name": "Stable", + "zip_url": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench/archive/refs/heads/release.zip", + "curated": false + }, + { + "repository": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench", + "git_ref": "main", + "branch_display_name": "Latest", + "zip_url": "https://github.com/ryankembrey/FreeCAD-DFM-Workbench/archive/refs/heads/main.zip", + "curated": false + } + ], "Design456": [ { "repository": "https://github.com/MariwanJ/Design456",