prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.72k stars 1.93k forks source link

Add support for Elegoo SLA Open-Source Goo Format #11882

Open JohannesSteiner opened 10 months ago

JohannesSteiner commented 10 months ago

Is your feature request related to a problem? Please describe. Currently, PrusaSlicer supports various third-party SLA printers. Unfortunatly, recent Elegoo SLA printers (like the Elegoo Mars 4 DLP) are currently not covered since they exclusively understand the new "Goo Format".

Describe the solution you'd like The official Goo Format Specification is available here on Github and maintained by Elegoo. It would be awesome to have this integrated into PrusaSlicer or at least have a workarround to use PrusaSlicer with new Elegoo printers.

Describe how it would work I guess same as for all third-party SLA formats?

Describe alternatives you've considered UV-Tools already support Goo-Format. If there is a convenient way to automate slicing via UVTools, this would of course be sufficient.

Thank you very much in advance! A frustrated Elegoo Mars user

Felix-Rm commented 8 months ago

There is currently a PR (#12251) open to implement the requested features.

Archives of the built application with the new features can be found here. Alternatively you can of course also build from source.

Please check out the PR for advice on setting up the printer profiles. People with Elegoo Mars 4 printers are welcome to test and report their findings in the PR.

JohannesSteiner commented 8 months ago

Thank you! This is awesome! I will give it a go within the next days!