Hacker News new | ask | show | jobs
by echoangle 3 days ago
> Simple parameter tweaks bypass the model entirely; adjusting a slider does a deterministic regex update on the SCAD source, requiring no LLM call.

Why do you use regex for that? OpenSCAD allows you to pass data natively, no? What’s the advantage of the regex over using that?

1 comments

This is so the .scad file stays the canonical state. With -D, the rendered geometry diverges from what the file says.