|
|
|
|
|
by hadlock
2 days ago
|
|
I've had pretty good success with using LLMs to generate basic shapes using python and cadquery (which generates real parametric step files you can edit in fusion, not glorified triangulated STLs). Yesterday I had GPT5.5 build a python script to generate fender style Mandolin with separate neck and body, with correct bolt holes for the neck, gibson style bridge, and stop-tail, even fretboard with the little dots and cutouts for the fret wire (I didn't ask for these, but it added them anyways). Everything looks correct and to scale. These should generate (after pip install cadquery) a .step and .stl which you can open in something like PrusaSlicer or Fusion: Neck: https://pastebin.com/Sg3LmmUq Body: https://pastebin.com/FE9nikYB edit: screenshot, too https://i.imgur.com/FZGyyVO.png |
|