admin管理员组

文章数量:1363230

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.

本文标签: Cannot generate a void inside cube in openscadStack Overflow