We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
--export-png
Thank you.
The text was updated successfully, but these errors were encountered:
Related to #7878.
Sorry, something went wrong.
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.
No branches or pull requests
From version 2.5.0 PrusaSlicer can be used like compact and fast converter from STEP to STL in CLI.
I using bash script:
It will be nice to get some CLI option like
--export-png
to get thumbnail for 3d model.Thank you.
The text was updated successfully, but these errors were encountered: