Skip to content

Commit d576c3c

Browse files
PhoneDroidchennes
authored andcommitted
Add ShapeStrings addon
1 parent 9355a61 commit d576c3c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,10 @@
537537
path = SelectorToolbar
538538
url = https://github.com/triplus/SelectorToolbar
539539
branch = master
540+
[submodule "ShapeStrings"]
541+
branch = main
542+
path = ShapeStrings
543+
url = https://github.com/robertmassaioli/shapestrings
540544
[submodule "sheetmetal"]
541545
path = sheetmetal
542546
url = https://github.com/shaise/FreeCAD_SheetMetal

AddonCatalog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,14 @@
11391139
"zip_url": "https://github.com/triplus/SelectorToolbar/archive/refs/heads/master.zip"
11401140
}
11411141
],
1142+
"ShapeStrings": [
1143+
{
1144+
"branch_display_name": "Main",
1145+
"repository": "https://github.com/robertmassaioli/shapestrings",
1146+
"git_ref": "main",
1147+
"zip_url": "https://github.com/robertmassaioli/shapestrings/archive/refs/heads/main.zip"
1148+
}
1149+
],
11421150
"sheetmetal": [
11431151
{
11441152
"repository": "https://github.com/shaise/FreeCAD_SheetMetal",

0 commit comments

Comments
 (0)