vibe-openscad

bare/qwen3-0.6b / tier-1-mug

render_error tier 1
error
openscad stl render failed (exit 1): ERROR: Parser error: syntax error in file ../../../../../tmp/render-J2f3Z6/input.scad, line 2
Can't parse file '/tmp/render-J2f3Z6/input.scad'!

bare (qwen3-0.6b)

render
no render
render_error 17.5s · 162/4084t
openscad stl render failed (exit 1): ERROR: Parser error: syntax error in file ../../../../../tmp/render-J2f3Z6/input.scad, line 2
Can't parse file '/tmp/render-J2f3Z6/input.scad'!

SCAD (3 lines)
sphere(radius=40)
subtracts cylinder(cylinder_radius=6, height=12)
adds two hemispheres(radius=40)

meta

runIdbare_qwen3-0.6b-79767c293f74-2026-04-29T08-20-29-763Z
matrixIdbare/qwen3-0.6b
signature79767c293f746259…
provideropenai-self-hosted
modelqwen3-0.6b
harnessbare
statusrender_error
duration17.49s (wallclock: load + prompt eval + generation + network)
TTFT5.759s
generation time6.84s (pure decode, excludes load + prompt eval)
tokens162 in / 4084 out
generation tok/s597.0 tok/s (pure decode rate)
wallclock tok/s233.5 tok/s (end-to-end)
createdAt2026-04-29T08:20:29.763Z
gitCommit1d991ed9e773
openscadOpenSCAD version 2026.04.27

model metadata (self-hosted)

セルフホスト LLM はクラウドの単一 provider と違い、 実質「(モデル開発者, weight publisher, 量子化)」の組で挙動が決まる。 run 時に LM Studio / Ollama から取得した値:

publisherlmstudio-community
typellm
archqwen3
quantizationQ8_0
max ctx32,768 tok
capabilitiestool_use
host GPUNVIDIA GeForce RTX 3090 (Vulkan)
host VRAM24 GB
host CPU12th Gen Intel(R) Core(TM) i9-12900K
host RAM32 GB

prompt

OpenSCAD で、外径 80mm、高さ 100mm、肉厚 4mm のマグカップを作ってください。
底面の厚みは 6mm とし、内側はくり抜いて飲み物を入れられる形状にしてください。
さらに、側面には外径方向に飛び出す半径 12mm の取手(リング状の取手)を付けてください。
取手はカップの中心高さあたりに付け、外周から十分にはみ出して指を通せる形にしてください。

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