I’m using the free version of shapr3d and I’ve been quite impressed with it’s functionality and tech support. For some reason my three files that I have been working on have disappeared from the shapr3d menu of recent work. I have had them 3D printed multiple times and would now like to print them in metal.
Here’s the problem: I cannot open the .stl files that were saved by shapr3d. I need to make some adjustments on the designs before reprinting. Any solutions? Thank you.
.stl is a “lossy” format, so some data from the original file is discarded in the conversion process. It is not possible to discern the exact original shape from the exported file.
Thank you @Istvan for the link to your write up! Thank you @uber.geek for your informative response. It all makes sense to me now. Thank you thank you.
I fully understand that importing STL into Shapr3D and treating it like a native STEP or Shap3D body will never be supported… I often find myself where I want to “reverse engineer” or convert some part of an STL to a drawing for 2D cutting. Here are some features that I “think” are possible and would be super helpful:
Being able to measure points directly on an STL (like digital calipers). (essentially a helper to snap a line to the point that is local maxima or minima, let the user choose )
With each of the features above being able to set an arbitrarily positioned plane where those actions are performed at the “binary” intersection of the STL that the plane passes through. Or maybe tracing the intersection of the plane and the STL gets rid of the need for 1&2 above?
/me Now that I’ve typed this, I wonder if I can proto-type #3 and render as DXF???!!! (like a virtual MRI )
Shapr3D chokes on the generated DXF file probably because so many points. I was finally able to get it imported but took me a lot of tries and patience. I wonder how hard it would be to use OpenCV to try and simplify the drawing to prefer circles and lines instead of polylines to produce a much less complex DXF… Seems like something that could be done… Maybe a project for next weekend or this winter. Something like this OpenCV shape detection - PyImageSearch