kennetek / gridfinity-rebuilt-openscad

A ground-up rebuild of the stock gridfinity bins in OpenSCAD
Other
1.27k stars 186 forks source link

WARNING: No top level geometry to render #130

Open cambevis opened 12 months ago

cambevis commented 12 months ago

These used to work for me up until recently. I updated OpenSCAD to 2023.09.30, and I think that's when it stopped working.

All renders return: WARNING: No top level geometry to render

CullenJWebb commented 12 months ago

Same issue here, downgrading for now.

I don't see any warning or deprecation messages, so I am suspicious of OpenSCAD on this one.

spirilis commented 9 months ago

Ditto with OpenSCAD dev snapshot 2023.12.20

edit: Also appears that I can't find snapshots from <Nov 2023 on files.openscad.org right now

kennetek commented 9 months ago

Can anyone provide more information about this? On my machine (Windows 10) I am able to generate a regular bin with the December 20 build of OpenSCAD.

Normally when "No top level geometry to render" is sent to the console its because the main module has been commented out (ie gridfinityInit or gridfinityBase)