Update snapshots
This commit is contained in:
		@ -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": []
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user