← mecheval / run / a5-ribbed-plate-01 / claude-mcp-claude-opus-4-7 / 20260611T224928Z-4ec1

run 20260611T224928Z-4ec1

a5-ribbed-plate-01 · claude-mcp-claude-opus-4-7

Summary

statusfail
score0.83 (5/6)
submissionself-run
modelclaude-mcp-claude-opus-4-7 (anthropic)
started2026-06-11T22:49:28.024Z
ended2026-06-11T22:57:38.906Z
tokens694,850 in · 10,338 out · 705,188 total
wallclock490.8s
tool calls79
task hash9b12379e05299981…
vcad hash93117041dbd163c5…

Prompt

Make a ribbed plate as a single solid. The top plate is 120mm × 80mm × 10mm with its bottom face at z = 10 and top face at z = 20, centered in X and Y (x in [-60, 60], y in [-40, 40]). Three stiffening ribs run along the full length of the plate (along X) on the underside: each rib is 120mm long × 8mm wide × 10mm tall (z = 0 to z = 10). Rib A is centered at y = -24: it spans x in [-60, 60], y in [-28, -20], z in [0, 10]. Rib B is centered at y = 0: it spans x in [-60, 60], y in [-4, 4], z in [0, 10]. Rib C is centered at y = 24: it spans x in [-60, 60], y in [20, 28], z in [0, 10]. Four bolt holes of diameter 8mm, axes parallel to Z, pass through the entire assembly height (z = 0 to z = 20), located at the four corners: (45, 30), (-45, 30), (-45, -30), (45, -30). Output a single solid.

Checks

0
valid_solid
pass
params + details
params: {
  "type": "valid_solid"
}

details: {
  "root_count": 1,
  "solids_produced": 1
}
1
bbox
pass
params + details
params: {
  "type": "bbox",
  "min": [
    -60,
    -40,
    0
  ],
  "max": [
    60,
    40,
    20
  ],
  "tolerance_mm": 0.1
}

details: {
  "actual_max": [
    60,
    40,
    20
  ],
  "actual_min": [
    -60,
    -40,
    0
  ],
  "deviation_max": [
    0,
    0,
    0
  ],
  "deviation_min": [
    0,
    0,
    0
  ],
  "max_abs_deviation_mm": 0,
  "tolerance_mm": 0.1
}
2
mass_props
fail
volume off by 5.9%
params + details
params: {
  "type": "mass_props",
  "volume_mm3": 120778.76,
  "center_of_mass": [
    0,
    0,
    12.78
  ],
  "tolerance_pct": 1
}

details: {
  "center_of_mass": {
    "actual": [
      -0.6288306466897776,
      -1.9499155730311017e-15,
      12.541865262371246
    ],
    "bbox_diagonal_mm": 145.60219778561037,
    "deviation": [
      -0.6288306466897776,
      -1.9499155730311017e-15,
      -0.23813473762875326
    ],
    "max_abs_deviation_mm": 0.6288306466897776,
    "pass": true,
    "spec": [
      0,
      0,
      12.78
    ],
    "tolerance_mm": 1.4560219778561037
  },
  "volume": {
    "actual_mm3": 127917.80598659134,
    "deviation_pct": 5.910845571349916,
    "pass": false,
    "spec_mm3": 120778.76,
    "tolerance_pct": 1
  }
}
3
hole_count
pass
params + details
params: {
  "type": "hole_count",
  "diameter_mm": 8,
  "expected": 4,
  "diameter_tolerance_mm": 0.05
}

details: {
  "actual": 4,
  "diameter_mm": 8,
  "diameter_tolerance_mm": 0.05,
  "expected": 4,
  "found": [
    [
      45,
      30,
      8
    ],
    [
      -45,
      30,
      8
    ],
    [
      -45,
      -30,
      8
    ],
    [
      45,
      -30,
      8
    ]
  ]
}
4
hole_positions
pass
params + details
params: {
  "type": "hole_positions",
  "diameter_mm": 8,
  "positions": [
    [
      45,
      30,
      0
    ],
    [
      -45,
      30,
      0
    ],
    [
      -45,
      -30,
      0
    ],
    [
      45,
      -30,
      0
    ]
  ],
  "tolerance_mm": 0.2
}

