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

--export-png #9069

Closed
demonlibra opened this issue Oct 21, 2022 · 2 comments
Closed

--export-png #9069

demonlibra opened this issue Oct 21, 2022 · 2 comments

Comments

@demonlibra
Copy link

demonlibra commented Oct 21, 2022

From version 2.5.0 PrusaSlicer can be used like compact and fast converter from STEP to STL in CLI.
I using bash script:

path_to_ps="/home/demonlibra/app/PrusaSlicer/bin/prusa-slicer"
for file in *.step *.stp
   do "$path_to_ps" --export-stl "$file"
done

It will be nice to get some CLI option like --export-png to get thumbnail for 3d model.

Thank you.

@lukasmatena
Copy link
Collaborator

Related to #7878.

@demonlibra
Copy link
Author

demonlibra commented Mar 24, 2023

Found better solution, minirender.
Compact and fast program without external dependencies to create thumbnails for STL files. Perfect for server.

For convert STEP, IGES and many other formats using gmsh.

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