vibe-openscad

tier-1-stepped-pyramid / gpt-5.1-codex-mini

5 run / 累計 12.6s / 累計 $0.0120

openai gpt 5.1 codex mini bare

bare (provider default effort)

run detail →
render
bare render of tier-1-stepped-pyramid
loading STL…
success 2.7s · 151/173t · $0.0021
SCAD (8 lines)
translate([-30, -30, 0])
    cube([60, 60, 10]);

translate([-20, -20, 10])
    cube([40, 40, 10]);

translate([-10, -10, 20])
    cube([20, 20, 10]);

prompt

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

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

variant: effort

lownot run
medium (default) success
medium
2.7s · 151/173t · $0.0021
SCAD (8 lines)
translate([-30, -30, 0])
    cube([60, 60, 10]);

translate([-20, -20, 10])
    cube([40, 40, 10]);

translate([-10, -10, 20])
    cube([20, 20, 10]);
highnot run
maxnot run
xhighnot run

iteration: iter-png

i1 success
iter 1
2.1s · 888/99t · $0.0023
diff vs bare: +0/-0
  translate([-30, -30, 0])
      cube([60, 60, 10]);
  
  translate([-20, -20, 10])
      cube([40, 40, 10]);
  
  translate([-10, -10, 20])
      cube([20, 20, 10]);
SCAD (8 lines)
translate([-30, -30, 0])
    cube([60, 60, 10]);

translate([-20, -20, 10])
    cube([40, 40, 10]);

translate([-10, -10, 20])
    cube([20, 20, 10]);
i2 success
iter 2
3.4s · 888/131t · $0.0027
diff vs i1: +0/-0
  translate([-30, -30, 0])
      cube([60, 60, 10]);
  
  translate([-20, -20, 10])
      cube([40, 40, 10]);
  
  translate([-10, -10, 20])
      cube([20, 20, 10]);
SCAD (8 lines)
translate([-30, -30, 0])
    cube([60, 60, 10]);

translate([-20, -20, 10])
    cube([40, 40, 10]);

translate([-10, -10, 20])
    cube([20, 20, 10]);
i3 success
iter 3
1.8s · 888/136t · $0.0027
diff vs i2: +0/-0
  translate([-30, -30, 0])
      cube([60, 60, 10]);
  
  translate([-20, -20, 10])
      cube([40, 40, 10]);
  
  translate([-10, -10, 20])
      cube([20, 20, 10]);
SCAD (8 lines)
translate([-30, -30, 0])
    cube([60, 60, 10]);

translate([-20, -20, 10])
    cube([40, 40, 10]);

translate([-10, -10, 20])
    cube([20, 20, 10]);