SketchUp / sketchup-stl

A SketchUp Ruby Extension that adds STL (STereoLithography) file format import and export.
http://extensions.sketchup.com/content/sketchup-stl
MIT License
247 stars 68 forks source link

ascii export then import broken. #36

Closed jimfoltz closed 11 years ago

jimfoltz commented 11 years ago

When I export using the ASCII option, then import the file back into SketchUp the geometry is flat and skewed. I thought this was working in an earlier version.

thomthom commented 11 years ago

Is it the exporter or importer failing? What happens when the exported file is imported in another application?

jimfoltz commented 11 years ago

Right, I tried this and the importer works for everything I tried with the exception being ascii stl files created using this exporter. The importer also worked with binary stl's created from SketchUp - just not ascii.

briangbrown commented 11 years ago

I'm seeing this as well Jim. Looks like the ascii exporter is broken from inspection of the ascii output for a simple cube sample file I'm looking at. I will try and debug a bit more.

briangbrown commented 11 years ago

Found the bug, will submit a fix.

thomthom commented 11 years ago

This can be closed now.