drlukeparry / pyslm

PySLM: A Python Library for 3D Printing and Additive Manufacturing
http://lukeparry.uk/projects/pyslm
GNU Lesser General Public License v2.1
83 stars 14 forks source link

can you parse slc files #44

Open zhenhuashao opened 3 days ago

zhenhuashao commented 3 days ago

Now many people use slc files, for slc file parsing, want to seek advice

drlukeparry commented 2 days ago

What are .slc files- are these full machine build files or slices, and which company/OEM use them on their system?

zhenhuashao commented 2 days ago

This is the slicing data from magics slicing software.slc

zhenhuashao commented 2 days ago

a.zip Compress the files in the package: a.slc : Layer fill file a_H.cli : Layer profile a_s.slc :Supporting file

drlukeparry commented 2 days ago

.CLI files are supported and can be provided as a python script.

I don't fully understand the purpose of the .slc file as it appears to be only the boundary/countours representing slices of a part geometry. These normally may be represented by internally by the .cli files so I don't fully understand what benefit you would have by being able to interpret this additional .slc file?