Maximum volumetric flow rate, with fixes #1828
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds functionality for setting a maximum volumetric flow rate, which prevents hitting the limit at which a certain hotend can melt material.
This PR attempts to fix the compilation errors in #1814
It contains the commit from #1814 and therefore all necessary changes to CuraEngine.
It goes with #14452 on Cura, which adds the required settings to the frontend.
Type of change
How Has This Been Tested?
Compiled flawless.
The preview clearly shows that the flow and speed get limited if the maximum flow rate is reached:
With maximum set to 0.0mm³/s (disabled):
With maximum set to 5mm³/s:
Test Configuration:
Arch 6.1.10 Wayland/KDE
Checklist: