Skip to content

Commit 79f1b9e

Browse files
Update KCL docs (#619)
YOYO NEW KCL DOCS!! Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e6b404f commit 79f1b9e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

content/pages/docs/kcl-samples/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
"main.kcl"
2424
]
2525
},
26+
{
27+
"file": "main.kcl",
28+
"pathFromProjectDirectoryToFirstFile": "ball-joint-rod-end/main.kcl",
29+
"multipleFiles": false,
30+
"title": "ball joint rod end",
31+
"description": "A ball joint rod end is a mechanical linkage component that consists of a spherical ball housed within a socket, connected to a threaded rod, allowing rotational movement in multiple directions while providing a secure connection point between two parts of a mechanical system. Commonly used in steering systems and suspension components.",
32+
"files": [
33+
"main.kcl"
34+
]
35+
},
2636
{
2737
"file": "main.kcl",
2838
"pathFromProjectDirectoryToFirstFile": "bench/main.kcl",
@@ -447,6 +457,21 @@
447457
"main.kcl"
448458
]
449459
},
460+
{
461+
"file": "main.kcl",
462+
"pathFromProjectDirectoryToFirstFile": "multi-axis-robot/main.kcl",
463+
"multipleFiles": true,
464+
"title": "Robot Arm",
465+
"description": "A 4 axis robotic arm for industrial use. These machines can be used for assembly, packaging, organization of goods, and quality inspection processes",
466+
"files": [
467+
"globals.kcl",
468+
"main.kcl",
469+
"robot-arm-base.kcl",
470+
"robot-arm-j2.kcl",
471+
"robot-arm-j3.kcl",
472+
"robot-rotating-base.kcl"
473+
]
474+
},
450475
{
451476
"file": "main.kcl",
452477
"pathFromProjectDirectoryToFirstFile": "pdu-faceplate/main.kcl",

0 commit comments

Comments
 (0)