vibe-openscad

tier-1-cube-with-hole / gpt-5.1-codex-mini

5 run / 累計 10.5s / 累計 $0.0124

openai gpt 5.1 codex mini bare

bare (provider default effort)

run detail →
render
bare render of tier-1-cube-with-hole
loading STL…
success 1.5s · 82/114t · $0.0014
SCAD (4 lines)
difference() {
  cube([50, 50, 50], center=true);
  cylinder(h=60, r=10, center=true);
}

prompt

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

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

variant: effort

lownot run
medium (default) success
medium
1.5s · 82/114t · $0.0014
SCAD (4 lines)
difference() {
  cube([50, 50, 50], center=true);
  cylinder(h=60, r=10, center=true);
}
highnot run
maxnot run
xhighnot run

iteration: iter-png

i1 success
iter 1
2.0s · 787/175t · $0.0030
diff vs bare: +0/-0
  difference() {
    cube([50, 50, 50], center=true);
    cylinder(h=60, r=10, center=true);
  }
SCAD (4 lines)
difference() {
  cube([50, 50, 50], center=true);
  cylinder(h=60, r=10, center=true);
}
i2 success
iter 2
2.8s · 787/134t · $0.0026
diff vs i1: +0/-0
  difference() {
    cube([50, 50, 50], center=true);
    cylinder(h=60, r=10, center=true);
  }
SCAD (4 lines)
difference() {
  cube([50, 50, 50], center=true);
  cylinder(h=60, r=10, center=true);
}
i3 success
iter 3
2.6s · 787/269t · $0.0041
diff vs i2: +0/-0
  difference() {
    cube([50, 50, 50], center=true);
    cylinder(h=60, r=10, center=true);
  }
SCAD (4 lines)
difference() {
  cube([50, 50, 50], center=true);
  cylinder(h=60, r=10, center=true);
}