details: {
  "diameter_mm": 8,
  "per_expected": [
    {
      "distance_mm": 0,
      "matched_hole": [
        45,
        30
      ],
      "pass": true,
      "spec_xy": [
        45,
        30
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -45,
        30
      ],
      "pass": true,
      "spec_xy": [
        -45,
        30
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        -45,
        -30
      ],
      "pass": true,
      "spec_xy": [
        -45,
        -30
      ]
    },
    {
      "distance_mm": 0,
      "matched_hole": [
        45,
        -30
      ],
      "pass": true,
      "spec_xy": [
        45,
        -30
      ]
    }
  ],
  "tolerance_mm": 0.2,
  "unmatched_extras": []
}
5
step_roundtrip
pass
params + details
params: {
  "type": "step_roundtrip",
  "tolerance_pct": 1
}

details: {
  "per_solid": [
    {
      "bbox": {
        "max_abs_deviation_mm": 0,
        "original_max": [
          60,
          40,
          20
        ],
        "original_min": [
          -60,
          -40,
          0
        ],
        "pass": true,
        "roundtripped_max": [
          60,
          40,
          20
        ],
        "roundtripped_min": [
          -60,
          -40,
          0
        ],
        "tolerance_mm": 1.4560219778561037
      },
      "index": 0,
      "pass": true,
      "volume": {
        "deviation_pct": 0.9159214118617361,
        "original_mm3": 127917.80598659134,
        "pass": true,
        "roundtripped_mm3": 129089.43256120628
      }
    }
  ],
  "tolerance_pct": 1
}

Tool calls

