That STL is fine.
It looks like you have a broken MeshLab.
I've tested it in meshlab, admesh as well as reading it back to OpenSCAD
itself. It all works.
-Marius
--
View this message in context: http://forum.openscad.org/MeshLab-Unexpected-end-of-file-in-2015-02-05-tp11666p11729.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/MeshLab-Unexpected-end-of-file-in-2015-02-05-tp11666p11730.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
OOps...
kintel wrote
That STL is fine.
No it is not fine according to NetFabb:
http://forum.openscad.org/file/n11731/Circle_NOT.jpg
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/MeshLab-Unexpected-end-of-file-in-2015-02-05-tp11666p11731.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
MichaelAtOz wrote
No it is not fine according to NetFabb:
However, using 2015.02.20/64 on W7/64, I used the above 'fails' code and it
exports a clean STL, as far as NetFabb knows.
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/MeshLab-Unexpected-end-of-file-in-2015-02-05-tp11666p11733.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
...and just to complete the circle, the STL above (Circle_-_NOT-Test) give me
the error in Meshlab. My exported stls are OK in Meshlab.
Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.
View this message in context: http://forum.openscad.org/MeshLab-Unexpected-end-of-file-in-2015-02-05-tp11666p11734.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Right, I think I see the problem.
In the STL:
facet normal nan nan nan
MeshLab under Windows might not like that.
I'll look into it.
--
View this message in context: http://forum.openscad.org/MeshLab-Unexpected-end-of-file-in-2015-02-05-tp11666p11736.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
See https://github.com/openscad/openscad/issues/1225
--
View this message in context: http://forum.openscad.org/MeshLab-Unexpected-end-of-file-in-2015-02-05-tp11666p11741.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Should be fixed in master.
-Marius