You are not logged in.

#1 2016-08-15 17:05:09

Mahmoud10
Member
Registered: 2016-08-15
Posts: 7

Slicing error

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

#2 2016-08-16 09:10:11

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Slicing error

Could you share your STL file?
Which version of nanodlp you are using?

Offline

#3 2016-08-17 11:51:37

Mahmoud10
Member
Registered: 2016-08-15
Posts: 7

Re: Slicing error

Sorry for the late reply.

Offline

#4 2016-08-17 11:56:30

Mahmoud10
Member
Registered: 2016-08-15
Posts: 7

Re: Slicing error

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

#5 2016-08-18 06:39:41

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Slicing error

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

#6 2016-08-20 14:07:43

Mahmoud10
Member
Registered: 2016-08-15
Posts: 7

Re: Slicing error

I don't know. I got the file as it is.

Offline

#7 2016-08-20 14:20:10

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Slicing error

Edit first couple of char and it will solve the issue.

Offline

Board footer

Powered by FluxBB