I didn't notice that I was using an older version, installed at:
"C:\Program Files\PythonSCAD\openscad.exe"
and dated 6/5/25
but it installed to:
"C:\Program Files\PythonSCAD\pythonscad.exe"
and when I switched the Taskbar icon to that:
>Traceback (most recent call last):
> File "<string>", line 14, in <module>
>ModuleNotFoundError: No module named 'gcodepreview'
since it is installed to:
C:\Users\willa\OneDrive\Documents\OpenSCAD\libraries\
I have a commented out command to move it to:
C:\Users\willa\AppData\Local\Programs\Python\Python311\Lib
but enabling that didn't help, and when I used the menu command File | Show Library Folder it took me to:
C:\Users\willa\OneDrive\Documents\OpenSCAD\libraries
which contains:
"C:\Users\willa\OneDrive\Documents\OpenSCAD\libraries\gcodepreview.py"
opening that file and running it in Pythonscad we get:
>No top level geometry to render
but I'm not seeing anything obvious to get this working in Preferences or elsewhere in the menus....
Going back to 2025-06-05 for the time being.
William