← mecheval / task / a4-stepped-pyramid-with-holes-01
Three-step pyramid with bolt holes through base A · A4 · a4-stepped-pyramid-with-holes-01
stepped · pyramid · bolt-holes · boolean · advanced
Expected
Prompt
Make a stepped pyramid composed of three concentric square layers stacked along Z, fused into a single solid. Base layer: 80mm × 80mm × 10mm, centered in X and Y, bottom face on the XY plane (z = 0 to z = 10). Middle layer: 60mm × 60mm × 10mm, centered, sitting on top of the base layer (z = 10 to z = 20). Top layer: 40mm × 40mm × 10mm, centered, sitting on top of the middle layer (z = 20 to z = 30). The base layer has four bolt holes of diameter 6mm, axes parallel to Z, drilled through the full 10mm thickness of the base only (z = 0 to z = 10), located at (30, 30), (-30, 30), (-30, -30), (30, -30). Output a single solid.
Checks
0
valid_solid{
"type": "valid_solid"
}1
bbox{
"type": "bbox",
"min": [
-40,
-40,
0
],
"max": [
40,
40,
30
],
"tolerance_mm": 0.1
}2
mass_props{
"type": "mass_props",
"volume_mm3": 114869.03,
"tolerance_pct": 0.5
}3
hole_count{
"type": "hole_count",
"diameter_mm": 6,
"expected": 4,
"diameter_tolerance_mm": 0.05
}4
hole_positions{
"type": "hole_positions",
"diameter_mm": 6,
"positions": [
[
30,
30,
0
],
[
-30,
30,
0
],
[
-30,
-30,
0
],
[
30,
-30,
0
]
],
"tolerance_mm": 0.15
}5
step_roundtrip{
"type": "step_roundtrip",
"tolerance_pct": 0.5
}Anti-cheese
{
"max_solid_count": 1
}
Limits
{
"max_tokens": 40000,
"max_wallclock_sec": 240,
"max_tool_calls": 40
}
Recent attempts
bbox · Z off by -19.80mm
step_roundtrip · STEP drift on 1/1 solid
mass_props · volume off by 1.5%
bbox · Z off by -18.00mm
mass_props · volume off by 1.0%
step_roundtrip · STEP drift on 1/1 solid