ergogen / ergogen

Ergonomic keyboard layout generator
https://ergogen.xyz
MIT License
993 stars 326 forks source link

STL export not working #98

Open Nisker opened 1 year ago

Nisker commented 1 year ago

Exporting STL from both the official and unofficial site gives me a 9 bytes file.

It can be replicated by generating an STL of CasePcbTest on https://ergogen.xyz/

kitnerboy commented 6 months ago

Can confirm. I see the same behaviour: 9 byte stl with single string in it "undefined".

TildeWill commented 6 months ago

A workaround for now is to pipe the .jscad file through a node package to get an .stl. FlatFootFox outlines more in their tutorial in the section labeled "Making A Case" https://flatfootfox.com/ergogen-part4-footprints-cases/

tldr; npx @jscad/cli@1 output/cases/bottom.jscad -of stla -o bottom.stl Or head over to https://openjscad.xyz/