-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Small Area flow compensation #12790
Comments
Fork can be found here: |
@TheSlashEffect Any chance you can submit a PR? ;) |
@AndrewFarley hi, I'm not sure how common it is for user made features to be merged into main PrusaSlicer releases; You can build a version on your own for now though |
IMO a somewhat clean solution in the interface would be if there is just a checkbox for this option and a button, that will open a window (like the button for the bed dimensions) with the model parameters + a graph for visualisation of flow over extrusion length. |
Hi! Your first point is a good one, I have ported this to SuperSlicer and the owner of the project implemented exactly what you're talking about afterwards. You can check the release out. If those changes are compatible and I find the time I might port them here. I am not sure what you mean in your second point though. Can you give some examples, maybe drawing it on pen and paper? |
I agree with the idea about the input points, that's how it's implemented in my branch on PrusaSlicer atm. Bezier fit also seems nice, and the floating cursor thingy as well. I took a look about porting the graph changes here, seems doable but would depend on the work on another feature we started there though, as well as some other obligations of mine. I'd like to see this ported to PrusaSlicer as well, so I'll update if I can get started on that. |
Is your feature request related to a problem? Please describe.
A feature aimed at addressing the challenge of over-extrusion in small areas of solid infill, an issue previously not well understood. By implementing a strategy that adjusts extrusion flow inversely proportional to the length of the extrusion line, we ensure that shorter lines receive less flow. This approach is visually represented in the software, with color coding to clearly show the effect of the adjustments. This feature is designed to enhance print quality by providing a practical solution to the over-extrusion problem, making it easier for users to achieve consistent results across their prints.
Describe the solution you'd like
https://github.com/Alexander-T-Moss/Small-Area-Flow-Comp
SoftFever/OrcaSlicer#3334
The text was updated successfully, but these errors were encountered: