Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Vendor Profile for Elegoo Neptune Printers #23

Open
mlee12382 opened this issue Jul 21, 2022 · 4 comments
Open

Add Vendor Profile for Elegoo Neptune Printers #23

mlee12382 opened this issue Jul 21, 2022 · 4 comments

Comments

@mlee12382
Copy link
Contributor

I would like to submit a new vendor profile for Elegoo Neptune printers, all of the relevant files are here: https://github.com/mlee12382/prusaslicer-elegoo-profiles

@supermerill
Copy link
Contributor

supermerill commented Aug 9, 2022

Yes, but this is the prusa version.
You have to adapt a bit for this slicer repo.
at least, apply the https://github.com/slic3r/slic3r-profiles/blob/main/translate_from_prusa.py script
and add

extrusion_spacing =
perimeter_extrusion_spacing =
external_perimeter_extrusion_spacing =
first_layer_extrusion_spacing =
infill_extrusion_spacing =
solid_infill_extrusion_spacing =
top_infill_extrusion_spacing =

to your default print profile.

Then, launch superslicer (or slic3r on the merill-merge branch) with the console, open the wizards and check the error messages. Fix the errors if any
Then add all your printer and try to slice a simple object with each print profile for each printer, to ensure they are compatible.

After that, you can fork this repo, add your files into it, commit & submit a pull request.

@mlee12382
Copy link
Contributor Author

mlee12382 commented Aug 9, 2022

How do I apply the script? NVM figured it out. But whatever you were saying to add looks blank.

@supermerill
Copy link
Contributor

supermerill commented Aug 10, 2022

edit the line 3 and 4 to point to your file & a copy of it
and run python translate_from_prusa.py (install python if not already installed)

You can also read each section and do the "replace all" with your editor of choice.

I have to write a readme.

@mlee12382
Copy link
Contributor Author

Got it, working on testing now, also the lines you said to add the script added on it's own. Sorry if there were instructions somewhere that I missed for the submission process. And thanks for the help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants