- read .job files of the Process-controlling-Software (create with PSW Software) of 3D Printers from EOS GmbH(c)
- C++ Library (visual Studio 2015)
- or use as commad line tool to convert eos .job files to .xml.
- read .sli "Slice Layer Interface" (Proprietary form of the "Common Layer Interface" format)
- Magic number of the File format: :
EOS 1993 SLI FILE
- C++ Library (visual Studio 2015)
- Demonstration application for job-format-library to view .job files in a treeview
- open and view/render EOS-sli files
- Query EOS-DB to get information about current build process and finished jobs
- C# (visual Studio 2013)
/examples/Demo.exe
in the directory c#-sli-library
you can find a c# library to access the .sli and .cli format with the following drawbacks:
- no visual studio project
- you need to replace the error handling
- code comments in German
to any body: feel free to clean up this and send a pull request :-) - I do not have time for this at the moment!
EOS is a registered trademark of EOS GmbH and not involved in this project