You are not logged in.
Pages: 1
Hello, I receive an error message when uploading an STL file for printing
The error message is:
2016/08/15 16:51:42.789384 {"Layer":"1","module":"Slicer","level":"Error","msg":"Problem in recently uploaded plate file has been detected. Slicer module terminated. Please, remove uploaded plate and restart system to use slicer again. To investigate problem, please contact us. runtime error: makeslice: len out of range"}
I would appreciate your immediate reply on this matter.
Thanks in advance,
Offline
Could you share your STL file?
Which version of nanodlp you are using?
Offline
Sorry for the late reply.
Offline
The build number is 1196.
The following link contains the STL file you asked for:
https://drive.google.com/open?id=0B68v3 … y14Rl9iT1k
Last edited by Mahmoud10 (2016-08-17 12:07:09)
Offline
ASCII STL files start with solid keyword.
Binary STL files start with 75 bytes as header.
File you have shared start with solid keyword (means it ASCII STL) but file is actually binary. And it is still valid binary format as you can write anything in the first 75 bytes of binary STL format.
To fix the issue I need to change ASCII format detector logic. Which program has exported this file?
Offline
I don't know. I got the file as it is.
Offline
Edit first couple of char and it will solve the issue.
Offline
Pages: 1