0
open_document
ok
2ms
args
{}
1
create_cad_loon
err
4ms
args
{
  "source": "[let\n  [let plate [translate -60 -40 10 [cube 120 80 10]]\n   [let ribA [translate -60 -28 0 [cube 120 8 10]]\n    [let ribB [translate -60 -4 0 [cube 120 8 10]]\n     [let ribC [translate -60 20 0 [cube 120 8 10]]\n      [let body [union ribA [union ribB [union ribC plate]]]\n       [let h1 [translate 45 30 0 [cylinder 4 20]]\n        [let h2 [translate -45 30 0 [cylinder 4 20]]\n         [let h3 [translate -45 -30 0 [cylinder 4 20]]\n          [let h4 [translate 45 -30 0 [cylinder 4 20]]\n           [difference h1 [difference h2 [difference h3 [difference h4 body]]]]]]]]]]]]]]\n  [root let \"steel\"]]",
  "format": "json"
}
2
create
ok
8ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cube",
  "params": {
    "size": [
      120,
      80,
      10
    ]
  },
  "name": "plate_raw"
}
3
delete
ok
4ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "1"
}
4
create_cad_loon
ok
10ms
args
{
  "source": "[let plate [translate -60 -40 10 [cube 120 80 10]]\n[let ribA [translate -60 -28 0 [cube 120 8 10]]\n[let ribB [translate -60 -4 0 [cube 120 8 10]]\n[let ribC [translate -60 20 0 [cube 120 8 10]]\n[let body [union plate [union ribA [union ribB ribC]]]\n[let h1 [translate 45 30 0 [cylinder 4 20]]\n[let h2 [translate -45 30 0 [cylinder 4 20]]\n[let h3 [translate -45 -30 0 [cylinder 4 20]]\n[let h4 [translate 45 -30 0 [cylinder 4 20]]\n[let holes [union h1 [union h2 [union h3 h4]]]\n[root [difference holes body] \"steel\"]]]]]]]]]]]",
  "format": "json"
}
5
create
ok
5ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 120,
      "y": 80,
      "z": 10
    }
  },
  "name": "plate_raw"
}
6
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 120,
      "y": 8,
      "z": 10
    }
  },
  "name": "ribA_raw"
}
7
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 120,
      "y": 8,
      "z": 10
    }
  },
  "name": "ribB_raw"
}
8
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 120,
      "y": 8,
      "z": 10
    }
  },
  "name": "ribC_raw"
}
9
create
err
2ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20
  },
  "name": "hole1_raw"
}
10
create
err
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20
  },
  "name": "hole2_raw"
}
11
create
err
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20
  },
  "name": "hole3_raw"
}
12
create
err
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20
  },
  "name": "hole4_raw"
}
13
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20,
    "segments": 64
  },
  "name": "hole1_raw"
}
14
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20,
    "segments": 64
  },
  "name": "hole2_raw"
}
15
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20,
    "segments": 64
  },
  "name": "hole3_raw"
}
16
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20,
    "segments": 64
  },
  "name": "hole4_raw"
}
17
read
ok
3ms
args
{
  "document_id": "doc_1781218168190_1"
}
18
delete
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "1"
}
19
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "2"
}
20
delete
ok
2ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "3"
}
21
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "4"
}
22
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "5"
}
23
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "6"
}
24
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "7"
}
25
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "8"
}
26
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 120,
      "y": 80,
      "z": 10
    }
  },
  "name": "plate_cube"
}
27
create
err
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -60,
      "y": -40,
      "z": 10
    }
  },
  "name": "plate",
  "parent_part_id": "1"
}
28
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -60,
      "y": -40,
      "z": 10
    },
    "child": 1
  },
  "name": "plate",
  "parent_part_id": "1"
}
29
create
ok
4ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 120,
      "y": 8,
      "z": 10
    }
  },
  "name": "ribA_cube"
}
30
create
ok
2ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -60,
      "y": -28,
      "z": 0
    },
    "child": 3
  },
  "name": "ribA",
  "parent_part_id": "3"
}
31
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 120,
      "y": 8,
      "z": 10
    }
  },
  "name": "ribB_cube"
}
32
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cube",
  "params": {
    "size": {
      "x": 120,
      "y": 8,
      "z": 10
    }
  },
  "name": "ribC_cube"
}
33
create
ok
4ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -60,
      "y": -4,
      "z": 0
    },
    "child": 5
  },
  "name": "ribB",
  "parent_part_id": "5"
}
34
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -60,
      "y": 20,
      "z": 0
    },
    "child": 6
  },
  "name": "ribC",
  "parent_part_id": "6"
}
35
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20,
    "segments": 64
  },
  "name": "h1_cyl"
}
36
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20,
    "segments": 64
  },
  "name": "h2_cyl"
}
37
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20,
    "segments": 64
  },
  "name": "h3_cyl"
}
38
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "cylinder",
  "params": {
    "radius": 4,
    "height": 20,
    "segments": 64
  },
  "name": "h4_cyl"
}
39
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": 45,
      "y": 30,
      "z": 0
    },
    "child": 9
  },
  "name": "h1",
  "parent_part_id": "9"
}
40
create
ok
2ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -45,
      "y": 30,
      "z": 0
    },
    "child": 10
  },
  "name": "h2",
  "parent_part_id": "10"
}
41
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": -45,
      "y": -30,
      "z": 0
    },
    "child": 11
  },
  "name": "h3",
  "parent_part_id": "11"
}
42
create
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "translate",
  "params": {
    "offset": {
      "x": 45,
      "y": -30,
      "z": 0
    },
    "child": 12
  },
  "name": "h4",
  "parent_part_id": "12"
}
43
read
ok
2ms
args
{
  "document_id": "doc_1781218168190_1"
}
44
create
err
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "union",
  "params": {
    "children": [
      2,
      4,
      7,
      8
    ]
  },
  "name": "body"
}
45
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "union",
  "params": {
    "left": 2,
    "right": 4
  },
  "name": "u1"
}
46
create
ok
4ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "union",
  "params": {
    "left": 17,
    "right": 7
  },
  "name": "u2"
}
47
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "union",
  "params": {
    "left": 18,
    "right": 8
  },
  "name": "body"
}
48
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "difference",
  "params": {
    "left": 19,
    "right": 13
  },
  "name": "d1"
}
49
create
ok
4ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "difference",
  "params": {
    "left": 20,
    "right": 14
  },
  "name": "d2"
}
50
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "difference",
  "params": {
    "left": 21,
    "right": 15
  },
  "name": "d3"
}
51
create
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "type": "difference",
  "params": {
    "left": 22,
    "right": 16
  },
  "name": "final"
}
52
get_document
ok
2ms
args
{
  "document_id": "doc_1781218168190_1"
}
53
delete
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "1"
}
54
read
ok
1ms
args
{
  "document_id": "doc_1781218168190_1"
}
55
get_document
ok
2ms
args
{
  "document_id": "doc_1781218168190_1"
}
56
delete
ok
3ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "2"
}
57
delete
ok
2ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "3"
}
58
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "4"
}
59
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "5"
}
60
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "6"
}
61
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "7"
}
62
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "8"
}
63
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "9"
}
64
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "10"
}
65
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "11"
}
66
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "12"
}
67
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "13"
}
68
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "14"
}
69
delete
ok
1ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "15"
}
70
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "16"
}
71
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "17"
}
72
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "18"
}
73
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "19"
}
74
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "20"
}
75
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "21"
}
76
delete
ok
0ms
args
{
  "document_id": "doc_1781218168190_1",
  "part_id": "22"
}
77
get_document
ok
2ms
args
{
  "document_id": "doc_1781218168190_1"
}
78
get_document
ok
1ms
args
{
  "document_id": "doc_1781218168190_1"
}

