Update snapshots

This commit is contained in:
Adam Chalmers
2025-05-07 13:08:43 -05:00
parent 2eeffe92ba
commit 859243ba32
66 changed files with 938 additions and 1818 deletions

View File

@ -435,46 +435,22 @@ description: Artifact commands keyboard.kcl
"command": {
"type": "solid3d_fillet_edge",
"object_id": "[uuid]",
"edge_id": "[uuid]",
"edge_id": null,
"edge_ids": [
"[uuid]",
"[uuid]",
"[uuid]",
"[uuid]"
],
"radius": 15.239999999999998,
"tolerance": 0.0000001,
"cut_type": "fillet"
}
},
{
"cmdId": "[uuid]",
"range": [],
"command": {
"type": "solid3d_fillet_edge",
"object_id": "[uuid]",
"edge_id": "[uuid]",
"radius": 15.239999999999998,
"tolerance": 0.0000001,
"cut_type": "fillet"
}
},
{
"cmdId": "[uuid]",
"range": [],
"command": {
"type": "solid3d_fillet_edge",
"object_id": "[uuid]",
"edge_id": "[uuid]",
"radius": 15.239999999999998,
"tolerance": 0.0000001,
"cut_type": "fillet"
}
},
{
"cmdId": "[uuid]",
"range": [],
"command": {
"type": "solid3d_fillet_edge",
"object_id": "[uuid]",
"edge_id": "[uuid]",
"radius": 15.239999999999998,
"tolerance": 0.0000001,
"cut_type": "fillet"
"cut_type": "fillet",
"strategy": "automatic",
"extra_face_ids": [
"[uuid]",
"[uuid]",
"[uuid]"
]
}
},
{

View File

@ -1096,9 +1096,6 @@ flowchart LR
1032["SweepEdge Adjacent"]
1033["SweepEdge Adjacent"]
1034["EdgeCut Fillet<br>[932, 1089, 0]"]
1035["EdgeCut Fillet<br>[932, 1089, 0]"]
1036["EdgeCut Fillet<br>[932, 1089, 0]"]
1037["EdgeCut Fillet<br>[932, 1089, 0]"]
1 --- 29
2 --- 36
3 --- 44
@ -1427,7 +1424,7 @@ flowchart LR
60 x--> 561
60 --- 652
60 --- 859
60 --- 1037
60 <--x 1034
61 --- 386
61 x--> 561
61 --- 654
@ -1436,7 +1433,7 @@ flowchart LR
62 x--> 561
62 --- 653
62 --- 860
62 --- 1035
62 <--x 1034
63 --- 388
63 x--> 561
63 --- 651
@ -3764,5 +3761,5 @@ flowchart LR
649 <--x 616
700 <--x 617
652 <--x 1034
653 <--x 1036
653 <--x 1034
```