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

@ -418,10 +418,15 @@ description: Artifact commands sketch-on-chamfer-two-times-different-order.kcl
"command": {
"type": "solid3d_fillet_edge",
"object_id": "[uuid]",
"edge_id": "[uuid]",
"edge_id": null,
"edge_ids": [
"[uuid]"
],
"radius": 20.0,
"tolerance": 0.0000001,
"cut_type": "fillet"
"cut_type": "fillet",
"strategy": "automatic",
"extra_face_ids": []
}
},
{
@ -430,10 +435,15 @@ description: Artifact commands sketch-on-chamfer-two-times-different-order.kcl
"command": {
"type": "solid3d_fillet_edge",
"object_id": "[uuid]",
"edge_id": "[uuid]",
"edge_id": null,
"edge_ids": [
"[uuid]"
],
"radius": 50.0,
"tolerance": 0.0000001,
"cut_type": "chamfer"
"cut_type": "chamfer",
"strategy": "automatic",
"extra_face_ids": []
}
},
{
@ -452,10 +462,15 @@ description: Artifact commands sketch-on-chamfer-two-times-different-order.kcl
"command": {
"type": "solid3d_fillet_edge",
"object_id": "[uuid]",
"edge_id": "[uuid]",
"edge_id": null,
"edge_ids": [
"[uuid]"
],
"radius": 50.0,
"tolerance": 0.0000001,
"cut_type": "chamfer"
"cut_type": "chamfer",
"strategy": "automatic",
"extra_face_ids": []
}
},
{