Just tried repairing it in desktop Netfabb but got the same result in openscad.
OpenScad is very sensible regarding path- and filenames. Under Win7 this worked for me (double backslash):
File is stored on drive c: root
scale([1,1,1]) {
import("c:\\ipad_mini_Landscape.stl");
}
Hope this helps
Recommended Posts
Daid 306
OpenSCAD is very picky with it's STL import, and usually fails at it. I haven't found a way to fix it.
Link to post
Share on other sites