vibe-openscad

tier-1-cube-with-hole / gpt-5.3-codex

5 run / 累計 10.8s / 累計 $0.0068

openai gpt 5.3 codex bare

bare (provider default effort)

run detail →
render
bare render of tier-1-cube-with-hole
loading STL…
success 2.4s · 82/50t · $0.0007
SCAD (4 lines)
difference() {
    cube([50, 50, 50], center = true);
    cylinder(h = 60, d = 20, center = true, $fn = 100);
}

prompt

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

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

variant: effort

lownot run
medium (default) success
medium
2.4s · 82/50t · $0.0007
SCAD (4 lines)
difference() {
    cube([50, 50, 50], center = true);
    cylinder(h = 60, d = 20, center = true, $fn = 100);
}
highnot run
maxnot run
xhighnot run

iteration: iter-png

i1 success
iter 1
1.7s · 797/50t · $0.0018
diff vs bare: +0/-0
  difference() {
      cube([50, 50, 50], center = true);
      cylinder(h = 60, d = 20, center = true, $fn = 100);
  }
SCAD (4 lines)
difference() {
    cube([50, 50, 50], center = true);
    cylinder(h = 60, d = 20, center = true, $fn = 100);
}
i2 success
iter 2
2.0s · 797/50t · $0.0018
diff vs i1: +0/-0
  difference() {
      cube([50, 50, 50], center = true);
      cylinder(h = 60, d = 20, center = true, $fn = 100);
  }
SCAD (4 lines)
difference() {
    cube([50, 50, 50], center = true);
    cylinder(h = 60, d = 20, center = true, $fn = 100);
}
i3 success
iter 3
2.4s · 797/50t · $0.0018
diff vs i2: +0/-0
  difference() {
      cube([50, 50, 50], center = true);
      cylinder(h = 60, d = 20, center = true, $fn = 100);
  }
SCAD (4 lines)
difference() {
    cube([50, 50, 50], center = true);
    cylinder(h = 60, d = 20, center = true, $fn = 100);
}