最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Cannot generate a void inside cube in openscad - Stack Overflow

programmeradmin0浏览0评论

I’m using the following openscad code, the objective is to create a void inside a cube using difference command:

difference() {
    cube(10, true);
    cube(2, true);
}

When export the model to stl and load into slicer, the is no void inside the cube.

发布评论

评论列表(0)

  1. 暂无评论