discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: Conversion of .scad to .stl results in Blank output

DM
Douglas Miller
Thu, Jan 6, 2022 4:04 PM

By putting your entire object inside "if $preview" you have explicitly
told OpenSCAD to show it /only/ when you press F5, and /not/ render
anything when you press F6.

On 1/6/2022 10:00 AM, user35b@gmail.com wrote:

Please help. I cannot convert the above Openscad code to STL. On
trying it, I received the above blank page with the notice/warning
below it.

[...]

By putting your entire object inside "if $preview" you have explicitly told OpenSCAD to show it /only/ when you press F5, and /not/ render anything when you press F6. On 1/6/2022 10:00 AM, user35b@gmail.com wrote: > Please help. I cannot convert the above Openscad code to STL. On > trying it, I received the above blank page with the notice/warning > below it. > > > [...]