I uploaded a design to Shapeways for 3D printing. Part of my design will not upload so I asked Shapeways, what’s the problem? They said that part of my design had 0 thickness so it could not be 3D printed. The part that has 0 thickness is a part that I copied and did a negative 1 (-1) scaling to mirror the part. My guess is that the negative numbers makes the part the same as 0 thickness. I there anything I can do fix this??
There is a bug that causes -1 scaling to fail in 3d printing. Easiest workaround it to explode it after -1scale and regroup. It will then be recognised correctly.
Yes it appears to be in the exporter and has been around since its inclusion rather than the extension version. I have mentioned it many times and they have acknowledged it is a bug but have yet to fix it.
That is new to me too. I’ve never had a problem, but then again, I tend to use “flip along” in lieu of scale -1. The end result is the same is it not? Flip along versus scale -1 ?
@jim4366 if you are using 2017 as your profile suggests then this wouldn’t effect you as you must be using an extension rather than the built in stl exporter that was introduced in later versions.
The bug that Box mentioned does seem to be there, and the work around of exploding that John mentioned does solve the problem. Here’s what the file looks like before and after the exploding work around. In the first half of the video you will see that only the back faces are showing.
The situation is more interesting than whether the STL has reverse faces or not. The version from the web and from desktop both produce the same issue. The issue gets confusing if you import the STL into SketchUp, because SketchUp does its best to cope, and will show the faces as reversed, which they were not. Viewing the file in Finder, or most other STL tools, will show the problem.
There is a convention that says that the coordinates of a triangle are listed clockwise as seen from one side, and therefore counterclockwise from the other side. Before there were such things as ‘normals’, 3D programs relied on that to know which was the front or back face.
Normally (pardon the pun) the facet normal and the clockwise-ness of the three coordinates will agree with each other, but in the case where you have negatively scaled something in SketchUp, they don’t.
When they don’t agree, some programs fall back on trusting the order of the vertices, and ignore the normal value. Others trust the normal value. Apparently SolidWorks will use the order of the vertices and still use the normal value to control shading effects.
So, the thing for SketchUp to fix is that when scaling negatively, the order of the vertices should be corrected to match the normals values. In the meantime, exploding does seem to correct things, though you could export as ASCII STL, and manually correct the order of the vertices.
Well, now that the bug has been outlined in detail, reproduced, inspected, with a solution for fixing right here in front of us, it might make some sense to address it. Ignoring it isn’t really the right thing to do especially under the subscription model.
What we’ve been told in the past is that the developers have lists of bugs, feature requests, their own ideas for enhancements , etc. and they gather to prioritize items. But they don’t describe the basis of the priority. There are bugs that have been known for years but left untouched.
I looked around for an existing bug, which isn’t an easy thing to do when you’re searching for things like ‘normal’. But, I did find that this exact problem was fixed in SketchUp 3.x, for the export to 3DS case.
The engineer who fixed it doesn’t work at SketchUp anymore, but the QA person does. I will see who could apply the same fix for STL.