Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个简单的代码:
linear_extrude(height = 10, scale =2) { circle(r = 1); }
在拉伸过程中创建一个圆柱体而不是缩放圆。
结果:
该代码适用于最新版本 (2015.03-2)。我建议检查您正在运行的 OpenSCAD 版本。它可能是不支持 scale 参数的旧版本。