-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Added settings for max volumetric flow rate #14452
Conversation
Thanks for putting in the work! Max VMS is one of my main requirements on a slicer since switching to a CHT nozzle, but I really want to go back to cura! I'll figure out how to compile cura and test this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Contribution looks good! have some minor remarks, if possible please review them yourself as well.
Use Unicode for cubic notation Co-authored-by: Casper Lamboo <[email protected]>
Less rambling description! Co-authored-by: Casper Lamboo <[email protected]>
See reply at Ultimaker/CuraEngine#1814 (comment)
|
Description
Added settings for max volumetric flow rate
This fixes #5248 (together with another PR for CuraEngine)
Type of change
How Has This Been Tested?
A new "Max filament flow rate" setting has been added, defaulting to 0.0 (no effect). Setting this to (say) 10mm3/sec to suit a particular extruder reduces the print head velocity to remain within this limit (especially useful with dymanic layer heights, or changing line widths etc).
Slicing STLs with this PR (and the CuraEngine one) results in slightly different Gcodes with different velocities, respecting the limit set.
Test Configuration:
Checklist: