vibe-openscad

tier-1-stepped-pyramid / claude-opus-4-5-20251101

7 run / 累計 18.2s / 累計 $0.0460

claude opus 4.5 2025-11-01 bare

bare (provider default effort)

run detail →
render
bare render of tier-1-stepped-pyramid
loading STL…
success 3.2s · 184/169t · $0.0051
SCAD (13 lines)
// 3段の階段状ピラミッド

// 底辺(1段目): 60mm × 60mm × 10mm
translate([0, 0, 0])
    cube([60, 60, 10], center=true);

// 2段目: 40mm × 40mm × 10mm
translate([0, 0, 10])
    cube([40, 40, 10], center=true);

// 3段目(最上段): 20mm × 20mm × 10mm
translate([0, 0, 20])
    cube([20, 20, 10], center=true);

prompt

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

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

variant: effort

low success
low
2.2s · 285/74t · $0.0033
SCAD (3 lines)
cube([60, 60, 10], center=true);
translate([0, 0, 10]) cube([40, 40, 10], center=true);
translate([0, 0, 20]) cube([20, 20, 10], center=true);
mediumnot run
high (default) success
high
3.2s · 184/169t · $0.0051
SCAD (13 lines)
// 3段の階段状ピラミッド

// 底辺(1段目): 60mm × 60mm × 10mm
translate([0, 0, 0])
    cube([60, 60, 10], center=true);

// 2段目: 40mm × 40mm × 10mm
translate([0, 0, 10])
    cube([40, 40, 10], center=true);

// 3段目(最上段): 20mm × 20mm × 10mm
translate([0, 0, 20])
    cube([20, 20, 10], center=true);
maxnot run
xhighnot run

variant: thinking

off (default) success
off
2.2s · 285/74t · $0.0033
SCAD (3 lines)
cube([60, 60, 10], center=true);
translate([0, 0, 10]) cube([40, 40, 10], center=true);
translate([0, 0, 20]) cube([20, 20, 10], center=true);
adaptivenot run
dynamicnot run

iteration: iter-png

i1 success
iter 1
2.6s · 1102/169t · $0.0097
diff vs bare: +3/-3
  // 3段の階段状ピラミッド
  
  // 底辺(1段目): 60mm × 60mm × 10mm
- translate([0, 0, 0])
+ translate([0, 0, 5])
      cube([60, 60, 10], center=true);
  
  // 2段目: 40mm × 40mm × 10mm
- translate([0, 0, 10])
+ translate([0, 0, 15])
      cube([40, 40, 10], center=true);
  
  // 3段目(最上段): 20mm × 20mm × 10mm
- translate([0, 0, 20])
+ translate([0, 0, 25])
      cube([20, 20, 10], center=true);
SCAD (13 lines)
// 3段の階段状ピラミッド

// 底辺(1段目): 60mm × 60mm × 10mm
translate([0, 0, 5])
    cube([60, 60, 10], center=true);

// 2段目: 40mm × 40mm × 10mm
translate([0, 0, 15])
    cube([40, 40, 10], center=true);

// 3段目(最上段): 20mm × 20mm × 10mm
translate([0, 0, 25])
    cube([20, 20, 10], center=true);
i2 success
iter 2
2.3s · 1102/169t · $0.0097
diff vs i1: +0/-0
  // 3段の階段状ピラミッド
  
  // 底辺(1段目): 60mm × 60mm × 10mm
  translate([0, 0, 5])
      cube([60, 60, 10], center=true);
  
  // 2段目: 40mm × 40mm × 10mm
  translate([0, 0, 15])
      cube([40, 40, 10], center=true);
  
  // 3段目(最上段): 20mm × 20mm × 10mm
  translate([0, 0, 25])
      cube([20, 20, 10], center=true);
SCAD (13 lines)
// 3段の階段状ピラミッド

// 底辺(1段目): 60mm × 60mm × 10mm
translate([0, 0, 5])
    cube([60, 60, 10], center=true);

// 2段目: 40mm × 40mm × 10mm
translate([0, 0, 15])
    cube([40, 40, 10], center=true);

// 3段目(最上段): 20mm × 20mm × 10mm
translate([0, 0, 25])
    cube([20, 20, 10], center=true);
i3 success
iter 3
2.6s · 1102/169t · $0.0097
diff vs i2: +0/-0
  // 3段の階段状ピラミッド
  
  // 底辺(1段目): 60mm × 60mm × 10mm
  translate([0, 0, 5])
      cube([60, 60, 10], center=true);
  
  // 2段目: 40mm × 40mm × 10mm
  translate([0, 0, 15])
      cube([40, 40, 10], center=true);
  
  // 3段目(最上段): 20mm × 20mm × 10mm
  translate([0, 0, 25])
      cube([20, 20, 10], center=true);
SCAD (13 lines)
// 3段の階段状ピラミッド

// 底辺(1段目): 60mm × 60mm × 10mm
translate([0, 0, 5])
    cube([60, 60, 10], center=true);

// 2段目: 40mm × 40mm × 10mm
translate([0, 0, 15])
    cube([40, 40, 10], center=true);

// 3段目(最上段): 20mm × 20mm × 10mm
translate([0, 0, 25])
    cube([20, 20, 10], center=true);