vibe-openscad

bare/gemini-2.5-pro / tier-1-cube-with-hole

success tier 1

bare (gemini 2.5 pro)

render
bare render of tier-1-cube-with-hole
loading STL…
success 7.1s · 68/135t · $0.0014
SCAD (10 lines)
// 50mm角の立方体の中央に直径20mmの貫通穴をz軸方向に開ける

difference() {
    // 50mm角の立方体を中央に配置
    cube(size = 50, center = true);
    
    // 直径20mm、高さ51mm(立方体より少し長い)の円柱を中央に配置
    // 高さを長くすることで、ブーリアン演算が確実に行われるようにする
    cylinder(h = 51, d = 20, center = true);
}

meta

runIdbare_gemini-2.5-pro-4c01a662a4e4-2026-04-26T18-50-25-250Z
matrixIdbare/gemini-2.5-pro
signature4c01a662a4e4f571…
providergoogle
modelgemini-2.5-pro
harnessbare
statussuccess
duration7.10s (wallclock: load + prompt eval + generation + network)
tokens68 in / 135 out
wallclock tok/s19.0 tok/s (end-to-end)
cost$0.0014
createdAt2026-04-26T18:50:25.251Z
openscadOpenSCAD version 2026.04.27

iteration chain

各 iteration step は独立した benchmark run です。parentRunId で前段にリンクします。

prompt

OpenSCAD で、50mm 角の立方体の中央に、直径 20mm の貫通穴を z 軸方向に開けたモデルを作成してください。

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