Bump modeling cmds (#6746)

* fixes

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* bump modeling-cmds

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-05-07 14:10:18 -07:00
committed by GitHub
parent 2fee3a424c
commit e9f6ebb6d1
66 changed files with 1333 additions and 394 deletions

View File

@ -418,10 +418,15 @@ description: Artifact commands artifact_graph_example_code1.kcl
"command": {
"type": "solid3d_fillet_edge",
"object_id": "[uuid]",
"edge_id": "[uuid]",
"edge_id": null,
"edge_ids": [
"[uuid]"
],
"radius": 5.0,
"tolerance": 0.0000001,
"cut_type": "fillet"
"cut_type": "fillet",
"strategy": "automatic",
"extra_face_ids": []
}
},
{