vibe-openscad

bare-high/gpt-5.4 / tier-1-stepped-pyramid

success tier 1

bare (gpt 5.4)

render
bare render of tier-1-stepped-pyramid
loading STL…
success 4.8s · 151/234t · $0.0040
SCAD (5 lines)
union() {
    cube([60, 60, 10]);
    translate([10, 10, 10]) cube([40, 40, 10]);
    translate([20, 20, 20]) cube([20, 20, 10]);
}

meta

runIdbare-high_gpt-5.4-fdca084cf13c-2026-04-27T21-51-52-961Z
matrixIdbare-high/gpt-5.4
signaturefdca084cf13c325a…
provideropenai
modelgpt-5.4-2026-03-05
harnessbare
statussuccess
duration4.84s (wallclock: load + prompt eval + generation + network)
tokens151 in / 234 out
wallclock tok/s48.4 tok/s (end-to-end)
cost$0.0040
createdAt2026-04-27T21:51:52.961Z
gitCommit9719f13cf9c1
openscadOpenSCAD version 2026.04.27

prompt

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

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