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
I had that idea after investigating stringing issues that fused parts of a print-in-place flexible model.
Prusa Slicer has the option of rendering retractions. It's useful to be able to render that.
For this feature to be as accurate as possible, we'd have to implement the G0/G1 with negative E case as well as introducing G10 support.
G0
G1
E
G10
The API could be very similar to what we have right now with the other types of renders:
{ ..., renderRetractions: true, retractionColor: '#FF0000', }
The text was updated successfully, but these errors were encountered:
Can I suggest we do this in v3.1+?
Sorry, something went wrong.
Yes!
No branches or pull requests
I had that idea after investigating stringing issues that fused parts of a print-in-place flexible model.
Prusa Slicer has the option of rendering retractions. It's useful to be able to render that.
For this feature to be as accurate as possible, we'd have to implement the
G0
/G1
with negativeE
case as well as introducingG10
support.The API could be very similar to what we have right now with the other types of renders:
The text was updated successfully, but these errors were encountered: