预览时结果正常,但渲染后为空

Result is ok at preview, but empty after rendering

我要剪这个半球:

我的代码是:

difference() {
import("../kupol.stl");
translate([-150,-1,-1]) cube(500);
}

预览结果正常:

但渲染后(F6 键)我收到一个空对象:

渲染完成,没有任何错误:

Compiling design (CSG Tree generation)...
Rendering Polygon Mesh using CGAL...
Geometries in cache: 15
Geometry cache size in bytes: 3178728
CGAL Polyhedrons in cache: 12
CGAL cache size in bytes: 0
Total rendering time: 0 hours, 0 minutes, 0 seconds
Rendering finished.

我在 Windows 7 64 位机器上使用 OpenSCAD 2015.03-2 版。 Here is detailed information about my build and here 是带有我需要切割的半球的 stl。

我做错了什么?

STL 可能有一些问题。确保它是多方面的(可以用大多数网格编辑器检查,例如 MeshLab、Blender、Netfabb)。

另请查看 FAQ,其中解释了可能导致 OpenSCAD 出现 STL 问题的其他问题(Zero-Faces = 没有面积的三角形)。