What the model built

isometric render via vcad-render · the model's actual .vcad output, faceted at 28 segments per cylinder · download 20260611T224928Z-4ec1.vcad

.vcad source

{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "plate_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 80,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": "plate",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -60,
          "y": -40,
          "z": 10
        }
      }
    },
    "3": {
      "id": 3,
      "name": "ribA_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 8,
          "z": 10
        }
      }
    },
    "4": {
      "id": 4,
      "name": "ribA",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -60,
          "y": -28,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "ribB_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 8,
          "z": 10
        }
      }
    },
    "6": {
      "id": 6,
      "name": "ribC_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 8,
          "z": 10
        }
      }
    },
    "7": {
      "id": 7,
      "name": "ribB",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": -60,
          "y": -4,
          "z": 0
        }
      }
    },
    "8": {
      "id": 8,
      "name": "ribC",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": -60,
          "y": 20,
          "z": 0
        }
      }
    },
    "9": {
      "id": 9,
      "name": "h1_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 64
      }
    },
    "10": {
      "id": 10,
      "name": "h2_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 64
      }
    },
    "11": {
      "id": 11,
      "name": "h3_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 64
      }
    },
    "12": {
      "id": 12,
      "name": "h4_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 64
      }
    },
    "13": {
      "id": 13,
      "name": "h1",
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": 45,
          "y": 30,
          "z": 0
        }
      }
    },
    "14": {
      "id": 14,
      "name": "h2",
      "op": {
        "type": "Translate",
        "child": 10,
        "offset": {
          "x": -45,
          "y": 30,
          "z": 0
        }
      }
    },
    "15": {
      "id": 15,
      "name": "h3",
      "op": {
        "type": "Translate",
        "child": 11,
        "offset": {
          "x": -45,
          "y": -30,
          "z": 0
        }
      }
    },
    "16": {
      "id": 16,
      "name": "h4",
      "op": {
        "type": "Translate",
        "child": 12,
        "offset": {
          "x": 45,
          "y": -30,
          "z": 0
        }
      }
    },
    "17": {
      "id": 17,
      "name": "u1",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    },
    "18": {
      "id": 18,
      "name": "u2",
      "op": {
        "type": "Union",
        "left": 17,
        "right": 7
      }
    },
    "19": {
      "id": 19,
      "name": "body",
      "op": {
        "type": "Union",
        "left": 18,
        "right": 8
      }
    },
    "20": {
      "id": 20,
      "name": "d1",
      "op": {
        "type": "Difference",
        "left": 19,
        "right": 13
      }
    },
    "21": {
      "id": 21,
      "name": "d2",
      "op": {
        "type": "Difference",
        "left": 20,
        "right": 14
      }
    },
    "22": {
      "id": 22,
      "name": "d3",
      "op": {
        "type": "Difference",
        "left": 21,
        "right": 15
      }
    },
    "23": {
      "id": 23,
      "name": "final",
      "op": {
        "type": "Difference",
        "left": 22,
        "right": 16
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 23,
      "material": "default"
    }
  ]
}

generated 2026-06-19T01:47:56.230Z · static site, regenerate with npm run build -w @mecheval/leaderboard