vibe-openscad

bare-max/claude-opus-4-8 / tier-1-stepped-pyramid

success tier 1

bare (claude opus 4.8)

render
bare render of tier-1-stepped-pyramid
loading STL…
success 2.4s · 196/126t · $0.0041
SCAD (12 lines)
union() {
    // 1段目(底辺)
    cube([60, 60, 10], center = true);
    
    // 2段目
    translate([0, 0, 10])
        cube([40, 40, 10], center = true);
    
    // 3段目(最上段)
    translate([0, 0, 20])
        cube([20, 20, 10], center = true);
}

meta

runIdbare-max_claude-opus-4-8-dd369f5ceaea-2026-06-09T17-38-29-800Z
matrixIdbare-max/claude-opus-4-8
signaturedd369f5ceaea1d57…
provideranthropic
modelclaude-opus-4-8
harnessbare
statussuccess
duration2.45s (wallclock: load + prompt eval + generation + network)
tokens196 in / 126 out
wallclock tok/s51.5 tok/s (end-to-end)
cost$0.0041
createdAt2026-06-09T17:38:29.800Z
gitCommitc8a77106d384
openscadOpenSCAD version 2026.04.27

prompt

OpenSCAD で、底辺 60mm × 60mm × 高さ 10mm の正方形の板の中央に、それより一回り小さい
40mm × 40mm × 高さ 10mm の板を載せ、さらにその中央に 20mm × 20mm × 高さ 10mm の板を
載せた、3 段の階段状ピラミッドを作ってください。各段は中心を揃えて積み上げます。

完成したコード全体を ```openscad ... ``` のフェンスで囲んで出力してください。コードのみで、追加の説明は不要です。