discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

No Top-Level Geometry

C
commonsenseused
Tue, Jul 23, 2019 8:17 PM

I keep getting this error when rendering a model.
iris_case.scad http://forum.openscad.org/file/t2611/iris_case.scad
How do I fix this? I'm a noob so please explain in layman's terms.

--
Sent from: http://forum.openscad.org/

I keep getting this error when rendering a model. iris_case.scad <http://forum.openscad.org/file/t2611/iris_case.scad> How do I fix this? I'm a noob so please explain in layman's terms. -- Sent from: http://forum.openscad.org/
NH
nop head
Tue, Jul 23, 2019 8:32 PM

The file contains modules but none of them appear to be used (instantiated)
so no geometry is created.

Try adding drawCase(); at the bottom, or anywhere for that matter.

On Tue, 23 Jul 2019 at 21:18, commonsenseused via Discuss <
discuss@lists.openscad.org> wrote:

I keep getting this error when rendering a model.
iris_case.scad http://forum.openscad.org/file/t2611/iris_case.scad
How do I fix this? I'm a noob so please explain in layman's terms.

--
Sent from: http://forum.openscad.org/


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

The file contains modules but none of them appear to be used (instantiated) so no geometry is created. Try adding drawCase(); at the bottom, or anywhere for that matter. On Tue, 23 Jul 2019 at 21:18, commonsenseused via Discuss < discuss@lists.openscad.org> wrote: > I keep getting this error when rendering a model. > iris_case.scad <http://forum.openscad.org/file/t2611/iris_case.scad> > How do I fix this? I'm a noob so please explain in layman's terms. > > > > -- > Sent from: http://forum.openscad.org/ > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >