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
Is your feature request related to a problem? Please describe. In some model preview takes a lot of time (and cpu every time the file is saved)
Describe the solution you'd like Generate a preview image with openscad and display it instead of rendering the SLT model.
Describe alternatives you've considered You can generate an image with openscad
openscad -q -o ./images.png -D "\$fn=10" --imgsize 512,512 --preview ./model.scad
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for your feedback. Good idea. How would you see this feature, a toggle switch somewhere to choose between stl or image rendering ?
Not sure what is the best level to do it. What do you think would be the best :
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
In some model preview takes a lot of time (and cpu every time the file is saved)
Describe the solution you'd like
Generate a preview image with openscad and display it instead of rendering the SLT model.
Describe alternatives you've considered
You can generate an image with openscad
openscad -q -o ./images.png -D "\$fn=10" --imgsize 512,512 --preview ./model.scad
The text was updated successfully, but these errors were encountered: